Update DAV_Containers/Webdav_Server/testing.yaml

This commit is contained in:
2026-04-04 01:30:54 +00:00
parent dfb476e391
commit 0815f72330
+2 -8
View File
@@ -8,13 +8,6 @@ services:
environment: environment:
# WebDAV Server Configuration # WebDAV Server Configuration
WEBDAV_OPERATIONS="GET OPTIONS PROPFIND" WEBDAV_OPERATIONS="GET OPTIONS PROPFIND"
# LDAP Configuration
LDAP_ENABLED=false
LDAP_URL=ldaps://ldap.example.com
LDAP_ATTRIBUTE=uid
LDAP_BASE_DN=ou=users,dc=example,dc=com
LDAP_BIND_DN=uid=searchuser,ou=users,dc=example,dc=com
LDAP_BIND_PASSWORD=securepassword
# OAUTH Configuration # OAUTH Configuration
# Keycloak OIDC configuration # Keycloak OIDC configuration
@@ -33,7 +26,8 @@ services:
# Basic Digest Authentication with users space separated # Basic Digest Authentication with users space separated
BASIC_AUTH_ENABLED=true BASIC_AUTH_ENABLED=true
BASIC_AUTH_REALM=Webdev BASIC_AUTH_REALM=Webdev
BASIC_USERS=Webdav BASIC_USERS=${USERNAME}
PASSWORD=${PASSWORD}
networks: networks:
default: default: