Skip to content

Commit 153acc1

Browse files
authored
Update README.md
1 parent 21f7615 commit 153acc1

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## Project
2+
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:
3+
- [Fix non-ASCII filenames](https://github.com/BytemarkHosting/docker-webdav/pull/20)
4+
- [Add PUID and PGID](https://github.com/BytemarkHosting/docker-webdav/pull/28)
5+
- [Add umask](https://github.com/noodlefighter/docker-webdav/pull/1)
6+
17
## Usage
28

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

86-
### Project
87-
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 commit comments

Comments
 (0)