Try setting up garden syncthing.
This commit is contained in:
parent
44c28a0dc8
commit
5ece4f33e2
1 changed files with 7 additions and 0 deletions
|
@ -22,6 +22,13 @@
|
|||
"flakes"
|
||||
];
|
||||
|
||||
services.caddy.virtualHosts."https://garden.tailc50184.ts.net".extraConfig = ''
|
||||
bind tailscale/garden
|
||||
reverse_proxy localhost:8384 {
|
||||
header_up Host {upstream_hostport}
|
||||
}
|
||||
'';
|
||||
|
||||
services.prowlarr.enable = true;
|
||||
services.caddy.virtualHosts."https://prowlarr.tailc50184.ts.net".extraConfig = ''
|
||||
bind tailscale/prowlarr
|
||||
|
|
Loading…
Add table
Reference in a new issue