Libreoffice in Nextcloud
This commit is contained in:
parent
06ff0f83a1
commit
2f1c90feb9
2 changed files with 65 additions and 1 deletions
|
|
@ -95,6 +95,15 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
"collabora.kylekrein.com" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://[::1]:${toString config.services.collabora-online.port}";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
|
||||
"ntfy.kylekrein.com" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue