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

  • TheRealCharlesEames@lemm.ee
    link
    fedilink
    English
    arrow-up
    8
    ·
    15 days ago

    So if I wanted to host my own mastodon for friends and family but found the installation process too difficult, does that make this the best route forward for me?

    • GadgeteerZA@beehaw.orgOP
      link
      fedilink
      English
      arrow-up
      4
      ·
      15 days ago

      They say it is less complex than Mastodon as well as lighter weight requirements. A Docker install is usually also easiest. So I’d say it is a better option to try for friends and family.

      • Falken@lemmy.ca
        link
        fedilink
        arrow-up
        2
        ·
        14 days ago

        Setting up an app in docker is the easiest option, even more than just simply installing the binary?

        • GadgeteerZA@beehaw.orgOP
          link
          fedilink
          English
          arrow-up
          1
          ·
          14 days ago

          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.

    • mbirth@lemmy.mbirth.uk
      link
      fedilink
      English
      arrow-up
      1
      ·
      15 days ago

      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
      
  • petrescatraian@libranet.de
    link
    fedilink
    arrow-up
    7
    ·
    15 days ago

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

    • GadgeteerZA@beehaw.orgOP
      link
      fedilink
      English
      arrow-up
      5
      ·
      15 days ago

      Yes not “new” per se, but it is still in early Alpha release and mostly unknown to everyone. Nextcloud and most of the others have been around many years and have had iterative stable releases. I was actually on Mastodon since 2016 so GoToSocial is a lot newer at around 3 years. But yes point taken, “new” is not the best description.

  • BlueÆther@no.lastname.nz
    link
    fedilink
    arrow-up
    7
    ·
    15 days ago

    Well the documentation is very nice and filled out.

    I think I’ll spin up a test container for a project that my Mrs is starting on that I was going to put on wordpress with federation.

  • esaru@beehaw.org
    link
    fedilink
    arrow-up
    5
    ·
    14 days ago

    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.

    • GadgeteerZA@beehaw.orgOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      14 days ago

      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.

      • esaru@beehaw.org
        link
        fedilink
        arrow-up
        4
        ·
        14 days ago

        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.

        • GadgeteerZA@beehaw.orgOP
          link
          fedilink
          English
          arrow-up
          2
          ·
          14 days ago

          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.

        • GadgeteerZA@beehaw.orgOP
          link
          fedilink
          English
          arrow-up
          1
          ·
          14 days ago

          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.

          • Norah - She/They@lemmy.blahaj.zone
            link
            fedilink
            English
            arrow-up
            2
            ·
            13 days ago

            It entirely depends, but I don’t think “Stable” is necessarily synonymous with “Release” versions. You can have a “stable” version where it functions correctly and there’s no critical bugs that crash the program.

  • Falken@lemmy.ca
    link
    fedilink
    arrow-up
    1
    ·
    14 days ago

    This isn’t new. I’ve been running my personal instance since last year using it.

    • GadgeteerZA@beehaw.orgOP
      link
      fedilink
      English
      arrow-up
      4
      ·
      14 days ago

      Let’s agree on newer. It is not even in stable release yet, and until this week I’d not even heard about it anywhere else.

    • GadgeteerZA@beehaw.orgOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      12 days ago

      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.

      • jherazob@beehaw.org
        link
        fedilink
        English
        arrow-up
        1
        ·
        12 days ago

        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