Has anyone got some experience/advice for choosing between the options? It seems like they are:

My usecase is just to have a local single instance for testing apps against. I prefer to spin stuff up in Docker on the homelab.

  • Moonrise2473@feddit.it
    link
    fedilink
    English
    arrow-up
    7
    ·
    5 days ago

    I set garage via docker and it was not impossibly hard.

    Main problem is that there isn’t an admin panel and you can’t login to the docker container via docker exec, so you have to write some python (or other language of your choice) to send requests to the API port to:

    1. Set the layout of your server
    2. Create an user
    3. Create a bucket
    4. Assign that bucket to your user