Salta al contenuto
0
  • Home
  • Piero Bosio
  • Blog
  • Mondo
  • Fediverso
  • News
  • Categorie
  • Old Web Site
  • Recenti
  • Popolare
  • Tag
  • Utenti
  • Home
  • Piero Bosio
  • Blog
  • Mondo
  • Fediverso
  • News
  • Categorie
  • Old Web Site
  • Recenti
  • Popolare
  • Tag
  • Utenti
Skin
  • Chiaro
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Scuro
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Predefinito (Cerulean)
  • Nessuna skin
Collassa

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone
  1. Home
  2. Categorie
  3. Technical Discussion
  4. Does #mastodon support a root level domain handles yet?

Does #mastodon support a root level domain handles yet?

Pianificato Fissato Bloccato Spostato Technical Discussion
needhelpmastodonhelpfedidevfediversemastodevactivitypub
1 Post multipli 12 Post 4 Autori 0 Visualizzazioni
  • Da Vecchi a Nuovi
  • Da Nuovi a Vecchi
  • Più Voti
Rispondi
  • Risposta alla discussione
Effettua l'accesso per rispondere
Questa discussione è stata eliminata. Solo gli utenti con diritti di gestione possono vederla.
  • mbajur@mastodon.socialundefined Questo utente è esterno a questo forum
    mbajur@mastodon.socialundefined Questo utente è esterno a questo forum
    mbajur@mastodon.social
    scritto su ultima modifica di
    #1

    Does #mastodon support a root level domain handles yet? Like, say, user having his AP-enabled single-user website under example.com having a @example.com handle instead of @something@example.com

    #help #fedidev #fediverse #mastodev #activitypub #needhelp

    profpatsch@mastodon.xyzundefined clearlyclaire@mastodon.socialundefined 2 Risposte Ultima Risposta
    0
    • Sistema ha pubblicato questa discussione anche su Fediverso il
    • mbajur@mastodon.socialundefined mbajur@mastodon.social

      Does #mastodon support a root level domain handles yet? Like, say, user having his AP-enabled single-user website under example.com having a @example.com handle instead of @something@example.com

      #help #fedidev #fediverse #mastodev #activitypub #needhelp

      profpatsch@mastodon.xyzundefined Questo utente è esterno a questo forum
      profpatsch@mastodon.xyzundefined Questo utente è esterno a questo forum
      profpatsch@mastodon.xyz
      scritto su ultima modifica di
      #2

      @mbajur I think we are trying to standardize instance actors in an FEP, but I haven't heard of pure domain actor names

      profpatsch@mastodon.xyzundefined 1 Risposta Ultima Risposta
      0
      • profpatsch@mastodon.xyzundefined profpatsch@mastodon.xyz

        @mbajur I think we are trying to standardize instance actors in an FEP, but I haven't heard of pure domain actor names

        profpatsch@mastodon.xyzundefined Questo utente è esterno a questo forum
        profpatsch@mastodon.xyzundefined Questo utente è esterno a questo forum
        profpatsch@mastodon.xyz
        scritto su ultima modifica di
        #3

        @mbajur maybe what you could try to do is serve your actor activity JSON from root, but I'd wager most webfinger implementations reject handles with an empty user part

        profpatsch@mastodon.xyzundefined 1 Risposta Ultima Risposta
        0
        • profpatsch@mastodon.xyzundefined profpatsch@mastodon.xyz

          @mbajur maybe what you could try to do is serve your actor activity JSON from root, but I'd wager most webfinger implementations reject handles with an empty user part

          profpatsch@mastodon.xyzundefined Questo utente è esterno a questo forum
          profpatsch@mastodon.xyzundefined Questo utente è esterno a questo forum
          profpatsch@mastodon.xyz
          scritto su ultima modifica di
          #4

          @mbajur it's also kind of hard to parse cleanly and securely because Mastodon uses @user@exanple.com and others user@example.com, so hard to distinguish what's domain and what @ you can ignore …

          mbajur@mastodon.socialundefined 1 Risposta Ultima Risposta
          0
          • profpatsch@mastodon.xyzundefined profpatsch@mastodon.xyz

            @mbajur it's also kind of hard to parse cleanly and securely because Mastodon uses @user@exanple.com and others user@example.com, so hard to distinguish what's domain and what @ you can ignore …

            mbajur@mastodon.socialundefined Questo utente è esterno a questo forum
            mbajur@mastodon.socialundefined Questo utente è esterno a questo forum
            mbajur@mastodon.social
            scritto su ultima modifica di
            #5

            @Profpatsch I'm a bit confused on how to handle that in my upcoming AP project (@abelio) - every instance is a single-user instance and i'm currently using @domain.com@domain.com as a solution someone suggested to me a year ago but i find it a bit hacky and looking for a proper solution

            profpatsch@mastodon.xyzundefined 1 Risposta Ultima Risposta
            0
            • mbajur@mastodon.socialundefined mbajur@mastodon.social

              @Profpatsch I'm a bit confused on how to handle that in my upcoming AP project (@abelio) - every instance is a single-user instance and i'm currently using @domain.com@domain.com as a solution someone suggested to me a year ago but i find it a bit hacky and looking for a proper solution

              profpatsch@mastodon.xyzundefined Questo utente è esterno a questo forum
              profpatsch@mastodon.xyzundefined Questo utente è esterno a questo forum
              profpatsch@mastodon.xyz
              scritto su ultima modifica di
              #6

              @mbajur Ah yes, I’ve seen many people with single-user instances use something like @me@named.domain, which is super unfortunate because quoting them will show “@me”.

              I think what you want to do has a lot of value here … so I guess the steps are:

              1) implement webfinger to resolve @domain to the one actor, and @user@domain to point *to the same actor* (so you can mention them on platforms that don’t yet implement the new style quotes)
              2) Publish an FEP about this new webfinger extension

              profpatsch@mastodon.xyzundefined 1 Risposta Ultima Risposta
              0
              • profpatsch@mastodon.xyzundefined profpatsch@mastodon.xyz

                @mbajur Ah yes, I’ve seen many people with single-user instances use something like @me@named.domain, which is super unfortunate because quoting them will show “@me”.

                I think what you want to do has a lot of value here … so I guess the steps are:

                1) implement webfinger to resolve @domain to the one actor, and @user@domain to point *to the same actor* (so you can mention them on platforms that don’t yet implement the new style quotes)
                2) Publish an FEP about this new webfinger extension

                profpatsch@mastodon.xyzundefined Questo utente è esterno a questo forum
                profpatsch@mastodon.xyzundefined Questo utente è esterno a questo forum
                profpatsch@mastodon.xyz
                scritto su ultima modifica di
                #7

                @mbajur I’m just a little afraid of the case where you are replying to a toot that uses @domain nicks, because it might happen that they are dropped

                It would be interesting to test whether mastodon links to people in replies by their href already, or whether it tries to do (cached) webfinger again when you hit reply, because if they use the href from the previous toot it could already work in replies.

                profpatsch@mastodon.xyzundefined 1 Risposta Ultima Risposta
                0
                • profpatsch@mastodon.xyzundefined profpatsch@mastodon.xyz

                  @mbajur I’m just a little afraid of the case where you are replying to a toot that uses @domain nicks, because it might happen that they are dropped

                  It would be interesting to test whether mastodon links to people in replies by their href already, or whether it tries to do (cached) webfinger again when you hit reply, because if they use the href from the previous toot it could already work in replies.

                  profpatsch@mastodon.xyzundefined Questo utente è esterno a questo forum
                  profpatsch@mastodon.xyzundefined Questo utente è esterno a questo forum
                  profpatsch@mastodon.xyz
                  scritto su ultima modifica di
                  #8

                  @mbajur The other problem, as you can see above with @me is that if mastodon finds a nick on the local server, they will link it automatically, though I think you could argue that this is a misfeature from past times (it does not even open a dropdown)

                  profpatsch@mastodon.xyzundefined 1 Risposta Ultima Risposta
                  0
                  • profpatsch@mastodon.xyzundefined profpatsch@mastodon.xyz

                    @mbajur The other problem, as you can see above with @me is that if mastodon finds a nick on the local server, they will link it automatically, though I think you could argue that this is a misfeature from past times (it does not even open a dropdown)

                    profpatsch@mastodon.xyzundefined Questo utente è esterno a questo forum
                    profpatsch@mastodon.xyzundefined Questo utente è esterno a questo forum
                    profpatsch@mastodon.xyz
                    scritto su ultima modifica di
                    #9

                    @mbajur cc @silverpill

                    silverpill@mitra.socialundefined 1 Risposta Ultima Risposta
                    0
                    • profpatsch@mastodon.xyzundefined profpatsch@mastodon.xyz

                      @mbajur cc @silverpill

                      silverpill@mitra.socialundefined Questo utente è esterno a questo forum
                      silverpill@mitra.socialundefined Questo utente è esterno a questo forum
                      silverpill@mitra.social
                      scritto su ultima modifica di
                      #10

                      @Profpatsch

                      Several options have been discussed in this fediverse-ideas issue:

                      https://codeberg.org/fediverse/fediverse-ideas/issues/23

                      @mbajur

                      i'm currently using @domain.com@domain.com as a solution someone suggested to me a year ago but i find it a bit hacky and looking for a proper solution

                      It's not a bad solution IMO.

                      Maybe @snarfed.org has some ideas on how to do it better because domain handles are popular on Bluesky

                      profpatsch@mastodon.xyzundefined 1 Risposta Ultima Risposta
                      0
                      • silverpill@mitra.socialundefined silverpill@mitra.social

                        @Profpatsch

                        Several options have been discussed in this fediverse-ideas issue:

                        https://codeberg.org/fediverse/fediverse-ideas/issues/23

                        @mbajur

                        i'm currently using @domain.com@domain.com as a solution someone suggested to me a year ago but i find it a bit hacky and looking for a proper solution

                        It's not a bad solution IMO.

                        Maybe @snarfed.org has some ideas on how to do it better because domain handles are popular on Bluesky

                        profpatsch@mastodon.xyzundefined Questo utente è esterno a questo forum
                        profpatsch@mastodon.xyzundefined Questo utente è esterno a questo forum
                        profpatsch@mastodon.xyz
                        scritto su ultima modifica di
                        #11

                        @silverpill @mbajur @snarfed.org

                        For now webfinger is the place of authority for basically everyone, so it should support domain-only users.

                        I’m a bit skeptical about distributing authority between DNS and webfinger tbh, it’s yet another implementation surface and potential attack vector based on diffused responsibillity (what if webfinger and DNS are out of sync and a client only does webfinger? etc)

                        1 Risposta Ultima Risposta
                        0
                        • mbajur@mastodon.socialundefined mbajur@mastodon.social

                          Does #mastodon support a root level domain handles yet? Like, say, user having his AP-enabled single-user website under example.com having a @example.com handle instead of @something@example.com

                          #help #fedidev #fediverse #mastodev #activitypub #needhelp

                          clearlyclaire@mastodon.socialundefined Questo utente è esterno a questo forum
                          clearlyclaire@mastodon.socialundefined Questo utente è esterno a questo forum
                          clearlyclaire@mastodon.social
                          scritto su ultima modifica di
                          #12

                          @mbajur not currently, the `@user@domain` format is pretty deeply embedded in Mastodon's data model and UX

                          1 Risposta Ultima Risposta
                          0

                          Ciao! Sembra che tu sia interessato a questa conversazione, ma non hai ancora un account.

                          Stanco di dover scorrere gli stessi post a ogni visita? Quando registri un account, tornerai sempre esattamente dove eri rimasto e potrai scegliere di essere avvisato delle nuove risposte (tramite email o notifica push). Potrai anche salvare segnalibri e votare i post per mostrare il tuo apprezzamento agli altri membri della comunità.

                          Con il tuo contributo, questo post potrebbe essere ancora migliore 💗

                          Registrati Accedi
                          Rispondi
                          • Risposta alla discussione
                          Effettua l'accesso per rispondere
                          • Da Vecchi a Nuovi
                          • Da Nuovi a Vecchi
                          • Più Voti


                          Feed RSS
                          Does #mastodon support a root level domain handles yet?
                          @pierobosio@soc.bosio.info
                          V4.10.1 Contributors
                          • Accedi

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