Add collabora online and move nextcloud domain

This commit is contained in:
2025-07-13 18:45:47 -07:00
parent f4e40955c8
commit a45125421e
2 changed files with 84 additions and 7 deletions

View File

@@ -95,12 +95,12 @@
root = "/var/www/tmp";
};
# redirect runyan.org to github
services.nginx.virtualHosts."runyan.org" = {
# redirect neet.cloud to nextcloud instance on runyan.org
services.nginx.virtualHosts."neet.cloud" = {
enableACME = true;
forceSSL = true;
extraConfig = ''
rewrite ^/(.*)$ https://github.com/GoogleBot42 redirect;
return 302 https://runyan.org$request_uri;
'';
};