EnigmaCurry / d.rymcg.tech

A collection of self-hosted docker-compose projects with Traefik reverse proxy, integrated auth, and administrative Makefiles for easy maintainance
MIT License
46 stars 9 forks source link

In a `tmp-context`, running `make config` in the root dir gives an error: #249

Closed mcmikemn closed 1 week ago

mcmikemn commented 1 week ago

In a tmp-context, running make config in the root dir gives an error:

$ make config
./_scripts/install_script-wizard
Looking for jq ... found /usr/bin/jq
Found supported OS: Linux
Found supported architecture: x86_64
script-wizard is already installed: /root/git/vendor/enigmacurry/d.rymcg.tech/_scripts/script-wizard
script-wizard version (installed): 0.1.34
Required locked version: 0.1.34
You already have the required version of script-wizard installed.
_scripts/check_deps docker sed awk xargs openssl htpasswd jq curl
Looking for docker ... found /usr/bin/docker
Looking for sed ... found /usr/bin/sed
Looking for awk ... found /usr/bin/awk
Looking for xargs ... found /usr/bin/xargs
Looking for openssl ... found /usr/bin/openssl
Looking for htpasswd ... found /usr/bin/htpasswd
Looking for jq ... found /usr/bin/jq
Looking for curl ... found /usr/bin/curl
ERROR: error during connect: Get "http://docker.example.com/v1.46/info": command [ssh -o ConnectTimeout=30 -- sentry02 docker system dial-stdio] has exited with exit status 255, make sure the URL is valid, and Docker 18.09 or later is installed on the remote host: stderr=Host key verification failed.
mcmikemn commented 1 week ago

nevermind. my mistake.