aboutsummaryrefslogtreecommitdiff
path: root/modules/services/gitea/default.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-06-10fix(fmt): correct formatting for all nix filesFranck Cuny1-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-24gitea: enable metric endpointFranck Cuny1-1/+13
Move configuration for the scraper into the gitea module itself.
2022-04-13nginx: get a simple solution to work firstFranck Cuny1-4/+8
2022-04-13nginx: add nginx as a reverse proxyFranck Cuny1-0/+5
This will ultimately replace traefik.
2022-04-10add a module for backup with resticFranck Cuny1-11/+1
Do a single backup for the host, instead of running multiple ones.
2022-04-06gitea: fix the moduleFranck Cuny1-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-06refactor gitea as a moduleFranck Cuny1-0/+52