Mirakurun 3.4.0
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
] Addurl
property to eachUser
state. - api: [
tuners
] AddstreamSetting
property to eachUser
state. - api: [
tuners
] AddstreamInfo
property to eachUser
state for checking packet drop count. - api: [
channels/*/stream
,services/*/stream
,programs/*/stream
] AddX-Mirakurun-Tuner-User-ID
response header. - misc: Rename
satelite
→satellite
.
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