brando56894@alien.topBtoSelf-Hosted Main@selfhosted.forum•How low maintenance can a small home setup be?English
1·
1 year agoI’ve been doing this for so long on my own that I always forget that all these awesome things exist. Thanks.
I’ve been doing this for so long on my own that I always forget that all these awesome things exist. Thanks.
I’ve been at this for over a decade and there’s always more to learn! If you haven’t checked out docker-compose yet, that’s your next step. It allows you to script container setups :) I have 5 compose files based on categories (pirating, media servers, admin, etc…) and a shell script to launch them if I want to install them all, otherwise I just call the specific compose file. I can have all my apps up and running on a new server in about 10 minutes. Docker is awesome when it works well.