Skip to content
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

Open
1 task done
ewenlau opened this issue May 12, 2024 · 2 comments
Open
1 task done

[BUG] Please set DNSPLUGIN variable to one of the following: #480

ewenlau opened this issue May 12, 2024 · 2 comments

Comments

@ewenlau
Copy link

ewenlau commented May 12, 2024

Is there an existing issue for this?

  • I have searched the existing issues

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

  1. Have a E5-2680 (which supports SSE4.2)
  2. Set DNSPLUGIN to cloudflare
  3. docker compose up -d

Environment

- Host OS: Proxmox VE 8.2.2
- Guest OS: Debian 12.5
- CPU mode: Host
- CPU: Intel Xeon E5-2680 v1
- Docker: installed via instructions from docs.docker.com, aka custom APT repository.

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

[mod-init] Running Docker Modification Logic
[mod-init] Adding linuxserver/mods:swag-dashboard to container
[mod-init] Downloading linuxserver/mods:swag-dashboard from lscr.io
[mod-init] Installing linuxserver/mods:swag-dashboard
[mod-init] linuxserver/mods:swag-dashboard applied to container
[mod-init] Adding linuxserver/mods:swag-dbip to container
[mod-init] Downloading linuxserver/mods:swag-dbip from lscr.io
[mod-init] Installing linuxserver/mods:swag-dbip
[mod-init] linuxserver/mods:swag-dbip applied to container
[migrations] started
[migrations] 01-nginx-site-confs-default: skipped
[migrations] done
───────────────────────────────────────

      ██╗     ███████╗██╗ ██████╗
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝

   Brought to you by linuxserver.io
───────────────────────────────────────

To support the app dev(s) visit:
Certbot: https://supporters.eff.org/donate/support-work-on-certbot

To support LSIO projects visit:
https://www.linuxserver.io/donate/

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID:    1000
User GID:    1000
───────────────────────────────────────

using keys found in /config/keys
Variables set:
PUID=1000
PGID=1000
TZ=Europe/paris
URL=mydomain.com
SUBDOMAINS=wildcard
EXTRA_DOMAINS=
ONLY_SUBDOMAINS=false
VALIDATION=dns
CERTPROVIDER=zerossl
DNSPLUGIN=cloudflare
EMAIL=myemail
STAGING=false

Please set the DNSPLUGIN variable to one of the following:
Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@mjessa12
Copy link

is there any update to this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Issues
Development

No branches or pull requests

2 participants