This is interesting and the dev confirmed that #MastoBlaster works with #Starling
-
RE: https://s.dfaria.eu/@df/33898543700666368
This is interesting and the dev confirmed that #MastoBlaster works with #Starling
I'll create a test instance to try it.
-
RE: https://s.dfaria.eu/@df/33898543700666368
This is interesting and the dev confirmed that #MastoBlaster works with #Starling
I'll create a test instance to try it.
@stefano Thank you very much! Let me know what you think of this #fediverse software once you try it out. I'm using it here on my server; it's a way to keep improving it and fixing bugs.
-
@stefano Thank you very much! Let me know what you think of this #fediverse software once you try it out. I'm using it here on my server; it's a way to keep improving it and fixing bugs.
@df I'm trying to run it. I've been able to perform the /install procedure but, when finishing, it gives an "Internal server error".
I can go to the login page but, after logging in, same error.[Sun May 24 08:27:57.961099 2026] [proxy_fcgi:error] [pid 33247:tid 21404412520464] [client 192.168.0.80:24072] AH01071: Got error 'PHP message: SQLSTATE[HY000]: General error: 1 no such column: "" - should this be a string literal in single-quotes? in /usr/local/www/Starling/src/Models/DB.php:37', referer: https://star.stefanomarinelli.it/admin/login
Any ideas? Thanks!
-
@df I'm trying to run it. I've been able to perform the /install procedure but, when finishing, it gives an "Internal server error".
I can go to the login page but, after logging in, same error.[Sun May 24 08:27:57.961099 2026] [proxy_fcgi:error] [pid 33247:tid 21404412520464] [client 192.168.0.80:24072] AH01071: Got error 'PHP message: SQLSTATE[HY000]: General error: 1 no such column: "" - should this be a string literal in single-quotes? in /usr/local/www/Starling/src/Models/DB.php:37', referer: https://star.stefanomarinelli.it/admin/login
Any ideas? Thanks!
@stefano It seems to me that your SQLite build is stricter about double quotes “” in SQL, so I replaced those empty strings with single quotes. I did a fresh install here and everything works fine: https://starling.dfaria.eu/web . The updated files are now here: https://github.com/dfaria-eu/Starling . Can you try again?
-
@stefano It seems to me that your SQLite build is stricter about double quotes “” in SQL, so I replaced those empty strings with single quotes. I did a fresh install here and everything works fine: https://starling.dfaria.eu/web . The updated files are now here: https://github.com/dfaria-eu/Starling . Can you try again?
@df Ok, I just tried the new commit and it works! Thank you for the prompt fix. I can confirm it works on a FreeBSD jail. I'll perform some tests now.
-
@df Ok, I just tried the new commit and it works! Thank you for the prompt fix. I can confirm it works on a FreeBSD jail. I'll perform some tests now.
@df One thing I've noticed: the web interface is quite cool, but it doesn't allow to filter out replies and/or boosts.
On MastoBlaster I've implemented it, but it doesn't seem to work with Starling, at least for replies (I haven't tested with boosts). Maybe it's not marking the messages as replies?
Otherwise, impressive work! It's fast and efficient. I like it! -
@df One thing I've noticed: the web interface is quite cool, but it doesn't allow to filter out replies and/or boosts.
On MastoBlaster I've implemented it, but it doesn't seem to work with Starling, at least for replies (I haven't tested with boosts). Maybe it's not marking the messages as replies?
Otherwise, impressive work! It's fast and efficient. I like it!@stefano Thank you! This project is still in its very early stages, and the filters haven't been implemented yet. Ideally, I’d like a team of professionals to take on this project or something similar with these features. I just wanted to show that it’s possible to have a Fediverse solution that’s much lighter than Mastodon, or even GotoSocial, and running on a very inexpensive shared host, simply by copying the files via FTP, with no external dependencies.
-
@stefano Thank you! This project is still in its very early stages, and the filters haven't been implemented yet. Ideally, I’d like a team of professionals to take on this project or something similar with these features. I just wanted to show that it’s possible to have a Fediverse solution that’s much lighter than Mastodon, or even GotoSocial, and running on a very inexpensive shared host, simply by copying the files via FTP, with no external dependencies.
@df I love this idea and the software. I'm a great supporter of #snac exactly for the same reason. You don't need beefy hardware to have your own Fediverse home.
Starling is a nice because it can be used without setting up a proper server - just a php installation and a domain.I'll keep this testing instance on and continue to test it with MastoBlaster.