~rursache

Romania

https://linktr.ee/rursache


#34 ActivityPub type for icon and image should be 'Image', not 'image'? 9 months ago

Comment by ~rursache on ~cloutier/bird.makeup

~davinkevin what change? i see the issue as well

#30 tweet fetching returns 0 until container restart 1 year, 1 month ago

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

#23 Setting up new instance of BirdMakeup (Object reference not set to an instance of an object.) 1 year, 1 month ago

on ~cloutier/bird.makeup

~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.

#26 Tweets from accounts marked as sensitive are not bridged 1 year, 3 months ago

Comment by ~rursache on ~cloutier/bird.makeup

i can confirm this. quoted tweets are mostly broken but some works? seems random

#24 Duplicate tweets 1 year, 4 months ago

on ~cloutier/bird.makeup

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

#24 Duplicate tweets 1 year, 4 months ago

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)

#24 Duplicate tweets 1 year, 4 months ago

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

#23 Setting up new instance of BirdMakeup (Object reference not set to an instance of an object.) 1 year, 4 months ago

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

#23 Setting up new instance of BirdMakeup (Object reference not set to an instance of an object.) 1 year, 4 months ago

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.

#23 Setting up new instance of BirdMakeup (Object reference not set to an instance of an object.) 1 year, 4 months ago

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