From 23a10283e778603ba68adac3786cb8353bed5c4e Mon Sep 17 00:00:00 2001 From: deflax Date: Wed, 17 Jan 2024 06:41:16 +0200 Subject: [PATCH] update docs --- README.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index bd30c57..04a0e1e 100644 --- a/README.md +++ b/README.md @@ -3,17 +3,20 @@ ## Install 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 -2. `cp variables.env.dist variables.env` and set the required variables -3. run `./renew-certificates.sh` periodically to generate/update the certificates -4. run the docker-compose stack using `docker-compose up -d --build --remove-orphans` -5. Access the admin panel at `https://stream.example.com/ui` -6. Access the recordings gallery at `https://vod.example.com/` +### Install +1. `cp variables.env.dist variables.env` and set the required variables +2. run `./init.sh` to prepare data directories and generate self signed certs to bootstrap the load balancer +3. run the docker-compose stack using `docker-compose up -d --build --remove-orphans` +4. run `./renew-certificates.sh` periodically to generate/update the certificates -### 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 = 1 - live 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` \ No newline at end of file