Add Gitea integration
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-12-09 11:04:37 +00:00
parent eead0b1252
commit 088162417f

View File

@@ -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]