From a87a0de9439e1b893eb64eb9ddf6fa1afc1f0d5c Mon Sep 17 00:00:00 2001 From: deflax Date: Sat, 13 Jan 2024 03:26:24 +0200 Subject: [PATCH] purge vod cmd --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 44c5a5a..b3536bc 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,8 @@ Multi channel stream setup with Flask REST API for scheduling channels. 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/` \ No newline at end of file +6. Access the recordings gallery at `https://vod.example.com/` + +## 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