Add collabora online and move nextcloud domain
All checks were successful
Check Flake / check-flake (push) Successful in 2m16s

This commit is contained in:
2025-07-13 18:45:47 -07:00
parent f4e40955c8
commit f00df4f17c
2 changed files with 76 additions and 6 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;
'';
};