Meimax
Meimax
I think what @RoblKyogre wants is this: https://www.rfc-editor.org/rfc/rfc8628
even with #10085 merged, link previews still don't show up for me. I get a 404 on /api/worker/link-preview
The same issue occurs on safari on mac. The error message is useless: In the console this message appears: `Failed to load resource: Plug-in handled load`. The storage location doesn't...
I've got the same problem, a (hopefully temporary) fix is setting your redirect url in authentik to `http://mealie.xyz.tld` instead of `https://mealie.xyz.tld` (without https). With `https://mealie.xyz.tld` as the redirect url i...
No I'm using NGINX with the following config: ``` server { include includes/listen-https; include includes/listen-http3; server_name mealie.xyz.tld; ssl_certificate /mnt/services/legoCertificates/ssl/certificates/xyz.tld.crt; ssl_certificate_key /mnt/services/legoCertificates/ssl/certificates/xyz.tld.key; location / { proxy_pass http://srnm:9925/; proxy_set_header Host $host; proxy_set_header...
> Is there a specific things to do on stalwart server ? Yes. You need to "allow" tmail to authenticate against stalwart: [OpenId docs](https://stalw.art/docs/auth/openid/overview)
I would like to have the same features for album sharing. Concretely I’m missing the ability to include shared albums in the timeline and searching for persons in them.
Hi, i got the same error.
I have only one cover from eltako, I just hard-coded the remote commands for the opening and closing. ```python def open_cover(self, **kwargs: Any) -> None: data = RPSMessage(AddressExpression(b'\xFE\xFA\x9B\x95'),0x30,b'\x10', False) self.send_message(data)...
If you use nginx as a reverse proxy you could insert `rewrite /nbconvert/([A-z]*)/RTC:(.*)$ /nbconvert/$1/$2 last;` into your nignx proxy config.