Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

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

I joined #mastodon last week, on a whim, with no idea what to expect

Uncategorized
81 66 374

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • I have a Mastodon question.

    Uncategorized fedihelp mastodon
    6
    0 Votes
    6 Posts
    13 Views
    @randulo In my opinion it's just lazyness. I use DeepL to translate whatever I do not understand correctly.
  • 0 Votes
    8 Posts
    15 Views
    @futurebird"I'd like to scratch the manager."
  • I just need to tell you folks...

    Fediverso mastodon fediverse
    1
    0 Votes
    1 Posts
    17 Views
    I just need to tell you folks... That I _LOVE_ #Mastodon and the #Fediverse.I know it's not perfect. I know it needs to be better and it needs to provide _much_ better safety mechanisms for vulnerable folks.But this platform, more than any other, give _us_ the opportunity to affect change in those areas for the better.Donate to your instance owner/runner if you can. <3
  • 0 Votes
    1 Posts
    10 Views
    One final annoyance with my @gotosocial migration!I implemented a split-domain setup, as wonderfully documented by @gotosocial here: docs.gotosocial.org/en/latest/Note that #Mastodon also supports it, and documents it similarly here: docs.joinmastodon.org/admin/coIn both Mastodon and #GoToSocial, I notice that web clients FAIL to login with the account domain.From what I see on the web server, the account domain receives exactly ONE request:"POST /api/v1/apps HTTP/2.0" 404 146 "-" "Tusky/31.1 Android/15 OkHttp/5.1.0"(This is Tusky, but Mastodon's app and others behave the same)I tried to 301 / 307 redirect that endpoint (against @gotosocial's recommendation), but that fails in the same way (except I see the different matching code on the web server).As a side effect, apps show my username as: at evilham at fedi.unchat.cat, instead of @evilham, which is what I actually wanted.What to do? >,<