Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pedrofracassi/docker-clonehero-server
Docker images for the Clone Hero PTB Standalone Server Software
https://github.com/pedrofracassi/docker-clonehero-server
Last synced: about 1 month ago
JSON representation
Docker images for the Clone Hero PTB Standalone Server Software
- Host: GitHub
- URL: https://github.com/pedrofracassi/docker-clonehero-server
- Owner: pedrofracassi
- Created: 2022-02-02T23:55:30.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-03T00:05:16.000Z (almost 3 years ago)
- Last Synced: 2024-08-09T17:29:55.451Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 8.25 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-clonehero-server
Docker images for the Clone Hero PTB Standalone Server Software
## Environment Variables
- `SERVER_NAME` - Server name
- `SERVER_PASSWORD` - Server password
- `SERVER_ADDRESS` - Server address
- `SERVER_PORT` - Server port## TO-DO
Pull Requests are very welcome!
- [ ] Pull server binary from clonehero.net during build instead of keeping it in the repo
- [ ] Default to no password when `SERVER_PASSWORD` is not set
- [ ] Automatic builds using GitHub Actions
- [ ] Push to Docker Hub