config, docs: update secrets.yaml, vikunja.container.j2, vikunja.md to remove oidc fallback options and local-oidc dual login configuration

This commit is contained in:
2026-03-31 20:31:51 +09:00
parent 0f38df0100
commit d1e0eb30c0
3 changed files with 10 additions and 11 deletions

View File

@@ -27,11 +27,6 @@ ALTER DATABASE vikunja_db OWNER TO vikunja;
- Create the secret with `LC_ALL=C tr -dc 'A-Za-z0-9!#%&()*+,-./:;<=>?@[\]^_{|}~' </dev/urandom | head -c 32`
- Save this value in secrets.yaml in `vikunja.session_secret`
### Create admin password
- Create the secret with `openssl rand -base64 32`
- Save this value in secrets.yaml in `vikunja.il.password`
### Add postgresql dump backup list
- [set_postgresql.yaml](../../../ansible/roles/infra/tasks/services/set_postgresql.yaml)
@@ -46,6 +41,11 @@ ALTER DATABASE vikunja_db OWNER TO vikunja;
## Configuration
- !NOTE!
- vikunja doesn't support local + oidc dual login environment. Don't use local account.
- Just use oidc login.
- ignore process below.
### Create local account
- Access to app vm via ssh