all the cloud apps ive seen advertize “easy installs” but i end up with 30 different problems i cant solve, is there any cloud apps that i can just easily install on my linux mint (ubuntu) server without issues?

  • DearJudge@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    The answer is docker and docker-compose. The problem you’re describing is the reason it exists. Each app is isolated and runs as though it has its own dedicated system, but you can map directories and ports in to make data persistent, and ensure it all just works. This includes mapping in your whole HDD, or even /dev if you so desire (don’t do this). It honestly makes it trivial to get most things up and running.