lancachenet / lancache-dns

DNS Docker service for a lancache.
https://hub.docker.com/r/lancachenet/lancache-dns/
MIT License
282 stars 74 forks source link

can i change uklans/cache-domain to something/domain? #68

Closed nyemenzo closed 5 years ago

VibroAxe commented 5 years ago

Hey @nyemenzo this isn't currently supported, will see what we can do

some-username-here1 commented 5 years ago

I think I got this down as explained and shown in PR #71, but it's still a work in progress

does that count?

VibroAxe commented 5 years ago

the latest version will allow you to specify CACHE_DOMAINS_REPO="path to your git server"

pauls06 commented 3 years ago

I'm having issues with this. Downloaded cache-domains is always uklans/cache-domains I've verified the env variable is correctly set to my repo in the lancache-dns docker instance. I'm not up to full speed on git, but it seems to have issues cloning in non-empty folder and cloning from within my docker instance does not support https, so i don't think overlay/hooks/entrypoint-pre.d/10_generate_config.sh will overwrite the initial git clone performed in the docker. The initial git clone in the Dockerfile (line 12) uses https://github.com/uklans/cache-domains/ Should this be $CACHE_DOMAINS_REPO ?