We currently in only one location (smwhere in europe), but will become multi-region later
but self-hosted yeah, if I knew I'd be breaking privacy policy
π
wait what does this mean? didnβt quite understand you
We don't collect location
of where you host your self-hosted instances
self hosted
So the ip address will be the host location?
by the way what causes limiting thes otp providers to only 5 of them when its self hosted??
in my country our otp providers 94% cheaper than the ones you support
i think itβs just the adapters they have implemented. I know v1.5 of appwrite is going to bring support for more messaging providers
Where did you host your server?
which OTPs and where are you based?
Digital ocean, servers located in Frankfurt
I'm based in Tanzania
For us we've got nextsms, bulksms. Etc they are based in our country. They also provide apis
Ahhh I see.
Hacktoberfest is coming up π Maybe you can contribute a provider with one of these providers?
We tried to pick a few that were most popular, but good thing with OSS software is that you can always pitch in π
Okay. I'll try my best
Will they accept local based providers or its just international providers
We have some big changes coming with messaging so it might be best to hold off though...unless you're okay with big rewrite after
π Oh actuallI know what you're talking about
I don't see why we wouldn't accept local providers, but try to pick a popular one π
i have worked out with msg91 so ill have to create a local sender ID that will be cheaper
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...