Tammo

Results 26 comments of Tammo

Looks like it'll become much more useful "soon": https://webkit.org/blog/12945/meet-web-push/ https://firt.dev/ios-15.4b#web-push-notifications-on-ios%EF%BC%8Dwith-a-catch

German translation moved to https://github.com/REDLINK/cinny/tree/dev/public/locales/de, deployed at https://cinny-de.vercel.app and looking into Weblate.

This is similarly confusing: ``` PS C:\Users\rltas> winget list --name --exact "Windows Subsystem for Linux Preview" No installed package found matching input criteria. PS C:\Users\rltas> winget list --exact --name "Windows...

Matterbridge is actively maintained, has an ansible role and supports a range of additional protocols, so I'd stick with that. See #2142.

I think this is kind of obsolete with Traefik becoming the default and nginx-proxy being phased out?

https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/roles/custom/matrix-client-element/templates/nginx.conf.j2 There's currently no variable for additional configuration directives in that template. Why do you want to set `server_tokens off`?

Using `env_file` with compose is the equivalent of using `--env-file` with docker. As such it makes environment variables available in running containers. It's NOT the same as having `.env` and...

Which makes it even more confusing that compose's `env_file` and `--env-file` and docker's `--env-file` aren't the same.

The log you posted already tells you what the problem is: `nginx: [emerg] unknown directive "ssl" in /etc/nginx/conf.d/nginx-http.conf:22` The `ssl on` directive has been obsolete since nginx 1.5.0 and finally...

> I'm having the same issue Are you using mautrix-signal too?