Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat(tahoe): enable sourcegraph | Franck Cuny | 2022-05-22 | 1 | -0/+4 |
| | |||||
* | tahoe: enable exec runner for drone | Franck Cuny | 2022-05-02 | 1 | -1/+1 |
| | |||||
* | backups: do backups for the laptop | Franck Cuny | 2022-04-24 | 1 | -1/+2 |
| | | | | | | | | | | | | | From the laptop I only backup /home/fcuny, as the rest should be straightforward to rebuild with nix. I run that backup as my own user, since I need my ssh key to use the remote repository (which is on the NAS). I also need a new secret for it (I might have been able to use `pass' for this, but well, that's easy enough). For the NAS, I update the list of directories to backup to include home, this will be on the systems backup. | ||||
* | syncthing: enable on tahoe | Franck Cuny | 2022-04-21 | 1 | -0/+1 |
| | |||||
* | drone: configuration fixes | Franck Cuny | 2022-04-13 | 1 | -1/+1 |
| | |||||
* | drone: initial attempt at configuring it | Franck Cuny | 2022-04-13 | 1 | -0/+6 |
| | |||||
* | modules: make the vhost be configurable | Franck Cuny | 2022-04-13 | 1 | -3/+9 |
| | |||||
* | grafana: correct domain name ... | Franck Cuny | 2022-04-13 | 1 | -1/+1 |
| | |||||
* | grafana: the vhost is configurable | Franck Cuny | 2022-04-13 | 1 | -1/+4 |
| | |||||
* | nginx: get a simple solution to work first | Franck Cuny | 2022-04-13 | 1 | -13/+1 |
| | |||||
* | nginx: add nginx as a reverse proxy | Franck Cuny | 2022-04-13 | 1 | -1/+14 |
| | | | | This will ultimately replace traefik. | ||||
* | tahoe: fix backup configuration | Franck Cuny | 2022-04-11 | 1 | -2/+3 |
| | |||||
* | secrets: move all the secrets under module/ | Franck Cuny | 2022-04-10 | 1 | -3/+3 |
| | | | | | Refactor a bit the configuration, which should simplify the management and usage of secrets from now on. | ||||
* | add a module for backup with restic | Franck Cuny | 2022-04-10 | 1 | -10/+4 |
| | | | | Do a single backup for the host, instead of running multiple ones. | ||||
* | hosts: add services to tahoe | Franck Cuny | 2022-04-08 | 1 | -0/+37 |