Yeah I meant fs permissions are only an issue if you want to serve files from a process running as a different user, like nginx (assuming FoundKey gets its own user). Having nginx serve those…
Can’t be umask at least. I’ve checked /proc/<pid>/status
on all FoundKey processes and they all show Umask: 0022
. Can’t be directory ACLs either.
The problem here is that FoundKey serves media files directly from the app, which precludes seeking. With improperly muxed files, this can prevent playback entirely.
One solution to this is…
It worked for me when I put it in double quotes (hacked a workaround for this issue so I had a chance to test that).
736c21a80a/packages/backend/src/mfm/to-html.ts (L17)
I suppose this fails if there are no mentioned users.
oh also:
QueryFailedError: syntax error at or near ")"
at PostgresQueryRunner.query (/data/misskey/misskey/node_modules/typeorm/driver/postgres/PostgresQueryRunner.js:211:19)
at…