Add Nextcloud service in tent #240
Reference in New Issue
Block a user
Delete Branch "add-nextcloud"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@@ -0,0 +3,4 @@age.secrets.tent-nextcloud-admin-pass.file = ../../secrets/tent-nextcloud-admin-pass.age;services.nextcloud = {package = pkgs.nextcloud32;End of life for 32 is this September:
https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule
@@ -0,0 +37,4 @@} ];services.nginx.virtualHosts."jungle.bsc.es".locations = {"^~ /.well-known" = {Can't we use
proxy_pass http://127.0.0.1:8066(without the slash), since the localhost nginx has the same.well-knownrule?@@ -0,0 +50,4 @@location ~ ^/\\.well-known/(?!acme-challenge|pki-validation) {return 301 /nextcloud/index.php$request_uri;}try_files $uri $uri/ =404;Noticed that the nextcloud 32 docs have the rules for acme/pki the other way around to what it's done in the NixOS module.
I am not sure if these are used, we can keep it in line with the NixOS version for now if it's not broken, but good to keep in mind:
NixOS version taken from tent localhost:
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.