mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
nc nix to docker
This commit is contained in:
parent
8be02d4fe2
commit
e28c988c1f
1 changed files with 3 additions and 2 deletions
|
|
@ -101,8 +101,9 @@ in
|
|||
autoStart = true;
|
||||
environment = {
|
||||
domain = collaboraExternalDomain;
|
||||
extra_params = "--o:ssl.enable=false --o:ssl.termination=true";
|
||||
wopi_allowlist = "127.0.0.1,::1,${nginxProxyManagerTailscaleIP}";
|
||||
aliasgroup1 = "https://cloud\\.death916\\.xyz:443";
|
||||
extra_params = "--o:ssl.enable=false --o:ssl.termination=true --o:admin_console.username=admin";
|
||||
wopi_allowlist = "127.0.0.1,0.0.0.0,::1,${nginxProxyManagerTailscaleIP}";
|
||||
username = "admin";
|
||||
password_file = "/run/secrets/admin_pass";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue