feat(APPA): add nextcloud

This commit is contained in:
Jacob Bachmann 2024-09-17 16:12:42 +02:00
parent 8a3823f7df
commit aaf6cefc09
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
6 changed files with 43 additions and 0 deletions

View file

@ -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;