syncthing arpa

This commit is contained in:
2026-07-03 21:15:55 +03:00
parent 1607482cb8
commit d8300035cf
4 changed files with 27 additions and 9 deletions
+4
View File
@@ -14,11 +14,13 @@
192.168.1.20 dns.zeroq.su 192.168.1.20 dns.zeroq.su
192.168.1.20 flux.zeroq.su 192.168.1.20 flux.zeroq.su
192.168.1.20 git.zeroq.su 192.168.1.20 git.zeroq.su
192.168.1.20 glances.zeroq.su
192.168.1.20 immich.zeroq.su 192.168.1.20 immich.zeroq.su
192.168.1.20 kuma.zeroq.su 192.168.1.20 kuma.zeroq.su
192.168.1.20 nextcloud.zeroq.su 192.168.1.20 nextcloud.zeroq.su
192.168.1.20 office.zeroq.su 192.168.1.20 office.zeroq.su
192.168.1.20 pdf.zeroq.su 192.168.1.20 pdf.zeroq.su
192.168.1.20 syncthing.zeroq.su
192.168.1.20 talk.zeroq.su 192.168.1.20 talk.zeroq.su
192.168.1.20 turn.zeroq.su 192.168.1.20 turn.zeroq.su
fallthrough fallthrough
@@ -33,12 +35,14 @@
192.168.1.20 dns.home.arpa 192.168.1.20 dns.home.arpa
192.168.1.20 flux.home.arpa 192.168.1.20 flux.home.arpa
192.168.1.20 git.home.arpa 192.168.1.20 git.home.arpa
192.168.1.20 glances.home.arpa
192.168.1.20 home.arpa 192.168.1.20 home.arpa
192.168.1.20 immich.home.arpa 192.168.1.20 immich.home.arpa
192.168.1.20 kuma.home.arpa 192.168.1.20 kuma.home.arpa
192.168.1.20 nextcloud.home.arpa 192.168.1.20 nextcloud.home.arpa
192.168.1.20 office.home.arpa 192.168.1.20 office.home.arpa
192.168.1.20 pdf.home.arpa 192.168.1.20 pdf.home.arpa
192.168.1.20 syncthing.home.arpa
fallthrough fallthrough
} }
cache 300 cache 300
+2 -2
View File
@@ -45,8 +45,8 @@
format = "yaml"; format = "yaml";
key = "turn-secret"; key = "turn-secret";
sopsFile = ./secrets/coturn.yaml; sopsFile = ./secrets/coturn.yaml;
# group = "nextcloud-spreed-signaling"; group = "nextcloud-spreed-signaling";
# owner = "turnserver"; owner = "turnserver";
mode = "0440"; mode = "0440";
}; };
}; };
+7 -7
View File
@@ -10,33 +10,33 @@
./calibre-web.nix ./calibre-web.nix
./chrony.nix ./chrony.nix
./coredns.nix ./coredns.nix
./coturn.nix
./gitea.nix ./gitea.nix
./glances.nix ./glances.nix
./immich.nix ./immich.nix
./miniflux.nix ./miniflux.nix
./n8n.nix
./navidrome.nix
./netdata.nix ./netdata.nix
./nextcloud.nix ./nextcloud.nix
./nginx.nix ./nginx.nix
./nix-serve.nix ./nix-serve.nix
./open-webui.nix
./postgresql.nix ./postgresql.nix
./samba.nix ./samba.nix
./step-ca.nix ./step-ca.nix
./stirling-pdf.nix
./syncthing.nix ./syncthing.nix
./systemd.nix ./systemd.nix
./transmission.nix
./uptime-kuma.nix
# ../containers/remnawave.nix # ../containers/remnawave.nix
# ./coturn.nix
# ./mealie.nix # ./mealie.nix
# ./memos.nix # ./memos.nix
# ./n8n.nix
# ./navidrome.nix
# ./nfs.nix # ./nfs.nix
# ./node-red.nix # ./node-red.nix
# ./open-webui.nix
# ./rsync.nix # ./rsync.nix
# ./stirling-pdf.nix
# ./transmission.nix
# ./trilium.nix # ./trilium.nix
# ./uptime-kuma.nix
# ./zerotier.nix # ./zerotier.nix
]; ];
} }
+14
View File
@@ -212,6 +212,20 @@ in
client_max_body_size 5G; client_max_body_size 5G;
''; '';
}; };
"glances.home.arpa" = {
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://127.0.0.1:61208";
};
};
"syncthing.home.arpa" = {
addSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://127.0.0.1:8384";
};
};
# "zeroq.home.arpa" = { # "zeroq.home.arpa" = {
# forceSSL = true; # forceSSL = true;
# enableACME = true; # enableACME = true;