Remove auth on filebrowser
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ffceae826c
commit
63c961dc2e
@ -42,24 +42,24 @@ spec:
|
||||
- name: models
|
||||
mountPath: /srv
|
||||
env:
|
||||
- name: ADMIN_PASS
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: filebrowswer-secret
|
||||
key: ADMIN_PASS
|
||||
- name: DEFAULT_USERNAME
|
||||
value: "default"
|
||||
- name: DEFAULT_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: filebrowswer-secret
|
||||
key: DEFAULT_PASS
|
||||
#- name: ADMIN_PASS
|
||||
# valueFrom:
|
||||
# secretKeyRef:
|
||||
# name: filebrowswer-secret
|
||||
# key: ADMIN_PASS
|
||||
#- name: DEFAULT_USERNAME
|
||||
# value: "default"
|
||||
#- name: DEFAULT_PASSWORD
|
||||
# valueFrom:
|
||||
# secretKeyRef:
|
||||
# name: filebrowswer-secret
|
||||
# key: DEFAULT_PASS
|
||||
- name: BRANDING_NAME
|
||||
value: "Model Files"
|
||||
- name: AUTH_METHOD
|
||||
value: "noauth"
|
||||
- name: AUTH_HEADER
|
||||
value: "X-Auth-User"
|
||||
#- name: AUTH_HEADER
|
||||
# value: "X-Auth-User"
|
||||
- name: PERM_ADMIN
|
||||
value: "false"
|
||||
- name: PERM_EXECUTE
|
||||
|
Loading…
Reference in New Issue
Block a user