QNAP LCD display manager
Features
- Display local IPs
- Standby after 10 seconds
- Scroll through the local IPs with the up/down buttons
PRs to add more features are always appreciated!
Build
go build main.goBuild with Docker
sh build-with-docker.shInstall
Copy qnap-lcd-display-manager binary that you built and the content of deployment to your QNAP NAS (all in one folder).
Then install the service with:
sudo sh install.shThen enable the service:
sudo systemctl enable qnap-lcd-display-manager.service --now