Update vikunja config
This commit is contained in:
parent
66e2565786
commit
14da17b712
1 changed files with 5 additions and 3 deletions
|
@ -12,7 +12,7 @@ vikunja_svc:
|
|||
vikunja_yml:
|
||||
service:
|
||||
JWTSecret: "{{ vault_vikunja.jwt_secret }}"
|
||||
frontendurl: https://{{ svc.domain }}
|
||||
publicurl: https://{{ svc.domain }}
|
||||
enableregistration: false
|
||||
timezone: "{{ timezone }}"
|
||||
|
||||
|
@ -38,11 +38,13 @@ vikunja_yml:
|
|||
openid:
|
||||
enabled: true
|
||||
providers:
|
||||
- name: auth.serguzim.me
|
||||
authserguzimme:
|
||||
name: auth.serguzim.me
|
||||
authurl: "{{ opentofu.authentik_data.vikunja.base_url }}/"
|
||||
logouturl: "{{ (opentofu.authentik_data.vikunja.base_url, 'end-session') | path_join }}"
|
||||
clientid: "{{ opentofu.authentik_data.vikunja.client_id }}"
|
||||
clientsecret: "{{ opentofu.authentik_data.vikunja.client_secret }}"
|
||||
scope: openid profile email
|
||||
forceuserinfo: false
|
||||
|
||||
metrics:
|
||||
enabled: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue