Haven’t tried self hosting Pixelfed. Just mostly been trying it out on the main instance. I’m really shocked that it’s a mess to deploy with docker if it’s on PHP/Laravel.
I hate PHP these days for dev purposes but I think laravel ought to be able to scale enough to run most Pixelfed instances. Facebook ran PHP when it was much larger than Pixelfed.
jonathan@lemmy.zip 3 days ago
I’m not a PHP fan but it scales better than Python or Ruby (Mastodon) does. I think Dan is a cowboy of an engineer, but blaming performance on his stack choice is a bad take.
scrubbles@poptalk.scrubbles.tech 2 days ago
Not php but Laravel. Like I said it forces workers to be on the same host with the same storage as the API, it doesn’t allow scaling of multiple API nodes or worker nodes, and his docker containers require me running special commands left and right. No other docker containers of mine do that