Need help to create a wrapper which let users to self host appwrite quick and easy.
- 0
- Databases
- Auth
- Storage
- Self Hosted
- Functions
I’m looking for help setting up Appwrite properly on a VPS so I can build a self-hosting wrapper around it. The goal is to provide a Linux executable that allows non-technical users to self-host Appwrite with a single click.
This approach would make onboarding much easier for new users, eliminating the need to search through multiple guides and resources (as I had to). As a reference, I’m aiming for something similar to this project: https://github.com/singh-inder/supabase-automated-self-host
That project provides a one-click executable to set up a basic Supabase instance, including a custom dashboard domain and authentication credentials. I’d like to build a more advanced and polished version for Appwrite.
Similar to tools like Gemini CLI or Clawbot (Moltbolt), the wrapper should allow users to easily configure and update environment variables through a CLI interface.
If others are facing the same challenges I did, I believe it’s important to solve them properly so future users don’t run into the same issues. Your help in making this happen would mean a lot. If direct assistance isn’t possible, I’d appreciate it if you could share this project with the Appwrite core team or help me get the right level of support to successfully bring this idea to life.
Recommended threads
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...