purge vod cmd

This commit is contained in:
deflax 2024-01-13 03:26:24 +02:00
parent 62a4aa9596
commit a87a0de943

View file

@ -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 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` 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` 5. Access the admin panel at `https://stream.example.com/ui`
6. Access the recordings gallery at `https://vod.example.com/` 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`