-
-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FR] Real Packaging instead of Docker (deb/rpm) #838
Comments
AI (appflowy_ai) part seems not be anywhere on github or did I miss something? |
appflowy_ai service is currently close source, although the image can be used for free without any license. It should be possible to create a package that install appflowy_cloud, admin_frontend, gotrue as a service, which can then be controlled via systemctl. However, there are some caveat:
The above could potentially be mitigated by having an installation script, that takes in user input and download the necessary migration file / generate reverse proxy configuration depending on user input. Though some effort will be required to determine the feasibility of this. |
I've managed to build/run almost everything but it's not working :( I have two things that doesn't work right now. Appflowy HistoryHistory service seems to want to run migrations again but they where run normaly (with some minor modifications) but still. I don't use the default supabase_auth_admin and postgres user/DB but custom ones since it should be authrorized since user/password/db are set in environment *_DATABASE_URL (but writing this, i find that there's some hardcoded thing about it in application.rs and web_app.rs files!)
view of the table _sqlx_migrations
AppFlowy ClientDon't think this is related to above but not really sur because the service is down. When I use the magic link received, the client app very briefly (too briefly to be read...) show a error message:
Don't really know why or how to fix it. If you have any hints. |
Ok I managed to fix the error for appflowy history by set APPFLOWY_HISTORY_DATABASE_NAME variable since it seems that APPFLOWY_HISTORY_DATABASE_URL is not fully used for extract that. So I have all service running but still get the af_user error. |
|
1~3 main use cases of the proposed feature
Easy process of installation/removal. Could be integrated to distribution to help spread your good work everywhere.
what types of users can benefit from using your proposed feature
Everybody, docker should not be the only solution to install/run a software. Packaging the cloud software like you have done the client software will benefit everyone.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: