Self hosting Dotmakeup
!Selfhosted @Vincent Cloutier - 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
frongt
in reply to abeorch • • •blamster19 likes this.
don't like this
SpaceNoodle and FartShitman don't like this.
abeorch
in reply to frongt • •Selfhosted reshared this.
frongt
in reply to abeorch • • •don't like this
SpaceNoodle and FartShitman don't like this.
BruisedMoose
in reply to frongt • • •frongt
in reply to BruisedMoose • • •don't like this
SpaceNoodle and FartShitman don't like this.
BruisedMoose
in reply to frongt • • •frongt
in reply to BruisedMoose • • •FartShitman doesn't like this.
BruisedMoose
in reply to frongt • • •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
in reply to BruisedMoose • • •abeorch likes this.
don't like this
SpaceNoodle and FartShitman don't like this.
BruisedMoose
in reply to frongt • • •Thank you for the more detailed response. Like I said, I'm no pro at any of this. I just want to learn when I can.
And for the record, I don't know who downvoted your comments, but it was not me!
abeorch
in reply to abeorch • •blamster19 likes this.
Selfhosted reshared this.
abeorch
in reply to abeorch • •Soo.. I'm still trying to get #dotmakeup to work. I've got the docker container running with a few changes in the compost file to name my instance (I'll put twitter/insta keys in soon) but running it leaves me wondering.
Docker PS says :
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
2d5ad2cef33d cloutier/bird.makeup:latest "dotnet /app/Birdsit…" 23 minutes ago Up 23 minutes 8080/tcp, 0.0.0.0:5000->80/tcp, [::]:5000->80/tcp birdmakeup
6990de60413e postgres:15 "docker-entrypoint.s…" 23 minutes ago Up 23 minutes 0.0.0.0:5432->5432/tcp, [::]:5432->5432/tcp dotmakeup-d
So I think I should be looking at port 80 right? But just gets a connection failure..
abeorch
in reply to abeorch • •I think this is saying that its listening on port 5000 - but I'm unable to connect
root@docker:/home/abe/dotmakeup# sudo lsof -i -P -n | grep LISTEN
sshd 622 root 6u IPv4 5916 0t0 TCP *:22 (LISTEN)
sshd 622 root 7u IPv6 5926 0t0 TCP *:22 (LISTEN)
docker-pr 1083 root 8u IPv4 7788 0t0 TCP *:5432 (LISTEN)
docker-pr 1087 root 8u IPv6 7789 0t0 TCP *:5432 (LISTEN)
docker-pr 1200 root 8u IPv4 8118 0t0 TCP *:5000 (LISTEN)
docker-pr 1205 root 8u IPv6 8119 0t0 TCP *:5000 (LISTEN)