configured calibre auth, and removed signup from adventurelog
This commit is contained in:
@@ -128,7 +128,7 @@ spec:
|
||||
value: https://adventures.dooplex.hu,https://adventures.home
|
||||
# Disable user registration (set to True to allow)
|
||||
- name: DISABLE_REGISTRATION
|
||||
value: "False"
|
||||
value: "True"
|
||||
# Database
|
||||
- name: PGHOST
|
||||
value: adventurelog-postgres
|
||||
|
||||
@@ -44,6 +44,17 @@ spec:
|
||||
value: "1000"
|
||||
- name: TZ
|
||||
value: Europe/Budapest
|
||||
# KasmVNC authentication
|
||||
- name: CUSTOM_USER
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: calibre-auth
|
||||
key: username
|
||||
- name: PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: calibre-auth
|
||||
key: password
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 8080
|
||||
|
||||
Reference in New Issue
Block a user