feature/bstein-dev-home #7

Merged
bstein merged 95 commits from feature/bstein-dev-home into main 2025-12-18 04:23:02 +00:00
2 changed files with 8 additions and 2 deletions
Showing only changes of commit 0d93929e3d - Show all commits

View File

@ -63,6 +63,8 @@ spec:
value: "false"
- name: GITEA__log__LEVEL
value: "debug"
- name: GITEA__service__REQUIRE_SIGNIN_VIEW
value: "false"
- name: DB_TYPE
value: "postgres"
- name: DB_HOST

View File

@ -71,7 +71,9 @@ spec:
--secret "$CLIENT_SECRET" \
--auto-discover-url "$DISCOVERY_URL" \
--scopes "openid profile email" \
--group-claim-name groups
--group-claim-name groups \
--admin-group admin \
--skip-local-2fa
else
echo "Creating keycloak auth source"
$BIN -c "$APPINI" admin auth add-oauth \
@ -81,5 +83,7 @@ spec:
--secret "$CLIENT_SECRET" \
--auto-discover-url "$DISCOVERY_URL" \
--scopes "openid profile email" \
--group-claim-name groups
--group-claim-name groups \
--admin-group admin \
--skip-local-2fa
fi