yawnbox

Results 21 comments of yawnbox

I forgot to `chown` recursively, so it affected all sub-folders. Sorry. `chown mastodon:www-data -R /home/mastodon/live/public/` EDIT but that didn't fix the broken avatars issue via `../system/accounts/avatars/`

> I'm curious whether either or both of you might have an unusual umask. What does `umask` _run as the mastodon user_ say? Anything other than 022 or 002 would...

screenshot of avatar issue for context: from `/var/log/syslog`: ``` Nov 13 01:05:03 mastodon bundle[11234]: [ebd45605-4244-4c20-9d83-1bf7bce5e6dc] method=GET path=/@yawnbox format=html controller=AccountsController action=show status=200 duration=34.96 view=21.60 db=2.51 Nov 13 01:05:03 mastodon bundle[11227]: [aa9682bd-34a4-4673-be26-7e735f3c1e73]...

No change ``` root@mastodon:~# chmod -R 755 /home/mastodon/live/public root@mastodon:~# ls -alh /home/mastodon/live/public total 392K drwxr-xr-x 11 mastodon www-data 4.0K Nov 13 00:30 . drwxrwxr-x 23 mastodon mastodon 4.0K Nov 12...

this works... `root@mastodon:/home/mastodon# chmod -R 755 .`

Just want to contribute my feedback, as a Mastodon admin. My server, disobey.net, used to be in Google's HSTS preload list. Because of this, it was mirrored by Edge, Firefox,...

Thank you for the information. Unfortunately after I upgraded to a paid workers account, I ended up with the exact same error. I agree the Readme is deceptive in cost.

> @koehn: I ran into this issue earlier > > > [29](https://github.com/koehn/wildebeest/actions/runs/4136772123/jobs/7151559387#step:19:30) > > In order to use Durable Objects, you must agree to pricing at https://dash.cloudflare.com/***/workers/overview?enable-durable-objects [code: 10084] >...

> @yawnbox > > > So... I did this `Visit the Access dashboard at https://dash.cloudflare.com/ and click the 'Enable Access' button.` and there is no such button. > > It's...