Pixelfed - turnkeylinux/tracker GitHub Wiki
Pixelfed, decentralized photo sharing on the global ActivityPub network
(based on Laravel + Redis, and LAMP 8.1)
TODO
- maybe install PHPRedisAdmin in place of the NodeJS management UI
- PHP config:
- post_max_size (default 8M, set this around or slightly greater than your desired post size limit)
- file_uploads (default On, which it needs to be)
- upload_max_filesize (default 2M, set this <= post_max_size)
- max_file_uploads (default 20, but make sure it is >= your desired attachment limit)
- max_execution_time (default 30, consider raising this to 600 or more so that longer tasks aren’t interrupted)
- ...