Allow syncthing access remotely
This commit is contained in:
@@ -34,6 +34,15 @@
|
|||||||
firewall.trustedInterfaces = ["tailscale0"];
|
firewall.trustedInterfaces = ["tailscale0"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.syncthing = {
|
||||||
|
extraOptions = {
|
||||||
|
gui = {
|
||||||
|
insecureSkipHostcheck = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
guiAddress = "localhost:8387";
|
||||||
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
helix
|
helix
|
||||||
kitty # For terminfo
|
kitty # For terminfo
|
||||||
|
|||||||
@@ -83,6 +83,12 @@
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"http://bigding:8384" = {
|
||||||
|
extraConfig = ''
|
||||||
|
reverse_proxy localhost:8387
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
"bigding.squirrel-clownfish.ts.net" = {
|
"bigding.squirrel-clownfish.ts.net" = {
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
tls {
|
tls {
|
||||||
|
|||||||
Reference in New Issue
Block a user