Compare commits
2 commits
0ccb130a31
...
5ece4f33e2
Author | SHA1 | Date | |
---|---|---|---|
5ece4f33e2 | |||
44c28a0dc8 |
2 changed files with 8 additions and 1 deletions
2
flake.lock
generated
2
flake.lock
generated
|
@ -45,7 +45,7 @@
|
|||
},
|
||||
"locked": {
|
||||
"lastModified": 1,
|
||||
"narHash": "sha256-qw6/LhFq3Wq0Bd+HOvWEgaeLLdSfjxiVFnDCqe7Mg60=",
|
||||
"narHash": "sha256-Q1NbA/o8Q+JSR6wfK7cd9ylc3QWuURATo7c2Q1JCbX4=",
|
||||
"path": "pkgs/caddy",
|
||||
"type": "path"
|
||||
},
|
||||
|
|
|
@ -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