| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2023-04-23 | modules/services: delete unused services | Franck Cuny | 1 | -86/+0 | |
| I'm not using anymore sourcegraph drone and gitea. | |||||
| 2023-01-12 | fix(modules/gitea): correctly set the variable for log level | Franck Cuny | 1 | -1/+1 | |
| 2023-01-10 | fix(modules/gitea): what a mess | Franck Cuny | 1 | -3/+6 | |
| 2023-01-10 | fix(modules/gitea): restore settings for nix 22.11 | Franck Cuny | 1 | -7/+3 | |
| 2023-01-07 | fix(modules/gitea): the linter corrupted the file ... | Franck Cuny | 1 | -15/+0 | |
| 2023-01-07 | fix(modules/gitea): a number of options have been renamed | Franck Cuny | 1 | -8/+35 | |
| 2022-11-15 | fix(modules/gitea): next time I'll learn to read the documentation | Franck Cuny | 1 | -2/+1 | |
| 2022-11-15 | fix(modules/gitea): add a few more settings | Franck Cuny | 1 | -0/+4 | |
| 2022-11-07 | fix(services/gitea): disable registration correctly | Franck Cuny | 1 | -1/+1 | |
| 2022-11-07 | fix(services/gitea): disable heatmap and registrations | Franck Cuny | 1 | -0/+2 | |
| 2022-11-07 | feat(services/gitea): add robots.txt | Franck Cuny | 1 | -1/+7 | |
| Configure the policy for the crawlers. | |||||
| 2022-11-05 | Revert "ref(gitea): remove all modules for gitea" | Franck Cuny | 1 | -0/+64 | |
| This reverts commit f4f83c7e83272234571d9580f5a897676de3d0dc. I'm planning to switch back to gitea to host my projects. | |||||
| 2022-06-11 | ref(gitea): remove all modules for gitea | Franck Cuny | 1 | -64/+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-04-24 | gitea: enable metric endpoint | Franck Cuny | 1 | -1/+13 | |
| Move configuration for the scraper into the gitea module itself. | |||||
| 2022-04-13 | nginx: get a simple solution to work first | Franck Cuny | 1 | -4/+8 | |
| 2022-04-13 | nginx: add nginx as a reverse proxy | Franck Cuny | 1 | -0/+5 | |
| This will ultimately replace traefik. | |||||
| 2022-04-10 | add a module for backup with restic | Franck Cuny | 1 | -11/+1 | |
| Do a single backup for the host, instead of running multiple ones. | |||||
| 2022-04-06 | gitea: fix the module | Franck Cuny | 1 | -3/+3 | |
| Quick fix for now, we will add these values as options to the module once we confirm everything is still working. | |||||
| 2022-04-06 | refactor gitea as a module | Franck Cuny | 1 | -0/+52 | |
