remove nextcloud internal domain redirection
This commit is contained in:
@@ -81,7 +81,7 @@
|
|||||||
}
|
}
|
||||||
{
|
{
|
||||||
title = "Nextcloud";
|
title = "Nextcloud";
|
||||||
url = "https://cloud.home.rpqt.fr";
|
url = "https://cloud.rpqt.fr";
|
||||||
icon = "sh:nextcloud";
|
icon = "sh:nextcloud";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -59,13 +59,6 @@ in
|
|||||||
enableACME = true;
|
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 = {
|
clan.core.vars.generators.nextcloud = {
|
||||||
prompts.admin-password = {
|
prompts.admin-password = {
|
||||||
description = "nextcloud admin password";
|
description = "nextcloud admin password";
|
||||||
|
|||||||
Reference in New Issue
Block a user