new domain

This commit is contained in:
2026-04-10 10:57:20 +03:00
parent bcd4bcffd5
commit a5a2763f66
4 changed files with 24 additions and 24 deletions
+2 -2
View File
@@ -41,12 +41,12 @@
"METRICS_USER" = "admin";
"NOT_CONNECTED_USERS_NOTIFICATIONS_AFTER_HOURS" = "[6, 24, 48]";
"NOT_CONNECTED_USERS_NOTIFICATIONS_ENABLED" = "false";
"PANEL_DOMAIN" = "rw.zeroq.ru";
"PANEL_DOMAIN" = "rw.zeroq.su";
"POSTGRES_DB" = "remnawave";
"POSTGRES_USER" = "remnawave";
"REDIS_SOCKET" = "/var/run/valkey/valkey.sock";
"SCALAR_PATH" = "/scalar";
"SUB_PUBLIC_DOMAIN" = "rw.zeroq.ru/api/sub";
"SUB_PUBLIC_DOMAIN" = "rw.zeroq.su/api/sub";
"SWAGGER_PATH" = "/docs";
# "TELEGRAM_BOT_TOKEN" = "change_me";
# "TELEGRAM_NOTIFY_CRM" = "change_me";
+4 -4
View File
@@ -44,8 +44,8 @@ in
settings = {
log_type = "file";
trusted_domains = [
"nextcloud.zeroq.ru"
"office.zeroq.ru"
"nextcloud.zeroq.su"
"office.zeroq.su"
"100.64.0.0"
"192.168.1.20"
"localhost"
@@ -114,7 +114,7 @@ in
port = 9980;
# package = master.collabora-online;
settings = {
server_name = "office.zeroq.ru";
server_name = "office.zeroq.su";
ssl = {
enable = false;
termination = true;
@@ -153,7 +153,7 @@ in
# let
# inherit (config.services.nextcloud) occ;
# wopi_url = "http://localhost:${toString config.services.collabora-online.port}";
# public_wopi_url = "https://office.zeroq.ru";
# public_wopi_url = "https://office.zeroq.su";
# wopi_allowlist = lib.concatStringsSep "," [
# "0.0.0.0/0"
# ];
+3 -3
View File
@@ -7,17 +7,17 @@
services.netbird.server = {
enable = false;
enableNginx = true;
domain = "netbird.zeroq.ru";
domain = "netbird.zeroq.su";
dashboard = {
enable = false;
domain = "netbird.zeroq.ru";
domain = "netbird.zeroq.su";
settings = {
#AUTH_AUTHORITY = "nbp_ufe0v5mbb5H1lQWL8eJfuzJ5ItPmlM46Mik0";
};
};
management = {
enable = false;
domain = "netbird.zeroq.ru";
domain = "netbird.zeroq.su";
};
};
+15 -15
View File
@@ -19,7 +19,7 @@ in
recommendedTlsSettings = true;
appendHttpConfig = inputs.zeroq-credentials.services.xray.maps;
virtualHosts = {
# "pubray.zeroq.ru" = {
# "pubray.zeroq.su" = {
# enableACME = true;
# forceSSL = true;
# root = "${inputs.zeroq-credentials.services.xray.subs}";
@@ -33,7 +33,7 @@ in
# '';
# };
# };
"x.zeroq.ru" = {
"x.zeroq.su" = {
forceSSL = true;
enableACME = true;
locations = {
@@ -51,7 +51,7 @@ in
};
};
};
"kuma.zeroq.ru" = {
"kuma.zeroq.su" = {
forceSSL = true;
enableACME = true;
locations."/" = {
@@ -59,7 +59,7 @@ in
proxyWebsockets = true;
};
};
"health.zeroq.ru" = {
"health.zeroq.su" = {
forceSSL = true;
enableACME = true;
locations."/" = {
@@ -67,7 +67,7 @@ in
proxyWebsockets = true;
};
};
"agent.zeroq.ru" = {
"agent.zeroq.su" = {
forceSSL = true;
enableACME = true;
locations."/" = {
@@ -75,7 +75,7 @@ in
proxyWebsockets = true;
};
};
# "node-red.zeroq.ru" = {
# "node-red.zeroq.su" = {
# forceSSL = true;
# enableACME = true;
# kTLS = true;
@@ -87,7 +87,7 @@ in
# client_max_body_size 5G;
# '';
# };
"zeroq.ru" = {
"zeroq.su" = {
forceSSL = true;
enableACME = true;
root = pkgs.writeTextDir "index.html" ''
@@ -111,7 +111,7 @@ in
# };
};
};
"flux.zeroq.ru" = {
"flux.zeroq.su" = {
forceSSL = true;
enableACME = true;
locations."/" = {
@@ -119,7 +119,7 @@ in
proxyWebsockets = true;
};
};
"n8n.zeroq.ru" = {
"n8n.zeroq.su" = {
forceSSL = true;
enableACME = true;
locations."/" = {
@@ -127,7 +127,7 @@ in
proxyWebsockets = true;
};
};
"office.zeroq.ru" = {
"office.zeroq.su" = {
enableACME = true;
forceSSL = true;
locations = {
@@ -154,7 +154,7 @@ in
proxy_set_header Connection "upgrade";
''; # absolute_redirect off;
};
"immich.zeroq.ru" = {
"immich.zeroq.su" = {
forceSSL = true;
enableACME = true;
locations."/" = {
@@ -165,7 +165,7 @@ in
client_max_body_size 5G;
'';
};
"nextcloud.zeroq.ru" = {
"nextcloud.zeroq.su" = {
forceSSL = true;
enableACME = true;
locations = {
@@ -182,7 +182,7 @@ in
client_max_body_size 5G;
'';
};
"calibre.zeroq.ru" = {
"calibre.zeroq.su" = {
forceSSL = true;
enableACME = true;
locations."/" = {
@@ -193,7 +193,7 @@ in
client_max_body_size 5G;
'';
};
# "pdf.zeroq.ru" = {
# "pdf.zeroq.su" = {
# forceSSL = true;
# enableACME = true;
# locations."/" = {
@@ -204,7 +204,7 @@ in
# client_max_body_size 5G;
# '';
# };
# "ai.zeroq.ru" = {
# "ai.zeroq.su" = {
# forceSSL = true;
# enableACME = true;
# locations."/" = {