aboutsummaryrefslogtreecommitdiff
path: root/modules/services/grafana/default.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
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-06-10fix(backups): exclude more files from the backupsFranck Cuny1-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>
2022-05-12grafana: there was already something on port 3030 ...Franck Cuny1-1/+1
2022-05-12grafana: run on port 3030Franck Cuny1-0/+1
There's already something on port 3000.
2022-04-13grafana: the vhost is configurableFranck Cuny1-4/+11
2022-04-13grafana: bind to localhostFranck Cuny1-4/+0
2022-04-13grafana: set proper port for reverse proxyFranck Cuny1-1/+1
2022-04-13grafana: use proper certFranck Cuny1-1/+1
2022-04-13grafana: try to configure the domain with acme+dnsFranck Cuny1-1/+17
2022-04-11grafana: backup the whole directoryFranck Cuny1-1/+1
2022-04-10add a module for backup with resticFranck Cuny1-14/+1
Do a single backup for the host, instead of running multiple ones.
2022-04-06refactor grafana as a moduleFranck Cuny1-0/+47