2025-03-20 UTC
#
[artlung]1 [social] for DIY hosting infrastructure choices I tend to go with PHP+MySQL which is a bias based on what my current host supports. For very lightweight I'd be considering SQLite. But plenty of database choices. But simple CRUD (I want to store what people submit, and then augment with notes) doesn't need a lot. I've migrated to doing projects which I can use PHP composer with since it's a stack that lets me try out libraries quickly and