Compare commits
2 Commits
0ccb130a31
...
5ece4f33e2
Author | SHA1 | Date | |
---|---|---|---|
5ece4f33e2 | |||
44c28a0dc8 |
2
flake.lock
generated
2
flake.lock
generated
@ -45,7 +45,7 @@
|
|||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1,
|
"lastModified": 1,
|
||||||
"narHash": "sha256-qw6/LhFq3Wq0Bd+HOvWEgaeLLdSfjxiVFnDCqe7Mg60=",
|
"narHash": "sha256-Q1NbA/o8Q+JSR6wfK7cd9ylc3QWuURATo7c2Q1JCbX4=",
|
||||||
"path": "pkgs/caddy",
|
"path": "pkgs/caddy",
|
||||||
"type": "path"
|
"type": "path"
|
||||||
},
|
},
|
||||||
|
@ -22,6 +22,13 @@
|
|||||||
"flakes"
|
"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.prowlarr.enable = true;
|
||||||
services.caddy.virtualHosts."https://prowlarr.tailc50184.ts.net".extraConfig = ''
|
services.caddy.virtualHosts."https://prowlarr.tailc50184.ts.net".extraConfig = ''
|
||||||
bind tailscale/prowlarr
|
bind tailscale/prowlarr
|
||||||
|
Loading…
Reference in New Issue
Block a user