chance for custom mastodon accounts?
Postiz
5
Posts
3
Posters
138
Views
3
Watching
-
Is there a way to authorize custom Mastodon Servers besides mastodon.social?
Thanks for the work. Great idea!@sponch Not yet, but follow upstream issue here https://github.com/gitroomhq/postiz-app/issues/345 (not a lot Cloudron can do about such upstream issues - although saying that Cloudron devs do sometimes submit PRs upstream too)
-
Looks like maybe the latest release solved this - https://github.com/gitroomhq/postiz-app/pull/708
-
Thanks @girish adding the line MASTODON_URL="https://my.instance.social" t the env. file should do the trick, right? Still forwarded to mastodon.social....
@sponch you have to add "export" . so maybe
export MASTODON_URL=https://my.instance.social
(watch out for quotes and spaces)