Logo support enhanced.
Server Changes
- config/server: Add
logoDataInterval
to suppress parsing logo data frequently. - service: Save the each logo data to separate file instead of json db.
- ts-filter: Add support for BS/CS logo. #17
- ui: Add service list in "Status".
Client Changes
- Add missing
type
definition inService
.
Docker Changes
- Set env
NODE_ENV=production
by default.
Other Changes
- package: Update dependencies.
How to Update
Docker on Linux
- note: default
docker-compose.yml
file has updated on@3.7.1
.
cd ~/mirakurun/
docker-compose down --rmi all
docker-compose pull
docker-compose up -d
Linux (PM2)
sudo npm install mirakurun -g --unsafe-perm --production
Warnings
- Mirakurun should never be exposed on the Internet.
- Do not open ports. Do not put it under a reverse proxy.
- Otherwise, you may be subject to criminal penalties.
- It is illegal to publish received data (incl. logo data) on the Internet.
- Live tweeting of programs with screen shots may be illegal as well.