Skip to content

Mirakurun 3.4.0

Compare
Choose a tag to compare
@kanreisa kanreisa released this 24 Dec 17:21
· 312 commits to master since this release

Happy Holidays.

  • docker: Update base image to node:14.15.3-buster-slim.

Server Changes

  • server: Add hostname config for allowing access with specific hostname.
  • server: Fix timing of request timeout.
  • ui: Add hostname config editor.
  • ui: Add link to API Docs (Swagger UI).
  • api: [config/channels/scan] Support BS/CS types. #79
  • api: [tuners] Add url property to each User state.
  • api: [tuners] Add streamSetting property to each User state.
  • api: [tuners] Add streamInfo property to each User state for checking packet drop count.
  • api: [channels/*/stream, services/*/stream, programs/*/stream] Add X-Mirakurun-Tuner-User-ID response header.
  • misc: Rename satelitesatellite.

How to Update

Docker on Linux

cd ~/mirakurun/
docker-compose down --rmi all
docker-compose pull
docker-compose up -d

Linux (PM2)

sudo npm install mirakurun -g --unsafe-perm --production