GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Conversation

Notices

  1. Embed this notice
    SlightlyCyberpunk (admin@mastodon.slightlycyberpunk.com)'s status on Thursday, 19-Dec-2024 01:19:00 JST SlightlyCyberpunk SlightlyCyberpunk
    • Evan Prodromou

    @evan some of us already do :)

    All the code I've written for fedi is fucked if we start getting a bunch of domains per instance though...

    I was also wondering how many people there really are who own a domain but don't want to host things but based on the results so far apparently a lot!

    In conversation about 7 months ago from mastodon.slightlycyberpunk.com permalink
    • Embed this notice
      Evan Prodromou (evan@cosocial.ca)'s status on Thursday, 19-Dec-2024 01:18:59 JST Evan Prodromou Evan Prodromou
      in reply to

      @admin Why?

      In conversation about 7 months ago permalink
    • Embed this notice
      Evan Prodromou (evan@cosocial.ca)'s status on Thursday, 19-Dec-2024 01:29:31 JST Evan Prodromou Evan Prodromou
      in reply to

      @admin like, how would you even know it's from the same instance? `sharedInbox`?

      In conversation about 7 months ago permalink
    • Embed this notice
      Evan Prodromou (evan@cosocial.ca)'s status on Thursday, 19-Dec-2024 03:10:01 JST Evan Prodromou Evan Prodromou
      in reply to

      @admin what are you doing with instance statistics? Why would that be important for federation?

      Treat actors like actors; ignore instances. They're not real.

      If you block a domain, block all actors on that domain.

      In conversation about 7 months ago permalink
    • Embed this notice
      SlightlyCyberpunk (admin@mastodon.slightlycyberpunk.com)'s status on Thursday, 19-Dec-2024 03:10:03 JST SlightlyCyberpunk SlightlyCyberpunk
      in reply to
      • Evan Prodromou

      @evan yeah that is precisely the problem. What's the response when you hit the API on that domain? Does it appear to be a separate single-user instance even though it isn't, or does it provide the stats for the entire instance resulting in a bunch of false duplicate data?

      Edit: Also, how's that work for defederation? The original instance gets a pass because the abusive user brought their own domain and nobody can easily tell who is actually hosting it?

      In conversation about 7 months ago permalink
    • Embed this notice
      Evan Prodromou (evan@cosocial.ca)'s status on Thursday, 19-Dec-2024 06:05:56 JST Evan Prodromou Evan Prodromou
      in reply to

      @admin how do you deal with Takahē?

      In conversation about 7 months ago permalink
    • Embed this notice
      SlightlyCyberpunk (admin@mastodon.slightlycyberpunk.com)'s status on Thursday, 19-Dec-2024 06:05:57 JST SlightlyCyberpunk SlightlyCyberpunk
      in reply to
      • Evan Prodromou

      @evan There's a lot of tools -- including a somewhat crappy one that I wrote -- that try to recommend instances for new users who don't know where to register, for one example. The way mine works is by querying instance stats so it can see if registrations are open, what types of media or post lengths are supported, language, user counts, etc. So if users start bringing their own domains I either get my DB cluttered with fake single-user instances or I end up giving someone two dozen suggestions that are actually all the same server. And I'm sure I'm not the only person who has code that will need to be redesigned if that one domain per instance requirement gets broken. And it's a reasonable assumption to make if you're focused on Mastodon, since its configuration files (.env.production) only allow a single domain to be specified.

      You could just use it as an alias though:
      https://guide.expressional.social/guide/use-your-own-domain/

      In conversation about 7 months ago permalink

      Attachments

      1. Domain not in remote thumbnail source whitelist: guide.expressional.social
        Using your own domain - Masto Guide
        from Jippi
        The MastoGuide goal is to help everyone learn about Mastodon
    • Embed this notice
      Evan Prodromou (evan@cosocial.ca)'s status on Thursday, 19-Dec-2024 06:21:46 JST Evan Prodromou Evan Prodromou
      in reply to

      @admin also, what if the mapped domain just doesn't use nodeinfo?

      In conversation about 7 months ago permalink
    • Embed this notice
      Evan Prodromou (evan@cosocial.ca)'s status on Thursday, 19-Dec-2024 12:16:41 JST Evan Prodromou Evan Prodromou
      in reply to

      @admin

      https://jointakahe.org/

      In conversation about 7 months ago permalink

      Attachments

      1. Domain not in remote thumbnail source whitelist: jointakahe.org
        Welcome | Takahē
        Takahē is a new ActivityPub server, designed for efficient use on small- to medium-size installations, and which allows you to host multiple domains on the same infrastructure. It’s currently in an alpha state, meaning things work (and it will talk ActivityPub to Mastodon and other servers), but there’s still a lot of features left to add. The flagship instance can be found at takahe.social, and if you’re interested, you can also read more about the project, or read some of Andrew’s blogs on building it.
    • Embed this notice
      SlightlyCyberpunk (admin@mastodon.slightlycyberpunk.com)'s status on Thursday, 19-Dec-2024 12:16:43 JST SlightlyCyberpunk SlightlyCyberpunk
      in reply to
      • Evan Prodromou

      @evan Not sure what Takahē is other than a bird lol

      And it doesn't use nodeinfo, it uses /api/v2/instance...if that's not implemented it'll ignore that host (the goal was specifically to suggest Mastodon hosts, so if it's not Mastodon-based I don't care about it lol)...so yeah good point, maybe the extra domains can just not implement that api, not sure how that might impact Mastodon itself though.

      In conversation about 7 months ago permalink
    • Embed this notice
      Evan Prodromou (evan@cosocial.ca)'s status on Thursday, 19-Dec-2024 12:17:15 JST Evan Prodromou Evan Prodromou
      in reply to

      @admin anyway, this sounds like great software. What's the URL?

      In conversation about 7 months ago permalink
    • Embed this notice
      Evan Prodromou (evan@cosocial.ca)'s status on Thursday, 19-Dec-2024 22:23:12 JST Evan Prodromou Evan Prodromou
      in reply to

      @admin it worked well for me!

      In conversation about 7 months ago permalink
    • Embed this notice
      SlightlyCyberpunk (admin@mastodon.slightlycyberpunk.com)'s status on Thursday, 19-Dec-2024 22:23:13 JST SlightlyCyberpunk SlightlyCyberpunk
      in reply to
      • Evan Prodromou

      @evan Well, it certainly is not *great* software lol...I dunno, people were saying we needed tools to help newbies find their instance and I had some thoughts so I threw something quick together, didn't seem to get much interest and I certainly don't need it myself so I lost motivation...and now I think Mastodon officially pushes people to particular big instances so there's far less demand for such a thing...

      Links are in my bio, although I wanted to make sure it even still works as it's been a while so here you go (it was *not* quite working, but I think it's fixed, so good luck lol)
      https://mastodon.slightlycyberpunk.com/experiments/index.php

      In conversation about 7 months ago permalink

      Attachments

      1. No result found on File_thumbnail lookup.
        https://mastodon.slightlycyberpunk.com/experiments/index.php

Feeds

  • Activity Streams
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.