Fixed plural in months
Started to implement WebAuthn/Passkeys support
Updated Web view for feeds
MeBo is a simple message board system on the Web. Developed in English, but with texts in Spanish. Multilingual support could come later.
Forked by ~eapl from sourcehut - mercurial repo
sudo apt install php8.2 php8.2-sqlite3 php8.2-mbstring
And install PHP CS Fixer https://github.com/PHP-CS-Fixer/PHP-CS-Fixer
sqlite3 db.sqlite3 ".read schema.sql"
sudo chown -R www-data:www-data .
Go to the /public folder and run
php -S 127.0.0.1:8000 -c php.ini
PHP_CS_FIXER_IGNORE_ENV=1 tools/php-cs-fixer/vendor/bin/php-cs-fixer fix .
If you encounter errors with the DB, like General error: 8 attempt to write a readonly database
Check this:
https://stackoverflow.com/questions/3319112/sqlite-error-attempt-to-write-a-readonly-database-during-insert
sudo chown -R www-data:www-data .