Compare commits

...

2 Commits

2 changed files with 4 additions and 1 deletions

View File

@ -8,6 +8,9 @@ concise area of concern.
## Roles
- [`roles/gitea`](roles/gitea/README.md): Deploy [gitea.io](https://gitea.io), a
lightweight, self-hosted git service.
- [`roles/restic`](roles/restic/README.md): Manage backups using restic
and persist them to a configurable backend.

View File

@ -1,6 +1,6 @@
---
gitea_version: "1.16.3"
gitea_version: "1.16.4"
gitea_user: git
gitea_base_path: "/opt/gitea"
gitea_data_path: "{{ gitea_base_path }}/data"