-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DNS Problem.. :| #47
Comments
Hello, did you configure your email for Traefik ACME resolver in the .env file (variable is If you're still blocked, please do not hesitate to send me your configuration (with password redacted of course), I'll check if I spot something. |
Hello. Internal settings (they will not be passed to running services)CHECK_FOR_OUTDATED_CONFIG=true DOCKER_COMPOSE_BINARY="docker compose" # or "docker-compose" General Traefik (reverse proxy) settingsTRAEFIK_DOMAIN=qba.localhost General settingsTZ="Europe/Paris" HTTP AuthHTTP_USER=Qba Use this command to generate your password:docker run -it --rm --entrypoint htpasswd ubuntu/apache2 -nb your_user your_password | cut -d ":" -f 2HTTP_PASSWORD='$*******************************' # Keep these simple quotes! Host paths + containers permissions mappingHOST_CONFIG_PATH="/data/config" Will be located in $HOST_MEDIA_PATHDOWNLOAD_SUBFOLDER="deluge" Database (for Nextcloud)MYSQL_ROOT_PASSWORD=changeme NextcloudNEXTCLOUD_ADMIN_USER=admin # you can change it PortainerPlease ensure you encrypt your password first using this command:docker run -it --rm --entrypoint htpasswd ubuntu/apache2 -nbB admin your_password | cut -d ":" -f 2 | sed -e s/\$/>PORTAINER_ADMIN_PASSWORD=$$********************************************************************** Flood username declared in deluge RPC daemonFLOOD_PASSWORD=changeme # Flood Password for Deluge RPC daemon CALIBRE_PASSWORD=mycalibrepassword Wireguard custom endpointWIREGUARD_ENDPOINT=svdcvdcvx # Wireguard endpoint if I use the httpOnly settings - everything works fine however, after turning on VPN, there is no connection to Deluge i jdownloader - Bad Gateway
|
Hello
Let me start with the fact that this is one of the first projects I have contact with - but where do you need to start...
From the whole package I installed:
-deluge
-traefik
-portainer
-jdownloader
-nextcloud-db
-nextcloud
I did everything according to the settings, log in. and then I encounter an error in the form of no SSL certification for a given DNS address. I have read quite a lot of topics, but due to the fact that this is my beginning - I can't find a solution.
in some topics on http auth there are solutions based on toml, or other solutions, e.g. acme.json file
Thanks in advance with any hint
Regards
P.S.
I tried different options... the option without https works fine
The text was updated successfully, but these errors were encountered: