rm port
This commit is contained in:
@@ -39,25 +39,21 @@
|
|||||||
db = true;
|
db = true;
|
||||||
subdomain = "sso";
|
subdomain = "sso";
|
||||||
port = 9000;
|
port = 9000;
|
||||||
pubPort = 9999;
|
|
||||||
};
|
};
|
||||||
nextcloud = {
|
nextcloud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
db = true;
|
db = true;
|
||||||
subdomain = "cloud";
|
subdomain = "cloud";
|
||||||
port = 80;
|
|
||||||
};
|
};
|
||||||
collabora = {
|
collabora = {
|
||||||
enable = true;
|
enable = true;
|
||||||
sops = true;
|
sops = true;
|
||||||
subdomain = "office";
|
subdomain = "office";
|
||||||
port = 9980;
|
|
||||||
};
|
};
|
||||||
etherpad = {
|
etherpad = {
|
||||||
enable = true;
|
enable = true;
|
||||||
db = true;
|
db = true;
|
||||||
subdomain = "pad";
|
subdomain = "pad";
|
||||||
port = 8080;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user