Update Gitea and Grafana configurations to enhance registration and authentication settings
This commit is contained in:
parent
3c50db2031
commit
12f333d5e8
@ -42,6 +42,9 @@ gitea:
|
|||||||
DEFAULT_PRIVATE: true
|
DEFAULT_PRIVATE: true
|
||||||
service:
|
service:
|
||||||
DISABLE_REGISTRATION: true
|
DISABLE_REGISTRATION: true
|
||||||
|
ALLOW_ONLY_EXTERNAL_SELF_REGISTRATION: false
|
||||||
|
auth:
|
||||||
|
LOCAL_REGISTRATION_DISABLED: true
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@ -24,6 +24,10 @@ grafana:
|
|||||||
token_url: https://auth.nik4nao.com/application/o/token/
|
token_url: https://auth.nik4nao.com/application/o/token/
|
||||||
api_url: https://auth.nik4nao.com/application/o/userinfo/
|
api_url: https://auth.nik4nao.com/application/o/userinfo/
|
||||||
role_attribute_path: contains(groups, 'authentik Admins') && 'Admin' || 'Viewer'
|
role_attribute_path: contains(groups, 'authentik Admins') && 'Admin' || 'Viewer'
|
||||||
|
auth:
|
||||||
|
disable_login_form: true
|
||||||
|
auth.basic:
|
||||||
|
enabled: false
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
ingressClassName: traefik
|
ingressClassName: traefik
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user