Have you read a contributing guide?
Current Behavior
So in README.md, the tutorial gives me an example:
echo 'EXTERNAL_LISTEN_HOSTS="<yourExternalIp1> <yourExternalIp2>"' >> .env.override
I just followed it.
But I found the self-hosted sync is deadly slow.
So I check by cat .env, and found there is another parameter : EXTERNAL_LISTEN_HOST, and its default value is '127.0.0.1'.
So after I rebind it to my public IP, everything is solved. It syncs succeedly in several seconds.
Maybe it's the key of problem, or am I suck?
Expected Behavior
Maybe change the example into :
echo 'EXTERNAL_LISTEN_HOSTS="<yourExternalIp1> <yourExternalIp2>"' >> .env.override
echo 'EXTERNAL_LISTEN_HOST="<yourExternalIp>"' >> .env.override
Steps To Reproduce
- Follow this repo's readme.
- Rent a VPS on Singapore to self-host this docker container
- Move into China mainland or any other places with restrict national firewall.
- Then you may find it's very, very, very slow to sync, even with proper VPN Setup.
Environment
- OS: Win11 2024H2
- Version:2024H2
Anything else?
Thank you for review.
Have you read a contributing guide?
Current Behavior
So in README.md, the tutorial gives me an example:
I just followed it.
But I found the self-hosted sync is deadly slow.
So I check by
cat .env, and found there is another parameter :EXTERNAL_LISTEN_HOST, and its default value is '127.0.0.1'.So after I rebind it to my public IP, everything is solved. It syncs succeedly in several seconds.
Maybe it's the key of problem, or am I suck?
Expected Behavior
Maybe change the example into :
Steps To Reproduce
Environment
Anything else?
Thank you for review.