You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I just found that repo because I searched for a simple way to deploy a WebDAV server for multiple users.
I see that you didn't include the PR BytemarkHosting/docker-webdav#15 because it depends on traefik.
I look at it and I don't see any specific traefik entries beside in the docker-compose file under labels.
There are only there so the Traefik reverse proxy knows what to do with the container. These changes are not Traefik specific in any way.
As described, our project which is based on https://github.com/BytemarkHosting/docker-webdav includes the following changes:
/var/lib/dav
folder. BytemarkHosting/docker-webdav#28By that those are missing:
I skipped this as it creates dependencies to traefik (proxy) and I'm note sure which benefits it results
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.
The text was updated successfully, but these errors were encountered: