Bearice Ren
Bearice Ren
R2 is S3 API compatible. My instance is using R2 currently. Just set these environment varibles: ``` S3_ENABLED = "true" S3_BUCKET = "mastodon" S3_ENDPOINT = "https://.r2.cloudflarestorage.com" S3_ALIAS_HOST = "example.com" S3_PERMISSION...
and it left lots of garbage in the database too: ``` mastodon=# select count(*) from accounts where domain like '%activitypub-troll.cf'; count ------- 10553 (1 row) mastodon=# select count(*) from mentions...
Yes, block policy will work on subdomains, but > The domain block will not prevent creation of account entries in the database, so, resource is still wasted, both the database...
If so this line need to be updated: https://github.com/mastodon/mastodon/blob/4f15fd0ba1e992aa6cbe95573372c625a2f4cf71/config/locales/en.yml#L391 And blocking attacker's domain should deescalate the issue, making it a mouse-and-cat game, but not fixing the root cause. We should...
> Today I noticed high cpu usage on my single-user instance. Htop showed sidekiq and ffmpeg were the top cpu users. Ffmpeg was converting random png files. I loaded the...
> > I think your problem is related to #15195 but it's also not fixed yet, and that is the reason that I don't dare to add any relays on...