You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Shahram,
The license allows non-commercial use, so if you just want to self-host for your own usage (not for-profit), go ahead! if you choose to deploy publicly, please change the name to something else to avoid confusion with my official ZenDecks.app deployment.
You will need to create your own Firebase setup for auth (or remove the auth logic if you're just using it yourself). You will also need to create your own Firestore database through Firebase, and then set up the env variables referenced in my code to point to your corresponding Firebase variables.
The Firebase free tier will cover both of these (although data is a bit limited, it should be enough for personal use).
To quickly look for which env variables you will need, you can search through the codebase locally for process.env.. Then just create your own .env file in the root of the project and define the env variables there.
Hope that answers your question, good luck getting set up! :)
Hi Sharma,
is it possible to run ZenDecks as a selfhosted app?
Best Regards, Shahram
The text was updated successfully, but these errors were encountered: