Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

  1. Home
  2. Uncategorized
  3. This is interesting and the dev confirmed that #MastoBlaster works with #Starling

This is interesting and the dev confirmed that #MastoBlaster works with #Starling

Scheduled Pinned Locked Moved Uncategorized
mastoblasterstarlingfediverse
8 Posts 2 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • stefano@mastodon.bsd.cafeS This user is from outside of this forum
    stefano@mastodon.bsd.cafeS This user is from outside of this forum
    stefano@mastodon.bsd.cafe
    wrote last edited by stefano@mastodon.bsd.cafe
    #1

    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.

    #Fediverse

    df@s.dfaria.euD 1 Reply Last reply
    0
    • stefano@mastodon.bsd.cafeS stefano@mastodon.bsd.cafe

      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.

      #Fediverse

      df@s.dfaria.euD This user is from outside of this forum
      df@s.dfaria.euD This user is from outside of this forum
      df@s.dfaria.eu
      wrote last edited by
      #2

      @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@mastodon.bsd.cafeS 1 Reply Last reply
      0
      • df@s.dfaria.euD df@s.dfaria.eu

        @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@mastodon.bsd.cafeS This user is from outside of this forum
        stefano@mastodon.bsd.cafeS This user is from outside of this forum
        stefano@mastodon.bsd.cafe
        wrote last edited by
        #3

        @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@s.dfaria.euD 1 Reply Last reply
        0
        • stefano@mastodon.bsd.cafeS stefano@mastodon.bsd.cafe

          @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@s.dfaria.euD This user is from outside of this forum
          df@s.dfaria.euD This user is from outside of this forum
          df@s.dfaria.eu
          wrote last edited by
          #4

          @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@mastodon.bsd.cafeS 1 Reply Last reply
          0
          • df@s.dfaria.euD df@s.dfaria.eu

            @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@mastodon.bsd.cafeS This user is from outside of this forum
            stefano@mastodon.bsd.cafeS This user is from outside of this forum
            stefano@mastodon.bsd.cafe
            wrote last edited by
            #5

            @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.

            stefano@mastodon.bsd.cafeS 1 Reply Last reply
            0
            • stefano@mastodon.bsd.cafeS stefano@mastodon.bsd.cafe

              @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.

              stefano@mastodon.bsd.cafeS This user is from outside of this forum
              stefano@mastodon.bsd.cafeS This user is from outside of this forum
              stefano@mastodon.bsd.cafe
              wrote last edited by
              #6

              @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@s.dfaria.euD 1 Reply Last reply
              0
              • stefano@mastodon.bsd.cafeS stefano@mastodon.bsd.cafe

                @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@s.dfaria.euD This user is from outside of this forum
                df@s.dfaria.euD This user is from outside of this forum
                df@s.dfaria.eu
                wrote last edited by
                #7

                @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@mastodon.bsd.cafeS 1 Reply Last reply
                0
                • df@s.dfaria.euD df@s.dfaria.eu

                  @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@mastodon.bsd.cafeS This user is from outside of this forum
                  stefano@mastodon.bsd.cafeS This user is from outside of this forum
                  stefano@mastodon.bsd.cafe
                  wrote last edited by
                  #8

                  @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.

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups