aboutsummaryrefslogtreecommitdiff
path: root/modules/services/transmission (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-06-23fix(modules/transmission): configure nginx to bind on tailscale IPFranck Cuny1-0/+12
Only serve a response if the request is coming from tailscale. To ensure this is the case, let's configure nginx to only listen on the tailscale IP of the host for that server. Note: the IP is currently hard coded, there has to be a better way. Change-Id: I21b6db5e94070024c1ff8d6cea852aafd6952b55 Reviewed-on: https://cl.fcuny.net/c/world/+/483 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
2022-06-10fix(fmt): correct formatting for all nix filesFranck Cuny1-1/+2
This was done by running `nixpkgs-fmt .'. Change-Id: I4ea6c1e759bf468d08074be2111cbc7af72df295 Reviewed-on: https://cl.fcuny.net/c/world/+/404 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
2022-04-13modules: make the vhost be configurableFranck Cuny1-3/+8
2022-04-13modules: set secretsFranck Cuny1-1/+3
2022-04-13transmission: use nginx for reverse proxyFranck Cuny1-0/+14
2022-04-06refactor transmission and metrics-exporterFranck Cuny1-0/+33