Allow syncthing access remotely

This commit is contained in:
2022-12-28 00:57:43 +00:00
parent 3bded4a0c3
commit 2afb6a5eb6
2 changed files with 15 additions and 0 deletions

View File

@@ -34,6 +34,15 @@
firewall.trustedInterfaces = ["tailscale0"];
};
services.syncthing = {
extraOptions = {
gui = {
insecureSkipHostcheck = true;
};
};
guiAddress = "localhost:8387";
};
environment.systemPackages = with pkgs; [
helix
kitty # For terminfo

View File

@@ -83,6 +83,12 @@
'';
};
"http://bigding:8384" = {
extraConfig = ''
reverse_proxy localhost:8387
'';
};
"bigding.squirrel-clownfish.ts.net" = {
extraConfig = ''
tls {