aboutsummaryrefslogtreecommitdiff
path: root/modules/services/grafana (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-01-19ref(hosts/tahoe): exclude more paths from backupsFranck Cuny1-1/+4
2023-01-07fix(modules/grafana): a number of options have been renamedFranck Cuny1-7/+10
2022-11-05Revert "ref(gitea): remove all modules for gitea"Franck Cuny1-0/+1176
This reverts commit f4f83c7e83272234571d9580f5a897676de3d0dc. I'm planning to switch back to gitea to host my projects.
2022-07-02fix(new-lines): add or remove new lines where neededFranck Cuny1-1/+1
The pre-commit hook for new lines reported and correct a number of issues, so let's commit them now and after that we ca enable the hook for the repository. Change-Id: I5bb882d3c2cca870ef94301303f029acfb308740 Reviewed-on: https://cl.fcuny.net/c/world/+/592 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
2022-06-23fix(modules/grafana): configure nginx to bind to 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 for tailscale is hard coded, there has to be a better way. Change-Id: I83952484f60206df215e8c03017cfe7722d32697 Reviewed-on: https://cl.fcuny.net/c/world/+/487 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
2022-06-11ref(gitea): remove all modules for giteaFranck Cuny1-1176/+0
I do not use it anymore, I don't need to keep this around. Change-Id: I42af32eec4ee8ab4c2a8c60b5a8306a4eb418f51 Reviewed-on: https://cl.fcuny.net/c/world/+/410 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-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-24gitea: add a dashboard for grafanaFranck Cuny1-0/+1176
2022-04-13traefik: remove the moduleFranck Cuny1-1829/+0
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 Cuny6-0/+26438