Account system for self-hosting #1142
Replies: 6 comments 8 replies
-
I may suggest https://supabase.com/ |
Beta Was this translation helpful? Give feedback.
-
The whole point to self-hosting is to keep everything local and self contained. We shouldn't have to rely on a third party service. AFFiNE should work out of the box using sqlite within docker, but it's also important to support mysql and/or postgresql. I've been watching this project and I hope to see local auth and more granular control of permissions so that way pages can be exposed to the web for read only access. |
Beta Was this translation helpful? Give feedback.
-
I agree with @m1911star This would be a great solution for people who truly want to self-host everything, meaning, Affine itself, Auth & Collaboration between users/devices |
Beta Was this translation helpful? Give feedback.
-
On self hosting in general - the docker image has not been updated in six months. Is this intentional, or is there a pipeline that accidentially does not trigger on new releases? |
Beta Was this translation helpful? Give feedback.
-
Currently, Affine is using Google authorization to log in, which is almost equivalent to giving up the entire Chinese market. Hope to provide an alternative solution as soon as possible |
Beta Was this translation helpful? Give feedback.
-
I believe using our own SSO service would be best for the project, as in a usual self-hosted instance we would put the application behind a reverse proxy and manage access there. This would also lessen the burden of securing the application against common attack vectors as authentication would be managed externally, so AFFINE can focus on its core features. |
Beta Was this translation helpful? Give feedback.
-
Next we plan to develop a self-hosted version. Currently our account system uses firebase. We would like to hear your suggestions for the account system.
What do you think is the most appropriate account access?
Beta Was this translation helpful? Give feedback.
All reactions