continuwuity: init

This commit is contained in:
wo2w 2026-02-12 10:00:17 -05:00
parent f2f04748c5
commit aed5d7f4c3
3 changed files with 41 additions and 0 deletions

View file

@ -95,6 +95,10 @@
import default-settings
import cloudflare-tls
handle /.well-known/matrix/* {
reverse_proxy unix/${config.services.matrix-continuwuity.settings.global.unix_socket_path}
}
respond "{client_ip}"
'';
};