removed path-base and updated docker-compose.yml & README

This commit is contained in:
Isaac Grynsztein
2020-02-28 00:20:08 -05:00
parent 5e331b9ffa
commit 1ffe61f01f
7 changed files with 3 additions and 12 deletions

View File

@@ -53,7 +53,6 @@ Here is an explanation for the configuration entries. Check out the [default con
| use-encryption | true if you intend to use SSL encryption (https) | false |
| cert-file-path | Cert file path - required if using encryption | "/etc/letsencrypt/live/example.com/fullchain.pem" |
| key-file-path | Private key file path - required if using encryption | "/etc/letsencrypt/live/example.com/privkey.pem" |
| path-base | Audio/video stream URL. Usually the same as backendurl | "http://example.com:17442/" |
| path-audio | Path to audio folder for saved mp3s | "audio/" |
| path-video | Path to video folder for saved mp4s | "video/" |
| title_top | Title shown on the top toolbar | "Youtube Downloader" |