Tag: Docker
-

Adding a filebrowser for easy config file editing
I am frequently editing various config files on my secondary server and more crucially, the docker compose file that sets up the various services. Using SSH and nano can be tedious and not so user friendly. To make life easier, I’ve added a file browser container to the docker-compose I was then able to add…
-

Homer landing Page
I decided I wanted a landing page for my secondary server, from which I could easily access services hosted on that server. Homer looked to be a great and super fast to setup solution. My docker compose looks like this: Homer is then further configured by editing config.yaml My current config looks like: As you…
-
Combining Octoprint and other Services
I was running Octoprint from an RPi as a way of managing my 3D printer and accessing it wirelessly. This worked well, however I was concerned with the hardware limitations of the RPi. I also wanted to host 3 MJPG webcam streams form the same host and therefore needed to consider a migration to more…