Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ref(hosts/tahoe): exclude more paths from backups | Franck Cuny | 2023-01-19 | 1 | -1/+4 |
| | |||||
* | fix(modules/grafana): a number of options have been renamed | Franck Cuny | 2023-01-07 | 1 | -7/+10 |
| | |||||
* | fix(modules/grafana): configure nginx to bind to tailscale IP | Franck Cuny | 2022-06-23 | 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> | ||||
* | 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. | ||||
* | 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 | 1 | -0/+47 |