https://github.com/mnixry/docker-linuxqq
Docker build scripts for Linux QQNT
https://github.com/mnixry/docker-linuxqq
Last synced: 10 months ago
JSON representation
Docker build scripts for Linux QQNT
- Host: GitHub
- URL: https://github.com/mnixry/docker-linuxqq
- Owner: mnixry
- License: gpl-3.0
- Archived: true
- Created: 2023-07-18T13:56:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-20T14:14:41.000Z (over 2 years ago)
- Last Synced: 2025-02-09T05:30:16.396Z (11 months ago)
- Language: Python
- Size: 28.3 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-linuxqq
Docker builds scripts for Linux QQNT
## Disclaimer
This project is used for educational purposes only. The author of this project is not responsible for any damage caused by the use of this project. You may not use this project for illegal or unethical purposes.
## Usage
```bash
docker run --rm --name qqnt --pull always \
-e VNC_PASSWORD=12345678 \ # VNC Password, max 8 characters, unset to disable password
-e USE_SSL=1 \ # use HTTPS protocol for noVNC, unset to use HTTP
-p 8083:8083 \ # noVNC port, access via browser
ghcr.io/mnixry/docker-linuxqq:latest
```
## TODO
- [ ] Add persistent storage support
- [ ] Extensible modding support
- [ ] Continuous integration with automated update support
- [ ] Publish to Docker Hub
## License
This project is licensed under GPLv3.
## Acknowledgments
- [docker-novnc](https://github.com/oott123/docker-novnc/)
- [arch-novnc](https://github.com/ponsfrilus/arch-novnc/)
- [docker-qqnt](https://github.com/ilharp/docker-qqnt/)