diff options
| author | Kumar Damani <me@kumardamani.net> | 2026-09-08 21:24:36 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2026-09-08 21:24:36 +0000 |
| commit | e670053b30b34e52fa5da360fdce0e8ad7ece651 (patch) | |
| tree | cc7241b068e5bb597b3e69272d82f78d6f2e3271 /nix/per-host/rproxy-2 | |
| parent | 8c11bcea7cf21619343e49b926c6113a08090893 (diff) | |
routine updates
Diffstat (limited to 'nix/per-host/rproxy-2')
| -rw-r--r-- | nix/per-host/rproxy-2/configuration.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/nix/per-host/rproxy-2/configuration.nix b/nix/per-host/rproxy-2/configuration.nix index efa75eb..d71806b 100644 --- a/nix/per-host/rproxy-2/configuration.nix +++ b/nix/per-host/rproxy-2/configuration.nix @@ -42,6 +42,16 @@ # tls internal # ''; + virtualHosts."ag.kumardamani.net:443".extraConfig = '' + reverse_proxy localhost:9931 + tls { + dns namecheap { + api_key {$NAMECHEAP_API_KEY} + user {$NAMECHEAP_API_USER} + } + } + ''; + virtualHosts."lidarr.kumardamani.net:443".extraConfig = '' reverse_proxy med-dl:8686 tls { |
