remove nextcloud internal domain redirection

This commit is contained in:
2025-10-24 17:15:10 +02:00
parent f82874d308
commit d1d392e372
2 changed files with 1 additions and 8 deletions

View File

@@ -81,7 +81,7 @@
}
{
title = "Nextcloud";
url = "https://cloud.home.rpqt.fr";
url = "https://cloud.rpqt.fr";
icon = "sh:nextcloud";
}
{

View File

@@ -59,13 +59,6 @@ in
enableACME = true;
};
# Redirect internal domain to the public one
services.nginx.virtualHosts."cloud.home.rpqt.fr" = {
forceSSL = true;
useACMEHost = "home.rpqt.fr";
locations."/".return = "301 http://${fqdn}$request_uri";
};
clan.core.vars.generators.nextcloud = {
prompts.admin-password = {
description = "nextcloud admin password";