edit tunnels

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-03-25 18:51:17 +01:00
parent b4d8e87abe
commit e4a2a7abd0
3 changed files with 7 additions and 7 deletions

View File

@@ -19,11 +19,9 @@
# ../../server-modules/eleakxir.nix # ../../server-modules/eleakxir.nix
../../server-modules/stirling-pdf.nix ../../server-modules/stirling-pdf.nix
../../server-modules/cyberchef.nix ../../server-modules/cyberchef.nix
../../server-modules/linkding.nix
../../server-modules/mazanoke.nix ../../server-modules/mazanoke.nix
../../server-modules/nginx.nix ../../server-modules/nginx.nix
../../server-modules/fail2ban.nix ../../server-modules/fail2ban.nix
../../server-modules/freshrss.nix
../../server-modules/default-creds.nix ../../server-modules/default-creds.nix
../../server-modules/umami.nix ../../server-modules/umami.nix

View File

@@ -24,6 +24,12 @@
cloudflared cloudflared
]; ];
systemd.services."cloudflared-tunnel-a1dfa315-7fc3-4a65-8c02-8387932c35c3" = {
wantedBy = ["multi-user.target"];
after = ["network-online.target"];
wants = ["network-online.target"];
};
# At the moment (2025), for support of browser rendering of the tunnels, this line is required: # At the moment (2025), for support of browser rendering of the tunnels, this line is required:
services.openssh.settings.Macs = [ services.openssh.settings.Macs = [
"hmac-sha2-256" "hmac-sha2-256"

View File

@@ -14,11 +14,7 @@
server.port = 5678; server.port = 5678;
}; };
}; };
cloudflared.tunnels."a1dfa315-7fc3-4a65-8c02-8387932c35c3".ingress = { cloudflared.tunnels."a1dfa315-7fc3-4a65-8c02-8387932c35c3".ingress."home.hadi.icu" = "http://localhost:8755";
"start.hadi.icu" = "http://localhost:8755";
"home.hadi.icu" = "http://localhost:8755";
"glance.hadi.icu" = "http://localhost:8755";
};
nginx.virtualHosts."glance.local" = { nginx.virtualHosts."glance.local" = {
listen = [ listen = [