ZuriMuri

joined 1 year ago
[–] ZuriMuri@discuss.tchncs.de 1 points 1 year ago

For automated container updates I can highly recommend watchtower. It also works with updates for specific releases/versions where you’re not using the :latest tag. It was also relatively easy to configure for my small setup of 15 containers.

[–] ZuriMuri@discuss.tchncs.de 31 points 1 year ago (1 children)

SelfToasted

[–] ZuriMuri@discuss.tchncs.de 1 points 1 year ago (1 children)

According point 2: I choose homepage over Heimdall. It has more direct integrations (e.g. Homeassistant, Synology, Paperless-ngx, Warchtower…) where you can display specific information directly on your dashboard. It is easily set up by a couple .yaml files. You can find lots of examples online and in the documentation.

[–] ZuriMuri@discuss.tchncs.de 3 points 1 year ago

This is the way! Don’t worry about vpn, proxies and tunneling before you know where you’re heading.

[–] ZuriMuri@discuss.tchncs.de 3 points 1 year ago (2 children)

Yes it is that simple. In the beginning you can reach your services via localhost or simply the IP address of your laptop (followed by the specific port).

[–] ZuriMuri@discuss.tchncs.de 17 points 1 year ago (4 children)

Start with Docker/Containers.

Once you understand the basics of it you can start selfhosting all sorts of applications from/on your laptop with very little effort. For Docker Command Line Basics there are tons of free tutorials online. If that’s to big of a step in the beginning, start with a Portainer (spinning it up is basically just copy and paste one little command) the rest can be done from the GUI. Docker will also help you to figure out what you might think is worth „selfhosting“ for yourself. Because selfhosting is almost like clothing: Everyone has their own taste and style.

[–] ZuriMuri@discuss.tchncs.de 3 points 1 year ago

Looks neat and definitely a very good use case. Will give this a try.