Feature Suggestion: Docker
Hello there! I have a feature suggestion. I would be really cool if you good have this deployable as a docker container. I have a little docker server running on my raspberry pi and I would like to have a new start page that would be accessible from all of my devices (including my phone). I am still new to docker so maybe there is already a way to turn this into a container. If there is please let me know!
Hello! I wanted to share that I've created a Docker image for the Launchbot project. It's available at khkolev/launchbot on Docker Hub. This Docker image allows you to easily run Launchbot on any Docker-compatible device.
To get started, you can pull the image using docker pull khkolev/launchbot and then run it with docker run -d -p 8080:8080 khkolev/launchbot. This will make Launchbot accessible on your local network om port 8080.
Doesn't it make more sense to just serve this as a static site via a webserver e.g. nginx?