Docker uses eth0 by default, and I can't seem to change that without doing some fancy networking magic, so I was trying to swap the defaults but I think that broke it
This seems more an OS stuff
But docker too
right
I wish docker would just let me specify
What's the OS you're using?
"use this network interface"
Ubuntu 22.04
using Network Manager via netplan
So such computer needs to be connected to both networks, true?
true
I was trying to merge the two adapters into one default network, or something but my networking skills are not so great
Okay, so from what I see, when you install Appwrite, it's told to you to specify an IP address. If you use the computer IP, it should no be possible to access externally to such IP address
So if you just want to be able to access your appwrite network from a local network if I'm not wrong, but didn't checked and I'm definitely not an expert on network things π
No so appwrite was a DNS
it's fine I think he swapped the 2 adapters so eth0 is external now
And that solved it?
not yet
so basically he has his own servers with static IPs
I found this: https://stackoverflow.com/questions/32052975/how-could-i-bind-docker-container-to-specific-external-interface
Maybe it's helpful
What do you mean?
so basically we had to switch them
he has physical servers with static IPs
so he physically switched the Ethernet port lmao
okay last thing, how do I use custom SSL certs?
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...