Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move DavLock to temporary folder as well | Suren A. Chilingaryan | 2019-08-14 | 4 | -8/+6 |
| | |||||
* | Really change pid file to /tmp folder | Suren A. Chilingaryan | 2019-08-14 | 2 | -8/+11 |
| | |||||
* | And one more attempt | Suren A. Chilingaryan | 2019-08-14 | 1 | -1/+1 |
| | |||||
* | Fix PidFile properly | Suren A. Chilingaryan | 2019-08-14 | 1 | -1/+1 |
| | |||||
* | Try to fix pid file location | Suren A. Chilingaryan | 2019-08-14 | 1 | -0/+2 |
| | |||||
* | Fix port in Dockerfile instead of entrypoint.sh | Suren A. Chilingaryan | 2019-08-14 | 2 | -8/+5 |
| | |||||
* | Adjust port in httpd.conf | Suren A. Chilingaryan | 2019-08-14 | 1 | -0/+5 |
| | |||||
* | Disable chown | Suren A. Chilingaryan | 2019-08-14 | 1 | -1/+1 |
| | |||||
* | Move user.passwd to /tmp | Suren A. Chilingaryan | 2019-08-14 | 2 | -5/+5 |
| | |||||
* | Change to unprivileged ports | Suren A. Chilingaryan | 2019-08-14 | 3 | -4/+4 |
| | |||||
* | Merge pull request #9 from ianeiloart/patch-1 | Paul Cammish | 2019-03-22 | 1 | -0/+21 |
|\ | | | | | Create License. | ||||
| * | Create License. | Ian Eiloart | 2019-03-22 | 1 | -0/+21 |
|/ | | | A customer is asking about licensing. I think this is nice and open, | ||||
* | Merge pull request #2 from boonen/corrupt-alias | Jamie Nguyen | 2018-12-14 | 1 | -1/+1 |
|\ | | | | | Prevent corrupt Alias after restart of container. | ||||
| * | Prevent corrupt Alias after restart of container. | Jan Boonen | 2018-12-06 | 1 | -1/+1 |
|/ | | | When the LOCATION environment variable is set then a restart of a container will lead to a corrupt Alias configuration. The command 'sed -e "s|Alias /|Alias $LOCATION|"' will be executed again and thereby prepend the existing path with the same path. | ||||
* | Only mkdir and touch if needed | Jamie Nguyen | 2018-07-18 | 1 | -2/+2 |
| | |||||
* | Use WORKDIR | Jamie Nguyen | 2018-07-18 | 1 | -12/+13 |
| | |||||
* | Remove deprecated MAINTAINER tag | Jamie Nguyen | 2018-07-17 | 1 | -1/+0 |
| | |||||
* | Move apk to Dockerfile | Jamie Nguyen | 2018-07-17 | 2 | -3/+3 |
| | |||||
* | Switch to copying whole directory of config files | Jamie Nguyen | 2018-07-17 | 4 | -10/+3 |
| | |||||
* | Mention configs-webdav-docker repository in README.md | Jamie Nguyen | 2018-07-16 | 1 | -2/+2 |
| | |||||
* | Split long lines | Jamie Nguyen | 2018-07-16 | 1 | -2/+4 |
| | |||||
* | Remove trailing characters | Jamie Nguyen | 2018-07-16 | 1 | -1/+1 |
| | |||||
* | Force symlink | Jamie Nguyen | 2018-07-16 | 1 | -1/+1 |
| | |||||
* | Fix ANONYMOUS_METHODS | Jamie Nguyen | 2018-07-16 | 1 | -0/+1 |
| | |||||
* | Format README.md for Docker Hub | Jamie Nguyen | 2018-07-16 | 1 | -52/+19 |
| | |||||
* | Fix typo in README.md | Jamie Nguyen | 2018-07-16 | 1 | -1/+1 |
| | |||||
* | Initialize /var/lib/dav in docker-entrypoint.sh | Jamie Nguyen | 2018-07-16 | 2 | -1/+5 |
| | |||||
* | Allow bind mounting in /cert.pem and /privkey.pem | Jamie Nguyen | 2018-07-16 | 2 | -21/+30 |
| | |||||
* | Move files into 2.4 folder | Jamie Nguyen | 2018-07-16 | 6 | -0/+1 |
| | |||||
* | Improve README | Jamie Nguyen | 2018-07-16 | 1 | -3/+4 |
| | |||||
* | Fix typo | Jamie Nguyen | 2018-07-16 | 1 | -1/+1 |
| | |||||
* | Initial commit | Jamie Nguyen | 2018-07-16 | 6 | -0/+345 |