-
-
Notifications
You must be signed in to change notification settings - Fork 247
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
[BUG] Please set DNSPLUGIN variable to one of the following: #480
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
is there any update to this? |
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
I ended up moving away from SWAG because of this very issue. I can't afford to change hardware at the moment. |
I'm encountering the same issue, but with an The container came right backup when I rolled back. I'm using the |
So, after reading this comment in #469 (comment) I took a look at my The file had references to both the Removing the line referencing GoogleDNS allows the container to fully start up again without issue.
|
If you have changed the Stop the Docker container: docker-compose down Remove the config directory: rm -rf /path/to/config Restart the Docker container: docker-compose up -d By following these steps, you ensure that the changes to the |
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
I'd agree with this completely, with the caveat of BE CAREFUL WHEN DELETING YOUR WHOLE CONFIG DIRECTORY. This action will delete ALL your settings, not just those settings related to the I'd recommend removing just the file |
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
Is there an existing issue for this?
Current Behavior
When attempting to switch from HTTP to DNS validation, I get this error when setting DNSPLUGIN to cloudflare:
Please set DNSPLUGIN variable to one of the following:
The container then hangs forever.
Expected Behavior
It should not be stuck and not ask for DNSPLUGIN as DNSPLUGIN is set and my CPU supports SSE4.2.
Steps To Reproduce
docker compose up -d
Environment
CPU architecture
x86-64
Docker creation
services: swag: image: lscr.io/linuxserver/swag:latest container_name: swag cap_add: - NET_ADMIN environment: - PUID=1000 - PGID=1000 - TZ=Europe/paris - URL=mydomain.com - VALIDATION=dns - SUBDOMAINS=wildcard - EMAIL=myemail - ONLY_SUBDOMAINS=false - STAGING=false - DOCKER_MODS=linuxserver/mods:swag-dashboard|linuxserver/mods:swag-dbip - CERTPROVIDER=zerossl - DNSPLUGIN=cloudflare volumes: - /opt/docker-files/swag/config:/config ports: - 443:443 - 80:80 - 81:81 restart: unless-stopped network_mode: bridge
Container logs
The text was updated successfully, but these errors were encountered: