Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(fmt): correct formatting for all nix files | Franck Cuny | 2022-06-10 | 1 | -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(backups): exclude more files from the backups | Franck Cuny | 2022-06-10 | 1 | -1/+4 |
| | | | | | | | | | We don't need to backup log files for grafana and sourcegraph. Change-Id: I8ed6f6ce1270a12233cad268bcd12e28ac2785cf Reviewed-on: https://cl.fcuny.net/c/world/+/383 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net> | ||||
* | grafana: there was already something on port 3030 ... | Franck Cuny | 2022-05-12 | 1 | -1/+1 |
| | |||||
* | grafana: run on port 3030 | Franck Cuny | 2022-05-12 | 1 | -0/+1 |
| | | | | There's already something on port 3000. | ||||
* | gitea: add a dashboard for grafana | Franck Cuny | 2022-04-24 | 1 | -0/+1176 |
| | |||||
* | traefik: remove the module | Franck Cuny | 2022-04-13 | 1 | -1829/+0 |
| | |||||
* | grafana: the vhost is configurable | Franck Cuny | 2022-04-13 | 1 | -4/+11 |
| | |||||
* | grafana: bind to localhost | Franck Cuny | 2022-04-13 | 1 | -4/+0 |
| | |||||
* | grafana: set proper port for reverse proxy | Franck Cuny | 2022-04-13 | 1 | -1/+1 |
| | |||||
* | grafana: use proper cert | Franck Cuny | 2022-04-13 | 1 | -1/+1 |
| | |||||
* | grafana: try to configure the domain with acme+dns | Franck Cuny | 2022-04-13 | 1 | -1/+17 |
| | |||||
* | grafana: backup the whole directory | Franck Cuny | 2022-04-11 | 1 | -1/+1 |
| | |||||
* | add a module for backup with restic | Franck Cuny | 2022-04-10 | 1 | -14/+1 |
| | | | | Do a single backup for the host, instead of running multiple ones. | ||||
* | refactor grafana as a module | Franck Cuny | 2022-04-06 | 6 | -0/+26438 |