| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2023-04-23 | modules/monitoring: consolidate all monitoring services together | Franck Cuny | 4 | -20861/+0 | |
| This will help to organize and structure monitoring modules a bit better. | |||||
| 2023-04-23 | modules/grafana: add loki as a source to grafana | Franck Cuny | 1 | -6/+13 | |
| 2023-04-13 | modules/grafana: delete the dashboard for the router | Franck Cuny | 1 | -3784/+0 | |
| It's now managed in https://git.fcuny.net/monitoring/ | |||||
| 2023-04-05 | monitoring: small fixes | Franck Cuny | 1 | -1176/+0 | |
| 2023-01-19 | ref(hosts/tahoe): exclude more paths from backups | Franck Cuny | 1 | -1/+4 | |
| 2023-01-07 | fix(modules/grafana): a number of options have been renamed | Franck Cuny | 1 | -7/+10 | |
| 2022-11-05 | Revert "ref(gitea): remove all modules for gitea" | Franck Cuny | 1 | -0/+1176 | |
| This reverts commit f4f83c7e83272234571d9580f5a897676de3d0dc. I'm planning to switch back to gitea to host my projects. | |||||
| 2022-07-02 | fix(new-lines): add or remove new lines where needed | Franck Cuny | 1 | -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-23 | fix(modules/grafana): configure nginx to bind to tailscale IP | Franck Cuny | 1 | -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-11 | ref(gitea): remove all modules for gitea | Franck Cuny | 1 | -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-10 | fix(fmt): correct formatting for all nix files | Franck Cuny | 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> | |||||
| 2022-06-10 | fix(backups): exclude more files from the backups | Franck Cuny | 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> | |||||
| 2022-05-12 | grafana: there was already something on port 3030 ... | Franck Cuny | 1 | -1/+1 | |
| 2022-05-12 | grafana: run on port 3030 | Franck Cuny | 1 | -0/+1 | |
| There's already something on port 3000. | |||||
| 2022-04-24 | gitea: add a dashboard for grafana | Franck Cuny | 1 | -0/+1176 | |
| 2022-04-13 | traefik: remove the module | Franck Cuny | 1 | -1829/+0 | |
| 2022-04-13 | grafana: the vhost is configurable | Franck Cuny | 1 | -4/+11 | |
| 2022-04-13 | grafana: bind to localhost | Franck Cuny | 1 | -4/+0 | |
| 2022-04-13 | grafana: set proper port for reverse proxy | Franck Cuny | 1 | -1/+1 | |
| 2022-04-13 | grafana: use proper cert | Franck Cuny | 1 | -1/+1 | |
| 2022-04-13 | grafana: try to configure the domain with acme+dns | Franck Cuny | 1 | -1/+17 | |
| 2022-04-11 | grafana: backup the whole directory | Franck Cuny | 1 | -1/+1 | |
| 2022-04-10 | add a module for backup with restic | Franck Cuny | 1 | -14/+1 | |
| Do a single backup for the host, instead of running multiple ones. | |||||
| 2022-04-06 | refactor grafana as a module | Franck Cuny | 6 | -0/+26438 | |
