Browse Source

Update README.md

pull/1/head
Tai 6 years ago
parent
commit
3b6b94527d
  1. 18
      seafile/README.md

18
seafile/README.md

@ -37,3 +37,21 @@ Example Below:
``` ```
SERVICE_URL https://subdomain.example.com SERVICE_URL https://subdomain.example.com
``` ```
# Optional: Setting Up WebDav
## Caddyfile
```
webdav.example.com {
reverse_proxy seafile:8080
}
```
Here I assigned a new subdomain webdav and point it to port 8080 which is the defualt on seafdav.conf
## seafdav.conf
```
nano /home/~/docker/seafile/seafile-data/seafile/conf/seafdav.conf
```
Set ```enabled=true```
Set ```share_name = /```

Loading…
Cancel
Save