update docs
This commit is contained in:
parent
693638983f
commit
23a10283e7
1 changed files with 11 additions and 8 deletions
19
README.md
19
README.md
|
@ -3,17 +3,20 @@
|
||||||
## Install
|
## Install
|
||||||
Multi channel stream setup with Flask REST API for scheduling channels.
|
Multi channel stream setup with Flask REST API for scheduling channels.
|
||||||
|
|
||||||
1. run `./init.sh` to prepare data directories and generate self signed certs to bootstrap the load balancer
|
### Install
|
||||||
2. `cp variables.env.dist variables.env` and set the required variables
|
1. `cp variables.env.dist variables.env` and set the required variables
|
||||||
3. run `./renew-certificates.sh` periodically to generate/update the certificates
|
2. run `./init.sh` to prepare data directories and generate self signed certs to bootstrap the load balancer
|
||||||
4. run the docker-compose stack using `docker-compose up -d --build --remove-orphans`
|
3. run the docker-compose stack using `docker-compose up -d --build --remove-orphans`
|
||||||
5. Access the admin panel at `https://stream.example.com/ui`
|
4. run `./renew-certificates.sh` periodically to generate/update the certificates
|
||||||
6. Access the recordings gallery at `https://vod.example.com/`
|
|
||||||
|
|
||||||
### stream priorities
|
### Usage
|
||||||
|
1. Access the admin panel at `https://stream.example.com/ui`
|
||||||
|
2. Access the recordings gallery at `https://vod.example.com/`
|
||||||
|
|
||||||
|
### EPG stream priorities
|
||||||
prio = 0 - scheduled
|
prio = 0 - scheduled
|
||||||
prio = 1 - live
|
prio = 1 - live
|
||||||
prio = 2 - live and vod recording
|
prio = 2 - live and vod recording
|
||||||
|
|
||||||
### purge vod database
|
### Purge vod database
|
||||||
`docker exec -ti television_archive_1 /app/gallery.js storage --storage /data/storage --database /data/config/database.db -l debug purge`
|
`docker exec -ti television_archive_1 /app/gallery.js storage --storage /data/storage --database /data/config/database.db -l debug purge`
|
Loading…
Reference in a new issue