mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Setup Collabora / Nextcloud Office
This commit is contained in:
parent
a4a41b4d48
commit
9f0d50d0e8
2 changed files with 72 additions and 7 deletions
|
|
@ -104,6 +104,15 @@ in {
|
|||
acmeRoot = null;
|
||||
forceSSL = true;
|
||||
};
|
||||
"collabora.pack1828.org" = {
|
||||
enableACME = true;
|
||||
acmeRoot = null;
|
||||
forceSSL = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://[::1]:${toString config.services.collabora-online.port}";
|
||||
proxyWebsockets = true; # collabora uses websockets
|
||||
};
|
||||
};
|
||||
"location.${domain}" = {
|
||||
enableACME = true;
|
||||
acmeRoot = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue