add: gitea & gitea-runner

This commit is contained in:
2024-07-22 16:30:11 +00:00
parent b19d67f69c
commit bd79b34de2
4 changed files with 77 additions and 0 deletions

View File

@@ -85,6 +85,9 @@ harbor_admin_password: 20Dino00
ferchau_sftp_user: dkeipp
ferchau_sftp_password: HISTORY_PURGED_SECRET
gitea_postgres_pw: HISTORY_PURGED_SECRET
gitea_runner_registration_token: HISTORY_PURGED_SECRET
keycloak_clients:
python-flask-picture-factory:
party_secret : "HISTORY_PURGED_SECRET"
@@ -321,3 +324,15 @@ keycloak_clients:
keycloak_id: "00000000-0000-0000-0000-000000000019"
groups: ""
master_address: "https://i.athq.de"
gitea:
party_secret: "SHISTORY_PURGED_SECRET"
client_id: gitea
client_secret: "HISTORY_PURGED_SECRET"
redirect_uris:
- "https://git.atlantishq.de/*"
- "https://git.athq.de/*"
description: "Gitea"
keycloak_id: "00000000-0000-0000-0000-000000000020"
groups: ""
master_address: "https://git.atlantishq.de"