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
- local (self-hosted) sites issues
setup: - `composer run installer:dev` issues - Getting error when visiting the site ```Synchronous function execution timed out. Use asynchronous execution in...
- I'm getting an error on the console "j?....
On my self hosted instance version 1.8.1 the console is giving me this error when trying to view the rows for a table I recently created. My application is read...
- local build `composer installer:dev` iss...
setup - dev container (default linux universal) WSL (test with gh codespace too) - php 8.5.7 - all extensions installed - `composer install` fine - `composer...