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
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...