Mastodon - microblogging
-
Thanks @sumacinitiative . Have this mostly working now - https://git.cloudron.io/cloudron/mastodon-app . Will get this published next week
-
@will Seems similar to https://github.com/tootsuite/mastodon/issues/11277 .
From what I can tell ".", "_" and "-" are allowed as per https://github.com/tootsuite/mastodon/blob/f86ee4b59f25727d248609e0afe277a4f69f6be7/app/models/account.rb#L52 . So maybe this is a LDAP adapter bug that we need to report upstream.
-
Thank you for working hard on Mastodon for Cloudron!
I wonder if we can set different domains for LOCAL_DOMAIN from WEB_DOMAIN.LOCAL_DOMAIN is a part of mastodon username such as
user@example.com
.
WEB_DOMAIN is for mastodon instance itselfhttps://mastodon.example.com
.It would be super cool if we can make it like that on Mastodon app on Cloudron too.
-
@yusf @hiyukoim Please see https://forum.cloudron.io/topic/2038/serve-federated-apps-from-root-domain/12 . I guess it's possible to support LOCAL_DOMAIN/WEB_DOMAIN but from whta I can tell if you do this, then
user@example.com
can only be used in mastodon and no other app. You can't use any other ActivityPub supported apps in parallel. Please correct me if I am wrong in the other thread. -