aboutsummaryrefslogtreecommitdiff
path: root/modules/services/transmission/default.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-10profiles/seedbox: move transmission to itFranck Cuny1-62/+0
Note that this is not used by anything yet, as a password needs to be set first.
2023-05-08profile/acme: default DNS provider is gandiFranck Cuny1-8/+3
Add the API key for gandi to the secrest, create a profile for acme with my defaults. The profile is loaded by tahoe since that's where our services are running on. Update all the servers in nginx to listen on their wireguard interface.
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