Nextcloud whiteboard collab server
This commit is contained in:
parent
91c17c0037
commit
06ff0f83a1
3 changed files with 16 additions and 6 deletions
|
|
@ -89,6 +89,10 @@ in {
|
|||
"${config.services.nextcloud.hostName}" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/whiteboard/" = {
|
||||
proxyPass = "http://localhost:3002/";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
|
||||
"ntfy.kylekrein.com" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue