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;
|
autoStart = true;
|
||||||
environment = {
|
environment = {
|
||||||
domain = collaboraExternalDomain;
|
domain = collaboraExternalDomain;
|
||||||
extra_params = "--o:ssl.enable=false --o:ssl.termination=true";
|
aliasgroup1 = "https://cloud\\.death916\\.xyz:443";
|
||||||
wopi_allowlist = "127.0.0.1,::1,${nginxProxyManagerTailscaleIP}";
|
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";
|
username = "admin";
|
||||||
password_file = "/run/secrets/admin_pass";
|
password_file = "/run/secrets/admin_pass";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue