Skip to content

v0.0.7: Admin dashboard, chunk naming, and Proxmox fixes

Choose a tag to compare

@vineethvijay vineethvijay released this 14 Mar 08:46
176dcff

Admin dashboard, chunk naming, and Proxmox fixes

Admin dashboard, chunk naming, and Proxmox fixes

Changes:

  • Add /admin page with Server Configuration, Stream Stats, Cron run history (paginated), System Information, Generate Chunks, API List
  • Refactor dashboard: move Generate Chunks and API List to Admin
  • Chunk naming: <star>_<random_word>_<date>.mp4 (50 star names + random-word-api.herokuapp.com)
  • Add scripts/rename-chunks-to-star-format.sh to rename existing chunks
  • Fix Generate Chunks permission denied: use trigger_volume and TRIGGER_DIR instead of CHUNK_FOLDER
  • Use created_at from meta.json for chunk creation time in UI
  • Add paginated /api/cron-run-history (page, per_page)