mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
edit tunnels
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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 = [
|
||||||
|
|||||||
Reference in New Issue
Block a user