• @[email protected]
    link
    fedilink
    English
    25 days ago

    I agree with you, my main issue with Matrix is that it is a pain to self-host at the moment.

      • @[email protected]
        link
        fedilink
        English
        15 days ago

        Honestly, setting up things using Docker Compose is generally a question of copying and pasting and editing the file locations.

        The moment you need SSL and/or a reverse proxy it becomes a bit more complex, but once you set up a reverse proxy once you can generally expand that to your other applications.

        Something like a Synology nas makes it very easy and to some extend even the Truenas apps are kinda easy.

          • @[email protected]
            link
            fedilink
            English
            1
            edit-2
            5 days ago

            Most of the stuff I run on my server is just a basic docker-compose.yaml file and it’s up and running in a minute or two. Some random examples:

            • Immich
            • Peertube
            • Pinchflat
            • Vaultwarden
            • Mealie
            • AnimalsDream
              link
              fedilink
              English
              15 days ago

              So, going from Mealie’s instructions, having to learn how to work with Docker, whatever underlying server you’re working with, and a database system is easy 2-5 minutes?

              • @[email protected]
                link
                fedilink
                English
                1
                edit-2
                5 days ago

                You need to learn some Docker stuff initially for sure, but the underlying OS can be anything including Windows which is why Docker is nice.

                The database for Mealie is part of the app already and is handled automatically, with the SQLite docker-compose file they provide.