Comment by ~rursache on ~cloutier/bird.makeup
~davinkevin what change? i see the issue as well
Comment by ~rursache on ~cloutier/bird.makeup
~eric-pierce add this in your crontab (crontab -e) and you don't need anything else:
@hourly /usr/bin/docker restart birdmakeup
~retiolus the version hosted here on sr.ht hasn't worked for me for awhile, I've been using the version hosted on github here: https://github.com/rursache/bird.makeup which has some modifications and is slower to roll out changes, but seemingly is more stable. Thanks to ~rursache for working on this.
One note that the version on github uses database version 3.1 not 3.2 as the sr.ht version does. To get the github version working you only need to edit the entry in the db_version table to be 3, 1 instead of 3, 2, and then drop the "extradata" columns from the twitterusers and instagramusers tables.
Comment by ~rursache on ~cloutier/bird.makeup
i can confirm this. quoted tweets are mostly broken but some works? seems random
Yeah I did reset it now and I’ll keep an eye on it. Though an actual fix would be great if it ends up being that
Sent from my iPhone
On 1. Aug 2023, at 15:43, ~rursache outgoing@sr.ht wrote:
~Kai Dederichs then it's 100% the same issue as the one i had. the "fix" is to revert to the default.. at least that fixed it for me after 1-2 days (tweets had to be cached again)
-- View on the web: https://todo.sr.ht/~cloutier/bird.makeup/24#event-249325
Comment by ~rursache on ~cloutier/bird.makeup
~Kai Dederichs then it's 100% the same issue as the one i had. the "fix" is to revert to the default.. at least that fixed it for me after 1-2 days (tweets had to be cached again)
Comment by ~rursache on ~cloutier/bird.makeup
i don't know if this is related but i've seen the same behaviour on my mastodon instance while selfhosting a birdmakeup instance when i messed up with the "Content cache retention period" option in Administration - Server Settings. now it's the default/null and its working fine
Comment by ~rursache on ~cloutier/bird.makeup
~eric-pierce thanks for providing updated initial db imports, i've also updated my "guide" so new users will struggle less: https://github.com/rursache/bird.makeup/issues/3
Comment by ~rursache on ~cloutier/bird.makeup
what i did to batch follow around 250 accounts was to create a txt file with each twitter username on a separate line like:
@username@birdmakeup.instance.tld @username2@birdmakeup.instance.tld ….
and then go to mastodon account settings and use the “import following accounts” option + selecting the file.
took around 20mins but it all went great.
Comment by ~rursache on ~cloutier/bird.makeup
~peanutlasko
docker run -d \ --name pgadmin \ --restart unless-stopped \ -p 2210:80 \ -e 'PGADMIN_DEFAULT_EMAIL=YOUR@EMAIL.TLD' \ -e 'PGADMIN_DEFAULT_PASSWORD=UNIQUEPASS' \ -v /home/USER/.pgadmin:/var/lib/pgadmin \ dpage/pgadmin4:latest