I have just started last night with the Digital Ocean install and have it mapped to my url with DNS but when going to my url it takes me to the login page of appwire. How do I route to a specific platform instead. My hope is to use the url to open to my webpage which is one of the platforms.
I am pretty sure my terminology is a bit off. 🙂 Thanks for the help
I also have it hooked up to my Digital Ocean Spaces
You can avoid this by adding another docker container, but best practice is the separation of concerns.
When using Appwrite, you'll need to have 2 end points (at least)
- Appwrite - the one you've created in DigitalOcean
- Frontend, which can be
- Frontend JS hosted on services like Netlify, Cloudflare pages etc.
- Flutter app.
- Android app.
- iOS app.
As Appwrite is your backend and its a BaaS (Backend-as-a-Service) that will take care of all your backend needs.
P.S. If you're referring to the option to show (host) static websites in your Appwrite like Firebase hosting, then you can:
- Track this feature request
- Try Funcover which let you return HTML content from your Appwrite functions.
So under integrations and you add a platform you have the option to add Web App, Apple, Android, Flutter. You define a hostname etc. This is meant to represent the backend of the application, not the front end, correct? I have seen tutorials (which I have not completed yet) about "Sveltekit app with AppWrite" which end up with them running the application on a webpage, so that hosted app must be hosted from appWrite somehow.
Yep, It mostly hosted on a separate server.
so assuming I want to stay under Digital Ocean can I actually run appWire and let's say a python server on the same droplet?
or do I need a separate droplet
What I do suggest is to go with the two servers solution, but if this is not the preferred solution, then If you want them to be on the same server, you can, but you'll need: To add another container (and traefik rule) inside your docker compose Or Change Appwrite default ports and deliver it behind Nginx https://medium.com/@stnguyen90/how-to-run-appwrite-behind-nginx-19348ed34243
I'll go with a separate droplet, that works.
really appreciate the help, going nuts looking for something that does not exist. 🙂
<a:agooglethumbsup:635256484682530825>
[SOLVED] How to serve app?
Recommended threads
- Error connecting to my GitHub repository
Nothing happens when I try to connect my GitHub repository, but when I try from “Create site,” I get a 500 error.
- Use Limits
I need urgent help, i use appwrite as a chat function for my website and my mobile android application, but recently, for the past 3 months, my database reaches...
- OIDC not working on Appwrite cloud
tl;dr: same project settings, same OIDC credentials. Auth works on self hosted but not in cloud. I have a project in my self hosted instance with a single web ...