Hmm can you bypass that?
hsts enabled on domain
how would i force traefik to re-issue a cert for the appwrite domain ?
Looks fine to me
hmm strange
let me check on other device
yeah it works, awesome, thank you!
Might be your cache
in the env file i've noticed that there are some subdomains e.g. for functions
should i ussue a record for it ?
because i got the same domain * for another server
or if the subdomain is already pointed, then the sub, subdomain should already work i guess
When we say domain, we mean any domain, including sub-domains
the main domain has a * for another server, so i've added a subdomain that points the the appwrite server, which holds te appwrite.bash.lv
now i see functions.appwrite.bash.lv is a thing in the .env file, i guess if the appwrite.bash.lv already points to this server, i should be good
as its a subsubdomain, right?
i have no experience with subsubdomains that's why the question accurs, but logically it should be this way
They're all pretty much the same
_APP_EXECUTOR_HOST=http://appwrite-executor/v1 _APP_EXECUTOR_RUNTIME_NETWORK=appwrite_runtimes _APP_FUNCTIONS_ENVS=node-16.0,php-7.4,python-3.9,ruby-3.0 _APP_FUNCTIONS_RUNTIMES=node-16.0,php-8.0,python-3.9,ruby-3.0
here if i want to add bun, i just add a string, that's it ?
From a DNS/hostname perspective, a domain and sub domain work the same
Yes, please make sure to read the self hosting docs: https://appwrite.io/docs/advanced/self-hosting
i will do
Recommended threads
- Can't really use the S3 storage device
hi, I've linked my local MinIO Instance (it's just for testing, not for prod.) to my appwrite instance, when i'm uploading a file it's getting uploaded to the S...
- Next.js SSR Site Times Out on First Visi...
Hey everyone, I'm running a Next.js SSR site on a self-hosted Appwrite server (v1.9.0), and I've noticed a strange behavior that I'm hoping someone can help me...
- Appwrite migration stuck on pending
Migration an existing self hosted 1.9.0 to a new VPS tuning self hosted 1.9.0.. import data recognises the api url, project id and api and then when I create, i...