added nextcloud

This commit is contained in:
Jakub Dorfman 2026-07-15 16:57:26 +02:00
parent 091a23625d
commit eed70a6969
5 changed files with 69 additions and 0 deletions

View file

@ -22,6 +22,17 @@
}
reverse_proxy 192.168.100.11:80
'';
# Nextcloud — served by local nginx
# (Authelia forward-auth disabled for now; re-enable by uncommenting the
# forward_auth block below.)
virtualHosts."nextcloud.srazka.com".extraConfig = ''
# forward_auth 127.0.0.1:9091 {
# uri /api/authz/forward-auth
# copy_headers Remote-User Remote-Groups Remote-Email Remote-Name
# }
reverse_proxy 127.0.0.1:8081
'';
};
}