Hi,
I run the combination of Lemmy-easy-deploy (https://github.com/ubergeek77/Lemmy-Easy-Deploy) and lemmy-subscriber-bot (https://github.com/lflare/lemmy-subscriber-bot)
I can't seem t get the bot working. Well, I get it to run, but after that it doesn't do anything, I think. My "all" is still only the stuff I followed on my server.
Can anyone jump in to see what I'm doing wrong?
Steps I did:
log in to my Linux server
mkdir lemmybot
cd lemmybot
git clone https://github.com/lflare/lemmy-subscriber-bot
docker run --name lemmy-subscriber-bot -dt --env 'LEMMY_USERNAME=subscriber_bot' --env 'LEMMY_PASSWORD=subscriber_bot' --env 'LEMMY_DOMAIN=waste-of.space' lflare/lemmy-subscriber-bot
1 Comments
SaveComengs@lemmy.federa.net · 3 pts · 3y
is federation working at all?
infamousbelgian@waste-of.space · 2 pts · 3y
Well, since you can see my post and react to it, and I can react back (and follow communities) I assume it works :)
throwaway_OT05wZjv@lemmy.world · 1 pts · 3y
infamousbelgian@waste-of.space · 2 pts · 3y
Sure, it seems like a user error?
Do I need to create a user first on my instance?
throwaway_OT05wZjv@lemmy.world · 1 pts · 3y
infamousbelgian@waste-of.space · 1 pts · 3y
Thanks so much! I had no idea I could get the logs like that. Not used to working with Docker. TIL, I guess :)