added nextcloud
This commit is contained in:
parent
091a23625d
commit
eed70a6969
5 changed files with 69 additions and 0 deletions
11
caddy.nix
11
caddy.nix
|
|
@ -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
|
||||
'';
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue