Complete TB-006 batch 1 SSO so admin apps use Authentik without double login.
Deploy to valhalla / deploy (push) Has been cancelled
Deploy to valhalla / deploy (push) Has been cancelled
Native OAuth/OIDC for Homarr, BookStack, Gitea, and MinIO console; forward_auth with local auth disabled for code-server, uptime, and kopia; Caddy and Authentik scripts updated to match.
This commit is contained in:
@@ -44,7 +44,5 @@ else
|
||||
echo "init-kopia: B2 credentials empty — start UI only; configure repo manually (see README)"
|
||||
fi
|
||||
|
||||
# Web UI uses HTTP basic auth (distinct from repository encryption password).
|
||||
exec kopia server start --ui --insecure --address=0.0.0.0:51515 \
|
||||
--server-username=kopia \
|
||||
--server-password="${KOPIA_PASSWORD}"
|
||||
# Web UI auth is handled by Caddy forward_auth — no second login prompt.
|
||||
exec kopia server start --ui --insecure --address=0.0.0.0:51515 --without-password
|
||||
|
||||
Reference in New Issue
Block a user