Launchbot icon indicating copy to clipboard operation
Launchbot copied to clipboard

Feature Suggestion: Docker

Open SavvySeventy7 opened this issue 2 years ago • 2 comments

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!

SavvySeventy7 avatar Aug 04 '23 17:08 SavvySeventy7

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.

khkolev avatar Dec 03 '23 22:12 khkolev

Doesn't it make more sense to just serve this as a static site via a webserver e.g. nginx?

Dlurak avatar Jan 28 '24 22:01 Dlurak