Conversation
Notices
-
(mint@ryona.agency)'s status on Monday, 08-Apr-2024 04:43:36 JST >enter IPv6 address during pleromer setup
>open config.exs
:heyface:
Снимок экрана_20240407_224248.p…-
(mint@ryona.agency)'s status on Monday, 08-Apr-2024 04:48:26 JST Bitchin'.
Снимок экрана_20240407_224720.p… -
(mint@ryona.agency)'s status on Monday, 08-Apr-2024 04:50:09 JST Okay, apparently it adds brackets for you.
Снимок экрана_20240407_224844.p… -
Zergling_man (zergling_man@sacred.harpy.faith)'s status on Monday, 08-Apr-2024 04:50:40 JST Zergling_man @mint [[[pleroma]]] likes this. -
(mint@ryona.agency)'s status on Monday, 08-Apr-2024 04:57:37 JST The instance also works, but I couldn't get it to federate since Hackney strikes again.
Снимок экрана_20240407_225601.p… -
(mint@ryona.agency)'s status on Monday, 08-Apr-2024 04:58:31 JST https://github.com/benoitc/hackney/issues/554 -
(mint@ryona.agency)'s status on Monday, 08-Apr-2024 05:02:58 JST Or maybe I'm blaming it too early. Pleroma clearly managed to grab the user's AP ID from the object, what crashes is the fucking webfinger function. In conversation permalink -
(mint@ryona.agency)'s status on Monday, 08-Apr-2024 05:11:10 JST https://git.pleroma.social/pleroma/pleroma/-/blob/develop/lib/pleroma/web/activity_pub/activity_pub.ex?ref_type=heads#L1623
Username generator uses the host value of URI.parse which returns raw IP without the brackets of port. I guess it could be fixed by simply replacing the value with authority (which returns both the bracketed address and port if present), but I'm not sure if this won't break anything else.In conversation permalink Attachments
-
(mint@ryona.agency)'s status on Monday, 08-Apr-2024 05:21:54 JST Okay, setting update_nickname_on_user_fetch to false lets me proceed further, but then nickname validation fails.
Снимок экрана_20240407_232129.p…In conversation permalink Attachments
-
(mint@ryona.agency)'s status on Monday, 08-Apr-2024 05:25:55 JST Apparently it's using some email regex which doesn't like IPv6 addresses despite them being valid.
https://git.pleroma.social/pleroma/pleroma/-/blob/develop/lib/pleroma/user.ex?ref_type=heads#L55In conversation permalink Attachments
-