Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mgutt authored Aug 11, 2021
1 parent 21f7615 commit 153acc1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Project
This project is based on [bytemark/webdav](https://github.com/BytemarkHosting/docker-webdav), but as it seems to be dead, I created [apachewebdav/apachewebdav](https://github.com/mgutt/docker-apachewebdav) which includes different pull requests:
- [Fix non-ASCII filenames](https://github.com/BytemarkHosting/docker-webdav/pull/20)
- [Add PUID and PGID](https://github.com/BytemarkHosting/docker-webdav/pull/28)
- [Add umask](https://github.com/noodlefighter/docker-webdav/pull/1)

## Usage

### Basic WebDAV server
Expand Down Expand Up @@ -83,5 +89,3 @@ All environment variables are optional. You probably want to at least specify `U
* **`PGID`**: file owner's GID of `/var/lib/dav/data`
* **`PUMASK`**: umask of `/var/lib/dav/data`

### Project
This project is based on [bytemark/webdav](https://github.com/BytemarkHosting/docker-webdav), but as it seems to be dead, I created [apachewebdav/apachewebdav](https://github.com/mgutt/docker-apachewebdav) which already includes different pull requests.

0 comments on commit 153acc1

Please sign in to comment.