Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 |
| | |||||
* | 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 | 1 | -20/+22 |
| | |||||
* | Move files into 2.4 folder | Jamie Nguyen | 2018-07-16 | 5 | -0/+213 |