From a8ca21c08d3fe572be51a3e37173b8b108c83ea8 Mon Sep 17 00:00:00 2001 From: RBER Admin Date: Tue, 9 Dec 2025 19:27:41 +0000 Subject: [PATCH] Add gitea integration to base config --- app-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app-config.yaml b/app-config.yaml index ca52ec5..ef129c3 100644 --- a/app-config.yaml +++ b/app-config.yaml @@ -42,6 +42,10 @@ integrations: # - host: ghe.example.net # apiBaseUrl: https://ghe.example.net/api/v3 # token: ${GHE_TOKEN} + gitea: + - host: git.rber.bj + baseUrl: http://git.rber.bj + token: ${GITEA_TOKEN} proxy: ### Example for how to add a proxy endpoint for the frontend.