about summary refs log tree commit diff
path: root/modules/services/nginx/default.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(modules/grafana): a number of options have been renamedFranck Cuny2023-01-071-1/+1
|
* fix(fmt): correct formatting for all nix filesFranck Cuny2022-06-101-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>
* fix(nginx): configure correctly security.acme for nixos 22.05Franck Cuny2022-06-101-1/+1
| | | | | | | Change-Id: I94cb29510cbb85c769947dc26c33f9d767e2f0c8 Reviewed-on: https://cl.fcuny.net/c/world/+/381 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
* nginx: configure correctly the dashboardFranck Cuny2022-04-131-2/+2
|
* nginx: install the default dashboardFranck Cuny2022-04-131-0/+6
|
* nginx: get a simple solution to work firstFranck Cuny2022-04-131-287/+4
|
* nginx: add nginx as a reverse proxyFranck Cuny2022-04-131-0/+326
This will ultimately replace traefik.