-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
As described, our project which is based on https://github.com/BytemarkHosting/docker-webdav includes the following changes:
- Fix non-ASCII filename garbled in web index page BytemarkHosting/docker-webdav#20
- Add environments PUID/PGID of
/var/lib/davfolder. BytemarkHosting/docker-webdav#28 - Add optional umask to docker-entrypoint.sh noodlefighter/docker-webdav#1
- Add User-Agent match for Windows 10 client BytemarkHosting/docker-webdav#11
- Disable mod_dir in DAV share to avoid DoS BytemarkHosting/docker-webdav#21
- Also enable socache_shmcb module to fix ssl error BytemarkHosting/docker-webdav#23
- Add User-Agent match for Apache Commons VFS client BytemarkHosting/docker-webdav#25
By that those are missing:
- true multiuser capability BytemarkHosting/docker-webdav#15
I skipped this as it creates dependencies to traefik (proxy) and I'm note sure which benefits it results - (specify httpd alpine version 2.4.35 BytemarkHosting/docker-webdav#6
I skipped this as our project uses httpd:2.4.43-alpine which includes Alpine 3.12.0. A more recent version like 2.4.46 uses Alpine 3.13.x which is incompatible as it misses an important package. Finally I'm note sure if Alpine-based apache 2.4.37 does not start with mod_ssl docker-library/httpd#115 is still valid with 2.4.43 / 3.12. Needs more feedback.
So except of the last item, I think all relevant pull requests are now included.
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed