aboutsummaryrefslogtreecommitdiff
path: root/modules/services/nginx (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-09profiles/nginx: move common configuration to a profileFranck Cuny1-39/+0
Both tahoe and carmel are using nginx, and we can simplify the configuration by moving common parts to the profile and have these hosts import it.
2023-05-08profile/acme: default DNS provider is gandiFranck Cuny1-5/+0
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.
2023-04-18nginx: remove the grafana dashboard providerFranck Cuny1-6/+0
This is now handled by https://git.fcuny.net/monitoring/commit/?id=b4abbf2d86d06d243b639d06a576f542f3dd5824
2023-01-07fix(modules/grafana): a number of options have been renamedFranck Cuny1-1/+1
2022-06-12ref(nginx): delete unused moduleFranck Cuny1-81/+0
Change-Id: Ie69e250c7a63e2f5bea360b5ac62fcd748f48735 Reviewed-on: https://cl.fcuny.net/c/world/+/415 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
2022-06-10fix(fmt): correct formatting for all nix filesFranck Cuny2-2/+4
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-06-10fix(nginx): configure correctly security.acme for nixos 22.05Franck Cuny1-1/+1
Change-Id: I94cb29510cbb85c769947dc26c33f9d767e2f0c8 Reviewed-on: https://cl.fcuny.net/c/world/+/381 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
2022-04-13nginx: configure correctly the dashboardFranck Cuny1-2/+2
2022-04-13nginx: install the default dashboardFranck Cuny1-0/+6
2022-04-13nginx: get a simple solution to work firstFranck Cuny1-287/+4
2022-04-13nginx: add nginx as a reverse proxyFranck Cuny2-0/+406
This will ultimately replace traefik.