Compare commits
2 Commits
bece0ede75
...
e6f9256566
Author | SHA1 | Date | |
---|---|---|---|
e6f9256566 | |||
b454d3918d |
@ -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.
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user