matteinim

joined 1 year ago
[–] [email protected] 6 points 4 months ago

I'm self-hosting a minimal trello-like software I wrote https://github.com/michelematteini/tarallo... I'm using both on desktop and mobile.

[–] [email protected] 3 points 5 months ago (3 children)

That is the character set and collation that should be used, and your DB probably don't support it. You can try by leaving the default by removing "CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci" inside init_db.sql, anywhere you find it.

[–] [email protected] 1 points 5 months ago* (last edited 5 months ago)

Edit: checking the readme some small changes would be required. Config.php should read in environment variables and the DB init SQL should be run automatically somehow.

I'll probably start with making these changes to make it compatible, thanks!

[–] [email protected] 11 points 5 months ago (3 children)

I know it's kinda expected in these project... Let's say that if no one contributes it, I'll have to look up how to set it up, since I'm not really a web dev. But yeah it's gonna be there.

[–] [email protected] 15 points 5 months ago (5 children)

...and I didn't even minimize them on the test instance, so that people will feel their weight while the page load :D

 

Hi! For the ones of you that use Trello, I made a simple to use and host alternative in PHP. It's not a complete alternative like other projects, and I mainly made it to be able to host it on free PHP web servers while having control over data/attachments. It also support a basic importer for Trello JSON exports.

I'm hosting a test instance here, you can make an account to try it out (no email required):

https://trytarallo.altervista.org/

And the repository with other instructions is here:

https://github.com/michelematteini/tarallo