feat(APPA): add nextcloud
This commit is contained in:
parent
8a3823f7df
commit
aaf6cefc09
6 changed files with 43 additions and 0 deletions
|
|
@ -18,6 +18,10 @@
|
|||
proxyPass = "http://127.0.0.1:8001";
|
||||
};
|
||||
};
|
||||
virtualHosts."${config.services.nextcloud.hostName}" = {
|
||||
useACMEHost = "dryb.org";
|
||||
forceSSL = true;
|
||||
};
|
||||
virtualHosts."${config.services.gitea.settings.server.DOMAIN}" = {
|
||||
useACMEHost = "dryb.org";
|
||||
forceSSL = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue