https://github.com/ardean/qnap-lcd-display-manager
QNAP LCD display manager
https://github.com/ardean/qnap-lcd-display-manager
golang lcd-display qnap systemd
Last synced: about 1 month ago
JSON representation
QNAP LCD display manager
- Host: GitHub
- URL: https://github.com/ardean/qnap-lcd-display-manager
- Owner: ardean
- Created: 2024-06-06T18:01:53.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-06T21:01:39.000Z (over 1 year ago)
- Last Synced: 2025-06-03T10:04:30.913Z (4 months ago)
- Topics: golang, lcd-display, qnap, systemd
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QNAP LCD display manager
### Features
- Display local IPs
- Standby after 10 seconds
- Scroll through the local IPs with the up/down buttonsPRs to add more features are always appreciated!
### Build
```sh
go build main.go
```
### Build with Docker
```sh
sh build-with-docker.sh
```
### Install
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:
```sh
sudo sh install.sh
```Then enable the service:
```sh
sudo systemctl enable qnap-lcd-display-manager.service --now
```