Add collabora online and move nextcloud domain
Some checks failed
Check Flake / check-flake (push) Failing after 20s

This commit is contained in:
2025-07-13 18:37:21 -07:00
parent 09fb3803bb
commit ba41847139
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;
'';
};