Salta al contenuto
0
  • Home
  • Piero Bosio
  • Blog
  • Mondo
  • Fediverso
  • News
  • Categorie
  • Recenti
  • Popolare
  • Tag
  • Utenti
  • Home
  • Piero Bosio
  • Blog
  • Mondo
  • Fediverso
  • News
  • Categorie
  • Recenti
  • Popolare
  • Tag
  • Utenti
Collassa

Piero Bosio Social Web Site Personale

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

  1. Home
  2. Categorie
  3. Fediverso
  4. Posting about my Mastodon Relay again, registration is open so feel free to add it (location of the relay is US East Coast).

Posting about my Mastodon Relay again, registration is open so feel free to add it (location of the relay is US East Coast).

Pianificato Fissato Bloccato Spostato Fediverso
mastodonactivitypubfediverse
17 Post 2 Autori 5 Visualizzazioni
  • Da Vecchi a Nuovi
  • Da Nuovi a Vecchi
  • Più Voti
Rispondi
  • Topic risposta
Effettua l'accesso per rispondere
Questa discussione è stata eliminata. Solo gli utenti con diritti di gestione possono vederla.
  • incentiveundefined incentive

    @julian Hmm, it seems the software I'm using has non-Public hard setting that isn't configurable on /actor, so I don't think it's compatible with your instance unless I can figure out a way to lax those settings 🤔

    julianundefined Questo utente è esterno a questo forum
    julianundefined Questo utente è esterno a questo forum
    julian
    scritto su ultima modifica di
    #6

    incentive@mastodon.circlewithadot.net can you share more information? What's a "non-public hard setting"?

    Also, what software are you using? I have mainly tested against Aoderelay, but I should be compatible with others too :)

    1 Risposta Ultima Risposta
    • incentiveundefined Questo utente è esterno a questo forum
      incentiveundefined Questo utente è esterno a questo forum
      incentive
      scritto su ultima modifica di
      #7

      @julian I'm using https://github.com/yukimochi/Activity-Relay, and the error I'm getting is "relay-server | ERRO[0275] Rejected Follow, Unfollow Request : https://activitypub.space/actor only https://www.w3.org/ns/activitystreams#Public is allowed to follow"

      I think I get the same error when a Friendica instance attempts as well.

      julianundefined 1 Risposta Ultima Risposta
      • incentiveundefined incentive

        @julian I'm using https://github.com/yukimochi/Activity-Relay, and the error I'm getting is "relay-server | ERRO[0275] Rejected Follow, Unfollow Request : https://activitypub.space/actor only https://www.w3.org/ns/activitystreams#Public is allowed to follow"

        I think I get the same error when a Friendica instance attempts as well.

        julianundefined Questo utente è esterno a questo forum
        julianundefined Questo utente è esterno a questo forum
        julian
        scritto su ultima modifica di
        #8

        incentive@mastodon.circlewithadot.net ooooooh cool, Activity-Relay was one of the relays I was not able to test against... here I thought they were just closed, now I know it's an error!

        This is the relevant bit of code after searching their repository... Let's see what I can dig up.

        1 Risposta Ultima Risposta
        • incentiveundefined Questo utente è esterno a questo forum
          incentiveundefined Questo utente è esterno a questo forum
          incentive
          scritto su ultima modifica di
          #9

          @julian I think /relay needs to be added as a valid follower of /actor. I'm going to test a change really quick and see if I break it or not lol

          julianundefined 1 Risposta Ultima Risposta
          • incentiveundefined incentive

            @julian I think /relay needs to be added as a valid follower of /actor. I'm going to test a change really quick and see if I break it or not lol

            julianundefined Questo utente è esterno a questo forum
            julianundefined Questo utente è esterno a questo forum
            julian
            scritto su ultima modifica di
            #10

            incentive@mastodon.circlewithadot.net The code suggests that when parsing the follow request, it's checking object and ensuring that it is one of:

            1. https://www.w3.org/ns/activitystreams#Public
            2. It's own ID (so, https://relay-us-east.circlewithadot.net/actor)

            NodeBB is sending https://relay-us-east.circlewithadot.net/actor, so it should satisfy that constraint, but I am not sure where in the Activity-Relay code it is failing out.

            1 Risposta Ultima Risposta
            • incentiveundefined Questo utente è esterno a questo forum
              incentiveundefined Questo utente è esterno a questo forum
              incentive
              scritto su ultima modifica di
              #11

              @julian I rebuilt the docker image with some changes in resolver - you're welcome to try again in the meantime if you wish - if not I can return to this tomorrow :)

              Appreciate you looking into this with me.

              julianundefined 1 Risposta Ultima Risposta
              • incentiveundefined incentive

                @julian I rebuilt the docker image with some changes in resolver - you're welcome to try again in the meantime if you wish - if not I can return to this tomorrow :)

                Appreciate you looking into this with me.

                julianundefined Questo utente è esterno a questo forum
                julianundefined Questo utente è esterno a questo forum
                julian
                scritto su ultima modifica di
                #12

                incentive@mastodon.circlewithadot.net success!

                15276e47-c5df-4a4a-b245-68ccc83c109e-image.png

                incentiveundefined 1 Risposta Ultima Risposta
                • julianundefined julian

                  incentive@mastodon.circlewithadot.net success!

                  15276e47-c5df-4a4a-b245-68ccc83c109e-image.png

                  incentiveundefined Questo utente è esterno a questo forum
                  incentiveundefined Questo utente è esterno a questo forum
                  incentive
                  scritto su ultima modifica di
                  #13

                  @julian Confirmed! "relay-server | INFO[0263] Sent MutuallyFollow Request : https://activitypub.space/actor
                  relay-server | INFO[0263] RelayState reloaded "

                  🤝

                  julianundefined 1 Risposta Ultima Risposta
                  • incentiveundefined incentive

                    @julian Confirmed! "relay-server | INFO[0263] Sent MutuallyFollow Request : https://activitypub.space/actor
                    relay-server | INFO[0263] RelayState reloaded "

                    🤝

                    julianundefined Questo utente è esterno a questo forum
                    julianundefined Questo utente è esterno a questo forum
                    julian
                    scritto su ultima modifica di
                    #14

                    incentive@mastodon.circlewithadot.net so what was the issue, a bug in Activity-Relay?

                    The LitePub section on FEP-ae0c: Fediverse Relay Protocols: Mastodon and LitePub is pretty vague about deviations from expectations. It would be good to shore up this FEP a bit.

                    1 Risposta Ultima Risposta
                    • incentiveundefined Questo utente è esterno a questo forum
                      incentiveundefined Questo utente è esterno a questo forum
                      incentive
                      scritto su ultima modifica di
                      #15

                      @julian All I did was make both /actor and /relay accepted follows from /actor, going through the issues in their repo and you showing me the resolver page is what made me try it. https://github.com/yukimochi/Activity-Relay/issues/90

                      incentiveundefined 1 Risposta Ultima Risposta
                      • incentiveundefined incentive

                        @julian All I did was make both /actor and /relay accepted follows from /actor, going through the issues in their repo and you showing me the resolver page is what made me try it. https://github.com/yukimochi/Activity-Relay/issues/90

                        incentiveundefined Questo utente è esterno a questo forum
                        incentiveundefined Questo utente è esterno a questo forum
                        incentive
                        scritto su ultima modifica di
                        #16

                        @julian Congrats on ActivityPub.space btw- made an account. Looks cool.

                        julianundefined 1 Risposta Ultima Risposta
                        • incentiveundefined incentive

                          @julian Congrats on ActivityPub.space btw- made an account. Looks cool.

                          julianundefined Questo utente è esterno a questo forum
                          julianundefined Questo utente è esterno a questo forum
                          julian
                          scritto su ultima modifica di
                          #17

                          incentive@mastodon.circlewithadot.net incentive welcome!

                          1 Risposta Ultima Risposta
                          Rispondi
                          • Topic risposta
                          Effettua l'accesso per rispondere
                          • Da Vecchi a Nuovi
                          • Da Nuovi a Vecchi
                          • Più Voti


                          Feed RSS
                          Posting about my Mastodon Relay again, registration is open so feel free to add it (location of the relay is US East Coast).

                          Gli ultimi otto messaggi ricevuti dalla Federazione
                          • Emanuele Cariatiundefined
                            Emanuele Cariati

                            @emmecola personalmente non voglio nemmeno che varese.social sia l’unica istanza del territorio della provincia. Vorrei che ne nascessero il più possibile! Magari una per ogni comune. Recentemente Mastodon ha lanciato la possibilità di gestire l’istanza di enti pubblici tramite il loro team.
                            Mi piacerebbe moltissimo vedere il mio comune gestire la propria istanza. Comunicazioni ufficiali inviate tramite istanze gestite direttamente dal territorio. Chissà…
                            https://joinmastodon.org/hosting

                            per saperne di più

                          • Emanuele Cariatiundefined
                            Emanuele Cariati

                            @piero Penso che il modo più semplice sia parlarne direttamente di persona. Magari potresti consigliare di far iscrivere la persona interessata ad una istanza generalista garantendogli che nel caso volesse cambiare idea può tranquillamente portarsi appresso i seguaci su un’altra istanza. Personale credo che M1 stia centralizzando troppo il fediverso italiano. C’è da dire però che la mia esperienza su M1 mi è servita come per capire i fondamenti del fediverso.

                            per saperne di più

                          • Emanuele Cariatiundefined
                            Emanuele Cariati

                            @emmecola L’obbiettivo secondo me è: come faccio a promuovere di più le altre istanze?
                            Nelle info di Varese Social ho una lista in continuo aggiornamento di istanze italiane. Mi piacerebbe pubblicare un piccolo post (magari uno ogni settimana) promuovendo altre istanze del fediverso italiano. Più sono “spalmati” gli utenti e meno gli admin pagano per ospitarli.
                            Chi punta alla crescita incontrollata è destinato a fallire.
                            Nel mondo ideale ciascun utente avrebbe la propria istanza autogestita.

                            per saperne di più

                          • Piero Bosioundefined
                            Piero Bosio

                            @emanuelecariati@varese.social Non è la mia domanda. Io tengo le mie istanze chiuse alle iscrizioni perché basta la federazione. La mia domanda è come faccio a fare crescere il Fediverso tenendo chiuse alle iscrizioni le mie istanze?

                            per saperne di più

                          • Moreno Colaiacovoundefined
                            Moreno Colaiacovo

                            @emanuelecariati La domanda che tutti gli admin si fanno è: come facciamo a fare crescere le nostre istanze? 🙂

                            per saperne di più

                          • julianundefined
                            julian

                            incentive@mastodon.circlewithadot.net incentive welcome!

                            per saperne di più

                          • incentiveundefined
                            incentive

                            @julian Congrats on ActivityPub.space btw- made an account. Looks cool.

                            per saperne di più

                          • incentiveundefined
                            incentive

                            @julian All I did was make both /actor and /relay accepted follows from /actor, going through the issues in their repo and you showing me the resolver page is what made me try it. https://github.com/yukimochi/Activity-Relay/issues/90

                            per saperne di più
                          Post suggeriti
                          • Mark Wyner Won’t Comply :vm:undefined

                            Curious what y’all think about this.

                            Seguito Ignorato Pianificato Fissato Bloccato Spostato Senza categoria fediverse joinmastodon hosting mastodon
                            1
                            0 Votazioni
                            1 Post
                            0 Visualizzazioni
                            Nessuno ha risposto
                          • AnneTheWriterundefined

                            Later this week will be my and my husband 32nd wedding anniversary.(It's #HootinTootinTuesday again!

                            Seguito Ignorato Pianificato Fissato Bloccato Spostato Senza categoria hootintootintuesday mastodon humor humour funnymeme marriage marriedlife husbands
                            1
                            1
                            0 Votazioni
                            1 Post
                            0 Visualizzazioni
                            Nessuno ha risposto
                          • ActivityPub for WordPressundefined

                            Help Shape the Future of Moderation in the Fediverse

                            Seguito Ignorato Pianificato Fissato Bloccato Spostato Senza categoria activitypub fediverse iftas moderation survey wordpress
                            1
                            0 Votazioni
                            1 Post
                            1 Visualizzazioni
                            Nessuno ha risposto
                          • Yohan Yukiya Sese Cuneta 사요한🦣undefined

                            The other thing that the #Guppe incident showed us is that the #Fediverse seriously needs the #Nomadic protocol

                            Seguito Ignorato Pianificato Fissato Bloccato Spostato Fediverso guppe fediverse nomadic activitypub2 socialweb opensocial opensocialweb
                            1
                            0 Votazioni
                            1 Post
                            2 Visualizzazioni
                            Nessuno ha risposto
                          • Accedi

                          • Accedi o registrati per effettuare la ricerca.
                          • Primo post
                            Ultimo post