trilium & authelia setup
Some checks failed
/ perform flake analysis (push) Has been cancelled
/ build hive configuration (push) Failing after 22m46s

This commit is contained in:
2026-01-29 09:45:10 +01:00
parent d7c765b80e
commit b5aa64e74a
8 changed files with 120 additions and 78 deletions

View File

@@ -2,7 +2,7 @@
{
proxy = pkgs.writeText "proxy.conf" ''
## Headers
proxy_set_header Host $host;
# proxy_set_header Host $host;
proxy_set_header X-Original-URL $scheme://$http_host$request_uri;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-Host $http_host;