Open
Description
🔖 Feature description
Allow multiple mastodon instance to be configured by postiz users at the same time
🎤 Why is this feature needed ?
A new env var have been recently added to set custom mastodon instance but multiple user can use different instance. Currently this case is not possible.
✌️ How do you aim to achieve this?
This feature would allow a user to set a custom mastodon instance URL when configuring a mastodon channel. Postiz would then call /api/v1/apps
endpoint to create an application and store client_id
and client_secret
in the database
🔄️ Additional Information
No response
👀 Have you spent some time to check if this feature request has been raised before?
- I checked and didn't find similar issue
Are you willing to submit PR?
None