apps: configure vikunja service
This commit is contained in:
parent
d3466cfd78
commit
09d3076a3f
|
@ -23,6 +23,10 @@ data:
|
|||
clientsecret: "${client_secret}"
|
||||
local:
|
||||
enabled: false
|
||||
service:
|
||||
frontendurl: "https://do.${domain}"
|
||||
motd: "Please allow public profile discovery in settings!"
|
||||
timezone: "DE"
|
||||
ingress:
|
||||
main:
|
||||
enabled: true
|
||||
|
|
|
@ -6,7 +6,7 @@ metadata:
|
|||
namespace: stackspout
|
||||
data:
|
||||
values.yaml: |
|
||||
# https://github.com/robjuz/helm-charts/tree/master/charts/kimai2
|
||||
# https://github.com/robjuz/helm-charts/tree/master/charts/kimai2#parameters
|
||||
image:
|
||||
# Maybe apache-latest?
|
||||
tag: apache-1.20.4-prod
|
||||
|
|
|
@ -21,7 +21,6 @@ data:
|
|||
'allow_user_to_change_display_name' => false,
|
||||
'default_phone_region' => 'DE',
|
||||
'default_locale' => 'en-gb',
|
||||
'lost_password_link' => 'https://sso.${domain}/login/recovery',
|
||||
);
|
||||
apps:
|
||||
# Basics
|
||||
|
|
Loading…
Reference in New Issue