From 088162417f83a96495d1f1a84b085bf24e9ffc98 Mon Sep 17 00:00:00 2001 From: RBER Admin Date: Tue, 9 Dec 2025 11:04:37 +0000 Subject: [PATCH] Add Gitea integration --- app-config.production.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/app-config.production.yaml b/app-config.production.yaml index e984a56..0066d68 100644 --- a/app-config.production.yaml +++ b/app-config.production.yaml @@ -9,12 +9,8 @@ backend: baseUrl: http://backstage.rber.bj listen: port: 7007 - csp: - connect-src: ["'self'", "http:", "https:"] - upgrade-insecure-requests: false cors: origin: http://backstage.rber.bj - database: client: pg connection: @@ -24,11 +20,19 @@ backend: password: ${POSTGRES_PASSWORD} database: ${POSTGRES_DB} +# Intégration Gitea +integrations: + gitea: + - host: git.rber.bj + baseUrl: http://git.rber.bj + token: ${GITEA_TOKEN} + auth: providers: guest: dangerouslyAllowOutsideDevelopment: true +# Catalogue - importer les repos Gitea catalog: rules: - allow: [Component, System, API, Resource, Location, Template]