about summary refs log tree commit diff
path: root/modules/services/gitea (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(modules/gitea): correctly set the variable for log levelFranck Cuny2023-01-121-1/+1
|
* fix(modules/gitea): what a messFranck Cuny2023-01-101-3/+6
|
* fix(modules/gitea): restore settings for nix 22.11Franck Cuny2023-01-101-7/+3
|
* fix(modules/gitea): the linter corrupted the file ...Franck Cuny2023-01-071-15/+0
|
* fix(modules/gitea): a number of options have been renamedFranck Cuny2023-01-071-8/+35
|
* fix(modules/gitea): next time I'll learn to read the documentationFranck Cuny2022-11-151-2/+1
|
* fix(modules/gitea): add a few more settingsFranck Cuny2022-11-151-0/+4
|
* fix(services/gitea): disable registration correctlyFranck Cuny2022-11-071-1/+1
|
* fix(services/gitea): disable heatmap and registrationsFranck Cuny2022-11-071-0/+2
|
* feat(services/gitea): add robots.txtFranck Cuny2022-11-071-1/+7
| | | | Configure the policy for the crawlers.
* Revert "ref(gitea): remove all modules for gitea"Franck Cuny2022-11-051-0/+64
| | | | | | This reverts commit f4f83c7e83272234571d9580f5a897676de3d0dc. I'm planning to switch back to gitea to host my projects.
* ref(gitea): remove all modules for giteaFranck Cuny2022-06-111-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>
* fix(fmt): correct formatting for all nix filesFranck Cuny2022-06-101-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>
* gitea: enable metric endpointFranck Cuny2022-04-241-1/+13
| | | | Move configuration for the scraper into the gitea module itself.
* nginx: get a simple solution to work firstFranck Cuny2022-04-131-4/+8
|
* nginx: add nginx as a reverse proxyFranck Cuny2022-04-131-0/+5
| | | | This will ultimately replace traefik.
* add a module for backup with resticFranck Cuny2022-04-101-11/+1
| | | | Do a single backup for the host, instead of running multiple ones.
* gitea: fix the moduleFranck Cuny2022-04-061-3/+3
| | | | | Quick fix for now, we will add these values as options to the module once we confirm everything is still working.
* refactor gitea as a moduleFranck Cuny2022-04-061-0/+52