Self hosting Dotmakeup (git.sr.ht)
from abeorch@friendica.ginestes.es to selfhosted@lemmy.world on 18 Jun 04:40
https://friendica.ginestes.es/objects/0a49108d-106a-3376-cfbc-419896482744

@vincent - I’m fairly new to running services on my vms but does anyone have any experience running DotMakeup ? I’d like to host an instance to share some Twitter and instagram accounts in a controlled way to my family on my #friendica instance.

I’m kinda of at that point where I can sort of use #DockerCompose but umm… honestly not really sure where I would start from git.sr.ht/~cloutier/dotmakeup

#DockerCompose #friendica #selfhosted

threaded - newest

frongt@lemmy.zip on 18 Jun 09:18 next collapse

It looks like there’s a docker compose file on the repo. Seems like a good enough place to start as any.

abeorch@friendica.ginestes.es on 18 Jun 09:31 collapse
@frongt This is where basic suggestions are helpful for idiots like me..
frongt@lemmy.zip on 18 Jun 09:48 collapse

It hangs at the bot check so I can’t read it, but usually you just need to clone the repo and run docker compose up like anything else. I’d read the readme and compose file to see if it says anything useful first.

BruisedMoose@piefed.social on 18 Jun 10:30 collapse

Just curious, but why bother cloning the repo just to copy out the text of one file? For compose files I usually just copy & paste, then edit what I need.

frongt@lemmy.zip on 18 Jun 11:07 collapse

It’s not just one file.

BruisedMoose@piefed.social on 18 Jun 12:20 collapse

No, I get that the repo isn’t, but all you need to spin up the container is the compose file, right? I’m just trying to understand, not argue. I’m not completely comfortable with git, and just about “good enough” with Docker. So if I’m missing something, I’d like to learn.

frongt@lemmy.zip on 18 Jun 13:01 collapse

Look at the repo. There’s at least the variables.yml file.

BruisedMoose@piefed.social on 18 Jun 14:31 collapse

That still doesn’t help me understand why you would clone the entire repo just to install the docker image. You create the compose file (and the variables file if that’s how you roll) and docker handles the rest. For someone who is already admitting their unfamiliarity with things, the whole idea of getting comfortable with git just seems unnecessary and unhelpful in this context.

It’s fine, you don’t need to reply again. Just different outlooks, I guess.

frongt@lemmy.zip on 18 Jun 16:54 collapse

I find it a lot easier to just clone the repo instead of cherry-picking files one by one. Especially if you think you only need one and then need to go back for more. Or if you want to pull updates in the future, or remember where you got it from. Or you want to include the documentation or examples or whatever else is in the repo.

abeorch@friendica.ginestes.es on 18 Jun 12:46 collapse
@vincent I have it running with the docker compose file.. (I edited the domain in the compose file) but well from there I am a bit lost.