This service is still in Alpha release but is already deployable and usable, and federates with other Fediverse servers.

However, there is no “main” instance you go to join. The intention really is that you host your own instance for yourself and a few friends and family. To this end, it is designed to be very lightweight and will happily run on a Raspberry Pi or even a $5/pm VPS.

This is taking a very different approach from say Mastodon which has one main instance everyone could join, but then it sits with the issue that everyone joins there, and it becomes a bit “centralised”. GoToSocial has been designed as lightweight for self-hosting, and also has a Docker image installation, so it makes it really easy for (and encourages) most people to host their own instance.

It seems to also be focussed very much around privacy (defaults to unlisted posts) and permission controls (for example, you have an option to post to mutual-only where both people follow each other). Also, by hosting your own service you set the rules, and you are also your own admin. You can choose to turn off likes, replies, boosts, etc as well. Being your own admin also means you can easily adjust the post length as well.

It does conform to the Mastodon API so apparently some Mastodon clients will also work fine with it.

See https://github.com/superseriousbusiness/gotosocial/

#technology #ActivityPub #GoToSocial

      • There is no should or shouldn’t, they’ve always had and been entitled to that choice. People who develop and host those platforms can make whatever choice they want.

        ActivityPub/the Fediverse is only a protocol. If you philosophically disagree with how a platform makes use of that protocol, then you can (theoretically) just use another platform.

      •  Kichae   ( @Kichae@lemmy.ca ) 
        link
        fedilink
        English
        1614 days ago

        There are no platforms on the Fediverse that do that. There are servers that are refusing and will refuse to communicate with other servers, and that’s their right. If you don’t like their policies, you can pick a different server.

        Your power as a user is to select your administrators, by selecting whose server you want to log in to. You don’t get to decide whose content they mirror. If they don’t want to host content from Meta, or from Mastodon.social, or from anywhere else, they don’t have to, and you shouldn’t be able to force them to.

        This isn’t a mainframe and client system. There’s no “fediverse” server out there that the different instances are gating. There’s just 10 thousand partial mirrors, each offering local access to that mirrored content.

        If you want complete and total control over what content is being hosted where ever you’re logged in, host your own server. That’s your other option.

      • I feel that that is not what their post was saying.I read it more like the possibility that Mark Zuckerberg would want to talk to the core developer of Mastodon and e.g. buy Mastodon.social, and then when GoToSocial would grow Zuck would want to talk with them as well.I’d be surprised if the GoToSocial software would have Meta Threads blocked by default in their source code.

      • LOL

        Because giving people the option to opt-in to the platform that birthed the resurgence of Fascism worked out so well. I’m good with not hearing your weird uncle’s incoherent rants about chemtrails and lizard people, thanks.

        • Yes, as there is full control over what is exposed or mapped for the app including network ports, and future updates don’t get broken by inconsistent dependencies. I suppose if you run only one service on a machine and stick to standard ports for reverse proxying then maybe a binary install can be simpler. But if you want to install multiple apps ona server containers does become easier to manage and update.

    • Pretty much, I think. I have it running on a Raspberry Pi 4 with docker-compose:

      version: '3'
      
      services:
        gotosocial:
          image: superseriousbusiness/gotosocial:latest
          restart: unless-stopped
          networks:
            - traefik-public
          environment:
            TZ: Europe/London
            GTS_HOST: xyz.example.com
            GTS_CONFIG_PATH: /gotosocial/storage/config.yaml
            GTS_DB_TYPE: sqlite
            GTS_DB_ADDRESS: /gotosocial/storage/sqlite.db
            GTS_LETSENCRYPT_ENABLED: "false"
            GTS_LETSENCRYPT_EMAIL_ADDRESS: ""
          volumes:
            - smb-gotosocial-data:/gotosocial/storage
          labels:
            traefik.enable: "true"
            traefik.http.routers.gotosocial.rule: Host(`xyz.example.com`)
            traefik.http.routers.gotosocial.entrypoints: websecure
            traefik.http.routers.gotosocial.tls: "true"
            traefik.http.routers.gotosocial.tls.certresolver: le
            traefik.http.services.gotosocial.loadbalancer.server.port: "8080"
      
      volumes:
        smb-gotosocial-data:
          driver_opts:
            type: "smb3"
            device: "//mynas/docker/gotosocial/data"
            # Use nobrl to mitigate SQLite3 byte range locking issue on CIFS/SMB mounts
            o: "rw,nobrl,vers=3.1.1,addr=172.16.254.1,username=xxx,password=xxx,cache=loose,iocharset=utf8,noperm,hard"
      
      networks:
        traefik-public:
          external: true
      
  • @GadgeteerZA it’s not really that new, it’s been around for as long as Mastodon got the first boost back in Autumn 2022 (at least that’s when I first heard about it, something like that). There’s plenty of other microblogging servers out there, as microblogging is overwhelmingly served via AP and not only. There’s even a Nextcloud app for that.

    Check out the list below and sort by Social network (micro):
    fediverse.party/en/miscellaneo…

  • Beta and moreso Alpha are tags that indicate a software is not ready for use in production environment, because it is either not secure or stable enough. Otherwise it wouldn’t need to be tagged as Alpha or Beta.

    • From their site: “It is already deployable and useable, and it federates cleanly with many other Fediverse servers (not yet all). However, many things are not yet implemented, and there are plenty of bugs! We foresee entering beta around the beginning of 2024.”. I would say it should be described more as beta by now from that description.

      Gmail was in beta for many years whilst it was in production, and Meshtastic only has alpha and beta releases, with no “stable” release. I think some projects feel if they are still adding features it says in beta and never reall is in stable until they stop adding features. But yes they should actually iterate through alpha, beta, RC, stable. Not everyone does, though.

      • I don’t get how a software can be in alpha or beta version and by the developers be called ready for production environments. It doesn’t make sense by itself. In some way it’s not an honest way of communication, telling us two contrary things at the same time.

        Alpha versions are actually quite severe. It means that features can be removed or added breaking the whole system. It means not providing an upgrade path for database changes. It means new bugs will be introduced by new features. Beta normally means a feature freeze but still not considered stable enough for production, due to bugs and security issues. RC, a “release candidate” is almost ready but you give it a bit more of testing time to make sure no critical bugs are left. And after that you get the version that is safe for productive use.

        They are far away from a productive version, but telling us to use their development version as such.

        • Yes I think they’re meaning they’re still adding lots of new features possibly, but it is a bit confusing as I think of Alpha as raw and not production ready. Beta can be ready for testing with brand new features, and stable is usually production ready and all features already passed beta testing. I get it is for home use but still. Maybe they’re covering themselves legally, but then you can just say “use at your own risk”. It’s possible too they don’t have separate branches at all, and just add/update/fix the “alpha” version.

        • Yes, but it is a bit unusual for a “beta” to be the stable version, when there is a such a thing as “stable”. Beta is normally taken to be a testing version, between alpha and stable releases. But it shows we can’t just go on our own assumptions about what alpha and beta mean.

    • No they don’t have a central managed hosting, and that is the point they are making. It is intended for someone to host for their family and friends. There may be some hosting it at various places but no central list you can find them on. Those sites, of course, will federate with other Fediverse networks, but no-one will necessarily even know they are GoToSocial nodes.

      • Yeah, i was not necessarily looking for a hosting by the project devs, just seeing if there was some company offering managed hosting like masto.host and others do for Mastodon and so on, i have a general idea how much would it cost to have managed Mastodon and was curious about other Fedi options for this