feat: make lazy stream host name configurable (#72)

* run raw plex curl request

* update sample env file

* parse raw chrome curl req

* update cronjob

* use post request to update plex

* oops

* feat: make lazystream host configurable

* feat: update xml template

* fix: revert plex update changes for now (needs more testing)

* feat: update readme
This commit is contained in:
taylorbourne
2021-11-03 17:03:49 -07:00
committed by GitHub
parent cbbb2f7786
commit 1e6334d7bd
3 changed files with 6 additions and 1 deletions

View File

@@ -42,6 +42,10 @@ or see [docker-compose.yml](docker-compose.yml) for an example docker-compose se
Defaults & behavior can be changed through environment variables. `sample.env` should be renamed to `.env` and supplied through the `--env-file` docker run option. The `.env` file can also be picked up if using this in a `docker compose` setup.
### IMPORTANT
You _MUST_ set the environment variable `lazyStreamHost` otherwise LazyStream will _not_ work.
## Cron schedule
By default, the cron job is scheduled to run every hour. A custom cron schedule can be specified by renaming the `sample_cron.txt` file in the `/config` volume to `cron.txt` and editing the schedule. Make sure to restart your container to take effect.