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. App Wishlist
  3. Mastodon - microblogging

Mastodon - microblogging

Scheduled Pinned Locked Moved Solved App Wishlist
31 Posts 16 Posters 5.1k Views 17 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.
    • yusfY yusf

      @rmdes Interesting. What’s your setup like?

      rmdesR Offline
      rmdesR Offline
      rmdes
      wrote on last edited by
      #16

      @yusf I'm running this on a contabo VPS, this one : https://contabo.com/?show=configurator&vserver_id=237

      current usage is low (not much users, still testing before opening the gate publicly
      ff4011c3-15ed-4a59-885d-b42d6b078cc2-image.png

      1 Reply Last reply
      0
      • S Offline
        S Offline
        sumacinitiative
        App Dev
        wrote on last edited by
        #17

        Just pushed out an updated version of Mastodon for testing (v2.8.4). For link to install add the following to your domain string: (#/appstore/org.mastodon.cloudronapp?version=2.8.4). Your testing would be greatly appreciated. I will try to keep up with newest release and better manage the repo. The main git is at (https://git.stealthdrop.cloud/c1t1z3n0n3/mastodon_cloudron) for you to submit issues we also have a support rocket.chat at (https://support.helpchangethe.world). This app would not be possible without the giants that put in the work of the first packages. Happy Testing

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

          Thanks @sumacinitiative . Have this mostly working now - https://git.cloudron.io/cloudron/mastodon-app . Will get this published next week

          yusfY 1 Reply Last reply
          0
          • girishG girish

            Thanks @sumacinitiative . Have this mostly working now - https://git.cloudron.io/cloudron/mastodon-app . Will get this published next week

            yusfY Offline
            yusfY Offline
            yusf
            wrote on last edited by
            #19

            @girish With the introduction of apps with federation features, this calls for a way to solve federated account addresses to associate with to the root domain regardless of app path, on a system level.

            murgeroM 1 Reply Last reply
            0
            • yusfY yusf

              @girish With the introduction of apps with federation features, this calls for a way to solve federated account addresses to associate with to the root domain regardless of app path, on a system level.

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

              @yusf Or maybe make the domain more easily configurable for popular apps like Mastodon (not in the store) as some admins will want to use the sub domain regardless.

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

              1 Reply Last reply
              0
              • fbartelsF Offline
                fbartelsF Offline
                fbartels
                App Dev
                wrote on last edited by
                #21

                It seems to achieve this one just needs to proxy a "well-known" document from the root domain to where mastodon is actually running:

                https://github.com/tootsuite/documentation/blob/master/Running-Mastodon/Serving_a_different_domain.md

                1 Reply Last reply
                0
                • L Offline
                  L Offline
                  legacy
                  wrote on last edited by
                  #22

                  Need something like this.
                  It would be better if it were lighter.

                  murgeroM yusfY 2 Replies Last reply
                  0
                  • L legacy

                    Need something like this.
                    It would be better if it were lighter.

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

                    @legacy If you need a more light weight alt - NExtcloud has support for ActivityPub (enable in admin -> Apps) and GNUSocial's protocol as well.

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

                    1 Reply Last reply
                    1
                    • L legacy

                      Need something like this.
                      It would be better if it were lighter.

                      yusfY Offline
                      yusfY Offline
                      yusf
                      wrote on last edited by
                      #24

                      @legacy Or Pleroma.

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

                        I have published this app to unstable. It supports both "open registration" as well as "only for cloudron users" login modes.

                        1 Reply Last reply
                        5
                        • W Offline
                          W Offline
                          will
                          wrote on last edited by
                          #26

                          Heads up, there seems to be an issues logging in with users with a "." in the username, such as "user.admin"
                          It gives an HTTP ERROR 422.
                          When trying to make that user admin, the terminal responds: No user with such username

                          girishG 1 Reply Last reply
                          0
                          • W will

                            Heads up, there seems to be an issues logging in with users with a "." in the username, such as "user.admin"
                            It gives an HTTP ERROR 422.
                            When trying to make that user admin, the terminal responds: No user with such username

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

                            @will Seems similar to https://github.com/tootsuite/mastodon/issues/11277 .

                            From what I can tell ".", "_" and "-" are allowed as per https://github.com/tootsuite/mastodon/blob/f86ee4b59f25727d248609e0afe277a4f69f6be7/app/models/account.rb#L52 . So maybe this is a LDAP adapter bug that we need to report upstream.

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

                              https://github.com/tootsuite/mastodon/issues/6830 is the exact issue!

                              1 Reply Last reply
                              2
                              • hiyukoimH Offline
                                hiyukoimH Offline
                                hiyukoim
                                translator
                                wrote on last edited by hiyukoim
                                #29

                                Thank you for working hard on Mastodon for Cloudron!
                                I wonder if we can set different domains for LOCAL_DOMAIN from WEB_DOMAIN.

                                LOCAL_DOMAIN is a part of mastodon username such as user@example.com.
                                WEB_DOMAIN is for mastodon instance itself https://mastodon.example.com.

                                It would be super cool if we can make it like that on Mastodon app on Cloudron too.

                                yusfY 1 Reply Last reply
                                1
                                • hiyukoimH hiyukoim

                                  Thank you for working hard on Mastodon for Cloudron!
                                  I wonder if we can set different domains for LOCAL_DOMAIN from WEB_DOMAIN.

                                  LOCAL_DOMAIN is a part of mastodon username such as user@example.com.
                                  WEB_DOMAIN is for mastodon instance itself https://mastodon.example.com.

                                  It would be super cool if we can make it like that on Mastodon app on Cloudron too.

                                  yusfY Offline
                                  yusfY Offline
                                  yusf
                                  wrote on last edited by
                                  #30

                                  @hiyukoim It's not possible within Cloudron at this point. Check out my suggestion, Serve federated apps from root domain.

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

                                    @yusf @hiyukoim Please see https://forum.cloudron.io/topic/2038/serve-federated-apps-from-root-domain/12 . I guess it's possible to support LOCAL_DOMAIN/WEB_DOMAIN but from whta I can tell if you do this, then user@example.com can only be used in mastodon and no other app. You can't use any other ActivityPub supported apps in parallel. Please correct me if I am wrong in the other thread.

                                    1 Reply Last reply
                                    0
                                    • girishG girish locked this topic on
                                    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