From a5a2763f66fa84a3ca11c0c36e1df33cf4ef44ea Mon Sep 17 00:00:00 2001 From: oqyude Date: Fri, 10 Apr 2026 10:57:20 +0300 Subject: [PATCH] new domain --- modules/containers/remnawave.nix | 4 ++-- modules/server/nextcloud.nix | 8 ++++---- modules/vds/netbird.nix | 6 +++--- modules/vds/nginx.nix | 30 +++++++++++++++--------------- 4 files changed, 24 insertions(+), 24 deletions(-) diff --git a/modules/containers/remnawave.nix b/modules/containers/remnawave.nix index 145000a..23c424e 100644 --- a/modules/containers/remnawave.nix +++ b/modules/containers/remnawave.nix @@ -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"; diff --git a/modules/server/nextcloud.nix b/modules/server/nextcloud.nix index 4f6454a..bff0b37 100644 --- a/modules/server/nextcloud.nix +++ b/modules/server/nextcloud.nix @@ -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" # ]; diff --git a/modules/vds/netbird.nix b/modules/vds/netbird.nix index ec6ba1f..1b95715 100644 --- a/modules/vds/netbird.nix +++ b/modules/vds/netbird.nix @@ -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"; }; }; diff --git a/modules/vds/nginx.nix b/modules/vds/nginx.nix index 4cfd8a8..11f4638 100644 --- a/modules/vds/nginx.nix +++ b/modules/vds/nginx.nix @@ -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."/" = {