diff --git a/mkdocs/docs/channels.md b/mkdocs/docs/channels.md index 6bf50b1..a5026f2 100644 --- a/mkdocs/docs/channels.md +++ b/mkdocs/docs/channels.md @@ -25,7 +25,7 @@ Each channel gets a set of channel detail pages. - If you are subscribed to the channel, an *Unsubscribe* button will show, else the *Subscribe* button will show. - You'll see some statistics of the channel, like how many videos you have, total playback and total size. That aggregation is based your filter, e.g. if you toggle *Hide watched*, the aggregation will be over your unwatched videos only. -- The **Mark as Watched** button will mark all videos of this channel as watched. +- The **Mark as Watched** and **Mark as Unwatched** buttos will mark all videos of this channel as watched/unwatched. ### Videos Accessible at `/channel//`, this page shows all the videos you have downloaded from this channel. diff --git a/mkdocs/docs/installation/docker-compose.md b/mkdocs/docs/installation/docker-compose.md index d5187b2..33f4c48 100644 --- a/mkdocs/docs/installation/docker-compose.md +++ b/mkdocs/docs/installation/docker-compose.md @@ -21,6 +21,8 @@ The main Python application that displays and serves your video collection, buil - Set the environment variable `TA_HOST` to match with the system running Tube Archivist. This can be a domain like *example.com*, a subdomain like *ta.example.com* or an IP address like *192.168.1.20*. If you are running Tube Archivist behind a SSL reverse proxy, specify the protocoll. You can add multiple hostnames separated with a space. Any wrong configurations here will result in a `Bad Request (400)` response. - Change the environment variables `TA_USERNAME` and `TA_PASSWORD` to create the initial credentials. - `ELASTIC_PASSWORD` is for the password for Elasticsearch. The environment variable `ELASTIC_USER` is optional, should you want to change the username from the default *elastic*. + - Optionally set `ES_SNAPSHOT_DIR` to change the folder where ES is storing it's snapshots. When changing that, make sure you have persistence. That is an absolute path from inside the ES container. + - Set `ES_DISABLE_VERIFY_SSL`, boolean value, to disable SSL verification for connections to ES, e.g. for self signed certificates. - For the scheduler to know what time it is, set your timezone with the `TZ` environment variable, defaults to *UTC*. - Set the environment variable `ENABLE_CAST=True` to send videos to your cast device, [read more](../configuration/cast.md). diff --git a/mkdocs/docs/playlists.md b/mkdocs/docs/playlists.md index c0844d0..346a7aa 100644 --- a/mkdocs/docs/playlists.md +++ b/mkdocs/docs/playlists.md @@ -26,7 +26,7 @@ You can search your indexed playlists by clicking on the search icon