Initial version of the forgejo collection

* Forgejo role for quick deployment in podman
* Forgejo_OAuth module to manage authentication source

Signed-off-by: Nis Wechselberg <enbewe@enbewe.de>
This commit is contained in:
Nis Wechselberg 2024-06-23 15:23:51 +02:00
parent 70646c7ba8
commit 47467b3169
Signed by: eNBeWe
GPG key ID: 7B25171F921B9E57
12 changed files with 923 additions and 0 deletions

View file

@ -0,0 +1,15 @@
---
forgejo_db_image_name: 'docker.io/library/postgres'
forgejo_db_image_tag: '17.2'
forgejo_db_volume_name: 'forgejo_db_storage'
forgejo_network_name: 'forgejo-net'
forgejo_app_image_name: 'codeberg.org/forgejo/forgejo'
forgejo_app_image_tag: '9.0.3'
forgejo_app_volume_name: 'forgejo_app_storage'
forgejo_db_user: 'forgejo'
forgejo_db_database: 'forgejo'
forgejo_ssh_port: 2222