Skip to content
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

[Question] How difficult would it be to convert this app into a server-client self-hosted app? #99

Open
a0a7 opened this issue Jun 29, 2024 · 1 comment

Comments

@a0a7
Copy link

a0a7 commented Jun 29, 2024

I know nothing about mobile development or flutter. I'm wondering how this app is built and how difficult it would be to separate out the backend and run it on a server machine, with the client connecting to this server over the internet. I.e. making this a self-hosted app the way projects like Jellyfin are.
Thanks for making this app! Looking really good.

@MDSADABWASIM
Copy link

At a high level, it should not take much time.

We're currently using local hive db for data storage, you just need to switch from local to firebase/supabase db for CRUD operations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants