Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • 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 (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Discuss
  3. GNU Social

GNU Social

Scheduled Pinned Locked Moved Discuss
17 Posts 3 Posters 2.8k Views 3 Watching
  • 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.
  • murgeroM Offline
    murgeroM Offline
    murgero
    App Dev
    wrote on last edited by girish
    #1

    Hello all! I have packaged a PHP based Federated Social Network called GNU Social.
    GNU Social is able to federate with itself, Mastodon, Pleroma, and more that support ActivityPub and OStatus.

    Currently the package is a modified version of the LAMP 7.3 app which enables PSQL in place of MySQL.

    Per GNU Social's README:

    GNU social is a free social networking platform. It helps people in a community, company or group to exchange short status updates, do polls, announce events, or other social activities (and you can add more!). Users can choose which people to "follow" and receive only their friends' or colleagues' status messages. It provides a similar service to proprietary social network sites, but is much more awesome.
    

    App Package Repo: https://git.cloudron.io/murgero/gnu-social

    GNU Social Repo: https://notabug.org/diogo/gnu-social

    What is currently working (Besides the basics!)

    • Federation via OStatus
    • Some* Federation via ActivityPub
    • SMTP, invitations, registrations
    • PSQL replaced MySQL in the app (though MySQL is still available if the issue with NO_ZERO_DATES gets fixed)
    • Admin options
    • The Basic themes (I plan on adding qvitter later!)
    • Redis Queue for backend processing!

    *Federation with ActivityPub servers works decently enough for me to put the app's package source up, but some issues occur here. 1) Getting followed by someone using ActivityPub (Specifically Mastodon??) you never get the notification. There may be other AP issues I am unable to test further for now.

    The configuration of the app I am sure needs tweaking, the scripts will need tweaking, and upstream (See gnu social repo above) is constantly updating so I'll keep an eye out for big configuration changes.

    Installing

    git clone https://git.cloudron.io/murgero/gnu-social gnu-social
    cd gnu-social
    cloudron install --image=mitchellurgero/org.urgero.gs:latest
    

    Or just clone, build in docker and install like any other non-store app.

    --
    https://urgero.org
    ~ Professional Nerd. Freelance Programmer. ~

    1 Reply Last reply
    3
    • girishG Offline
      girishG Offline
      girish
      Staff
      wrote on last edited by
      #2

      @murgero Thanks a lot! I will add this to the list of apps to get published. I asked elsewhere how actively developed it us, but I see now that it is very actively developed.

      murgeroM 1 Reply Last reply
      2
      • girishG Offline
        girishG Offline
        girish
        Staff
        wrote on last edited by
        #3

        Are there any special federation requirements for the app? Or is this based on webfinger?

        murgeroM 1 Reply Last reply
        1
        • girishG girish

          Are there any special federation requirements for the app? Or is this based on webfinger?

          murgeroM Offline
          murgeroM Offline
          murgero
          App Dev
          wrote on last edited by murgero
          #4

          @girish The only requirement is that the app cannot be in a sub-folder (subdomain of course is fine however!), otherwise the plugins "TheFreedomNetwork", "ActivityPub", and "OStatus" handle federation as needed. It's still WIP/Nightly code, however, for gnusocial to gnusocial it works fine. That said, ActivityPub in GS is still in development.

          On first run it will grab whatever the latest nightly is and run the cli installer in headless. This means first start is about 5 mins or so depending on internet speed and system. I plan to change this so the repo is built into the app before you publish it, but I needed something that could grab the nightly branch quickly without me having to modify any files for testing.

          There is also Diaspora support, but that is pretty untested AFAIK and I am not even sure if that works on PHP7+ yet. I'm still playing around with this app and my Unifi one 🐷

          --
          https://urgero.org
          ~ Professional Nerd. Freelance Programmer. ~

          1 Reply Last reply
          0
          • girishG girish

            @murgero Thanks a lot! I will add this to the list of apps to get published. I asked elsewhere how actively developed it us, but I see now that it is very actively developed.

            murgeroM Offline
            murgeroM Offline
            murgero
            App Dev
            wrote on last edited by
            #5

            @girish What will it take to get this packaged as an unstable app?

            --
            https://urgero.org
            ~ Professional Nerd. Freelance Programmer. ~

            1 Reply Last reply
            1
            • girishG Offline
              girishG Offline
              girish
              Staff
              wrote on last edited by
              #6

              @murgero Thanks, I have put this on my TODO list. I have a couple of apps in my list already, so I should get to this next week.

              1 Reply Last reply
              1
              • girishG Offline
                girishG Offline
                girish
                Staff
                wrote on last edited by
                #7

                I marked this as WIP now.

                murgeroM 1 Reply Last reply
                2
                • girishG girish

                  I marked this as WIP now.

                  murgeroM Offline
                  murgeroM Offline
                  murgero
                  App Dev
                  wrote on last edited by
                  #8

                  @girish Can we get this as unstable in the app store?

                  --
                  https://urgero.org
                  ~ Professional Nerd. Freelance Programmer. ~

                  1 Reply Last reply
                  1
                  • girishG Offline
                    girishG Offline
                    girish
                    Staff
                    wrote on last edited by
                    #9

                    @murgero Yup, it's in my wekan for next week. This week got busy with some app updates. Some apps are not updating cleanly like nodebb...

                    murgeroM 1 Reply Last reply
                    3
                    • girishG girish

                      @murgero Yup, it's in my wekan for next week. This week got busy with some app updates. Some apps are not updating cleanly like nodebb...

                      murgeroM Offline
                      murgeroM Offline
                      murgero
                      App Dev
                      wrote on last edited by
                      #10

                      @girish I understand, thank you!

                      --
                      https://urgero.org
                      ~ Professional Nerd. Freelance Programmer. ~

                      1 Reply Last reply
                      2
                      • murgeroM Offline
                        murgeroM Offline
                        murgero
                        App Dev
                        wrote on last edited by
                        #11

                        @girish any chance this might get packaged?

                        --
                        https://urgero.org
                        ~ Professional Nerd. Freelance Programmer. ~

                        girishG 1 Reply Last reply
                        0
                        • murgeroM murgero

                          @girish any chance this might get packaged?

                          girishG Offline
                          girishG Offline
                          girish
                          Staff
                          wrote on last edited by
                          #12

                          @murgero oh, what's the current status of the app?

                          murgeroM 1 Reply Last reply
                          0
                          • girishG girish

                            @murgero oh, what's the current status of the app?

                            murgeroM Offline
                            murgeroM Offline
                            murgero
                            App Dev
                            wrote on last edited by
                            #13

                            @girish Working. LDAP is non-existent though.

                            --
                            https://urgero.org
                            ~ Professional Nerd. Freelance Programmer. ~

                            girishG 1 Reply Last reply
                            1
                            • murgeroM murgero

                              @girish Working. LDAP is non-existent though.

                              girishG Offline
                              girishG Offline
                              girish
                              Staff
                              wrote on last edited by
                              #14

                              @murgero That's fine, LDAP is not mandatory. Marked this one as WIP as well.

                              murgeroM 1 Reply Last reply
                              1
                              • girishG girish

                                @murgero That's fine, LDAP is not mandatory. Marked this one as WIP as well.

                                murgeroM Offline
                                murgeroM Offline
                                murgero
                                App Dev
                                wrote on last edited by
                                #15

                                @girish Thank you!

                                --
                                https://urgero.org
                                ~ Professional Nerd. Freelance Programmer. ~

                                jdaviescoatesJ 1 Reply Last reply
                                0
                                • murgeroM murgero

                                  @girish Thank you!

                                  jdaviescoatesJ Offline
                                  jdaviescoatesJ Offline
                                  jdaviescoates
                                  wrote on last edited by jdaviescoates
                                  #16

                                  @murgero I had got the impression the GNU Social had mostly died until I looked at the repository you shared:

                                  https://notabug.org/diogo/gnu-social - updated 5 days ago

                                  From what look to be all the old "official" links it seems dead:

                                  https://en.wikipedia.org/wiki/GNU_social - mention last stable release 2014

                                  https://www.gnu.org/software/social/ links to https://gnu.io/social/ which links to https://git.gnu.io/gnu/gnu-social/ where the most recent update was 3 years ago.

                                  But looking at https://www.diogo.site/projects/GNU-social/soc/ it looks like this Diogo chap has been developing it since 2018 (and has implemented ActivityPub plugin?)

                                  What's the deal?

                                  Edit: yeah, Diogo is the lead developer these days.

                                  This seems up to date:

                                  https://gnusocial.network/

                                  You would think FSF would update the repository links etc on all the links above 🤦

                                  I use Cloudron with Gandi & Hetzner

                                  murgeroM 1 Reply Last reply
                                  1
                                  • jdaviescoatesJ jdaviescoates

                                    @murgero I had got the impression the GNU Social had mostly died until I looked at the repository you shared:

                                    https://notabug.org/diogo/gnu-social - updated 5 days ago

                                    From what look to be all the old "official" links it seems dead:

                                    https://en.wikipedia.org/wiki/GNU_social - mention last stable release 2014

                                    https://www.gnu.org/software/social/ links to https://gnu.io/social/ which links to https://git.gnu.io/gnu/gnu-social/ where the most recent update was 3 years ago.

                                    But looking at https://www.diogo.site/projects/GNU-social/soc/ it looks like this Diogo chap has been developing it since 2018 (and has implemented ActivityPub plugin?)

                                    What's the deal?

                                    Edit: yeah, Diogo is the lead developer these days.

                                    This seems up to date:

                                    https://gnusocial.network/

                                    You would think FSF would update the repository links etc on all the links above 🤦

                                    murgeroM Offline
                                    murgeroM Offline
                                    murgero
                                    App Dev
                                    wrote on last edited by
                                    #17

                                    @jdaviescoates As far as I can tell - my repo for this is working. The only thing that needs heavy testing is ActivityPub support.

                                    --
                                    https://urgero.org
                                    ~ Professional Nerd. Freelance Programmer. ~

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


                                    • Login

                                    • Don't have an account? Register

                                    • Login or register to search.
                                    • First post
                                      Last post
                                    0
                                    • Categories
                                    • Recent
                                    • Tags
                                    • Popular
                                    • Bookmarks
                                    • Search