I would like to set up my stack from an automation flow. is it possible to create an admin user, project and an apikey from a script?
Why do you need that? You mean creating a new user in the console?
I want to set up an entire project, db, collections, populate data and connect it to the web app with a click of a button. At the moment the manual steps are the project creation (its a self hosted stack)
With server side SDk you could create a script once you have created a project: https://appwrite.io/docs/references/cloud/client-web/databases
yea, but i wonder if i can also automate the project creation
look into what API calls are made when you do it from the Console...then do the same API calls in whatever script you write
Recommended threads
- How to send Webhooks to internal network
When saving the URL for sending Webhooks, Appwrite checks if it's a valid external domain name so entering internal IP address or docker hostnames won't save th...
- Collections list not showing up when try...
I'm trying to create new relationship attribute but both one way and two way relationship is not showing up collections list to connect with my relationship att...
- Self hosted project based backup
Is there a native way to perform a project-level backup in a self-hosted instance, instead of backing up the entire Docker instance? If not, I would like to off...