mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
nextcloud
This commit is contained in:
parent
b9eee74557
commit
710b6d113a
1 changed files with 2 additions and 1 deletions
|
|
@ -145,9 +145,10 @@ in
|
|||
systemd.services.nextcloud-config-collabora =
|
||||
let
|
||||
inherit (config.services.nextcloud) occ;
|
||||
wopi_url = "http://127.0.0.1:${toString collaboraPort}";
|
||||
wopi_url = "http://0.0.0.0:${toString collaboraPort}";
|
||||
public_wopi_url = "https://${collaboraExternalDomain}";
|
||||
wopi_allowlist = lib.concatStringsSep "," [
|
||||
"0.0.0.0"
|
||||
"127.0.0.1"
|
||||
"::1"
|
||||
nginxProxyManagerTailscaleIP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue