| 16 Jul 2023 |
adisbladis | In reply to @joerg:thalheim.io Less is better? So just Nix I guess? | 07:20:48 |
adisbladis | https://lemmy.nix-community.org/c/nix | 07:23:40 |
Mic92 | Ok. Now I just need to find out how I can use this with my mastadon server. | 07:38:34 |
adisbladis | I chose to have closed registration for now, meaning you can only interact with the server through federation.
To begin with I'm not sure if we should host user accounts, and even if we do I'd like invite trees or something like that instead of manual account vetting. | 07:45:21 |
adisbladis | * I chose to have closed registration for now, meaning you can only interact with the server through federation.
To begin with I'm not sure if we should host user accounts, and even if we do I'd like invite trees (which aren't in Lemmy yet but there have been discussions) or something like that instead of manual account vetting. | 07:45:45 |
Mic92 | adisbladis: I can add lemmy_support@lemmy.ml to my mastodon client, but it does not work for nix@lemmy.nix-community.org | 10:15:43 |
adisbladis | Could you try again? I don't know what would be wrong. | 10:19:14 |
Mic92 | adisbladis: nope. doesn't work. But I also don't see where federation is enabled in the nixos configuration | 10:40:12 |
Mic92 | https://lemmy.ml/post/42833 | 10:40:15 |
adisbladis | In reply to @joerg:thalheim.io adisbladis: nope. doesn't work. But I also don't see where federation is enabled in the nixos configuration Federation is ticked in the admin ui, and my posts were over federation from my personal instance | 10:41:55 |
adisbladis | I don't see anything suspicious in the logs | 10:43:25 |
Mic92 | Ok. I am going to ask other mastodon users if they can confirm this issue. | 10:44:12 |
Mic92 | Also doesn't work from another instance. | 10:54:13 |
adisbladis | Nothing obvious from the logs | 10:58:11 |
Mic92 | How do those federated apps find each other? | 10:58:43 |
Mic92 | I know matrix has these well-known pahts | 10:58:51 |
Mic92 | * I know matrix has these well-known paths on the webserver | 10:59:01 |
raitobezarius | In reply to @joerg:thalheim.io How do those federated apps find each other? ActivityPub well known paths | 11:00:25 |
Mic92 | What's the path? Maybe I can diff what the lemmy.ml instance returns vs this one. | 11:01:44 |
Mic92 | url https://lemmy.nix-community.org/.well-known/webfinger?resource=acct:nix@lemmy.nix-community.org | 11:03:34 |
Mic92 | * curl https://lemmy.nix-community.org/.well-known/webfinger?resource=acct:nix@lemmy.nix-community.org | 11:03:41 |
Mic92 | That looks like expected | 11:03:49 |
raitobezarius | I can debug my Mastodon server later regarding that | 14:26:49 |
| @schmittlauch:ohai.su joined the room. | 16:00:38 |
@schmittlauch:ohai.su | debug logging on my mastodon instance gave me the following gem:
puma[772726]: [5e22ea9e-9426-4c3d-a68c-e803259edada] [httplog] GET https://lemmy.nix-community.org/c/nix completed with status code 200 in 0.14692 seconds
puma[772726]: [5e22ea9e-9426-4c3d-a68c-e803259edada] Fetching actor https://lemmy.nix-community.org/c/nix failed: Error fetching actor JSON at https://lemmy.nix-co
mmunity.org/c/nix
| 16:03:32 |
@schmittlauch:ohai.su | So before completely taking apart my Mastodon instance and flooding my poor spinning legacy HDD with debug logs, I'd be interested in the observations on other Mastodon instances:
Does pasting https://lemmy.nix-community.org/c/nix in your search bar give you a group profile to follow? | 16:06:00 |
raboof | Not for me (merveilles via tusky) | 16:09:42 |
@schmittlauch:ohai.su | Fetching the actor JSON via curl -H "Accept: application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\"" https://lemmy.nix-community.org/c/nix looks plausible though. | 16:13:47 |
Sandro | In reply to @schmittlauch:ohai.su
So before completely taking apart my Mastodon instance and flooding my poor spinning legacy HDD with debug logs, I'd be interested in the observations on other Mastodon instances:
Does pasting https://lemmy.nix-community.org/c/nix in your search bar give you a group profile to follow? nope | 17:17:54 |
raitobezarius | wonder if we can use https://codeberg.org/samuelroland/apdebug here | 17:54:05 |