[Git][root/k8s/fluxcd][main] fix(nextcloud): true -> false passwordless login

MarcusVRP pushed to branch main at Root / Kubernetes / FluxCD Commits: 7e386899 by marcusvrp at 2025-08-08T06:50:25-03:00 fix(nextcloud): true -> false passwordless login - - - - - 1 changed file: - apps/base/nextcloud/helmrelease.yaml Changes: ===================================== apps/base/nextcloud/helmrelease.yaml ===================================== @@ -47,7 +47,7 @@ spec: no-passwordless.config.php: | <?php $CONFIG = array ( - 'auth.webauthn.enabled' => true, + 'auth.webauthn.enabled' => false, ); extraEnv: - name: PGSSLMODE View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/commit/7e3868998ce45c58b5b5d7b... -- View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/commit/7e3868998ce45c58b5b5d7b... You're receiving this email because of your account on gitlab.c3sl.ufpr.br.
participantes (1)
-
MarcusVRP (@mvreisdoefer)