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

dockge lost single quotation when freshed #709

Open
2 tasks done
kbore opened this issue Jan 12, 2025 · 0 comments
Open
2 tasks done

dockge lost single quotation when freshed #709

kbore opened this issue Jan 12, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@kbore
Copy link

kbore commented Jan 12, 2025

⚠️ Please verify that this bug has NOT been reported before.

  • I checked and didn't find similar issue

🛡️ Security Policy

Description

No response

👟 Reproduction steps

reproduce it with deploy following yml in dockge. When press F5 refresh dockge web page, single quotation in environtment KEY is lost in web page.

services:
  beszel:
    image: henrygd/beszel:latest
    container_name: beszel
    restart: unless-stopped
    extra_hosts:
      - host.docker.internal:host-gateway
    ports:
      - 8090:8090
    volumes:
      - ./beszel_data:/beszel_data

  beszel-agent:
    image: henrygd/beszel-agent:latest
    container_name: beszel-agent
    restart: unless-stopped
    network_mode: host
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock:ro
    environment:
      PORT: 45876
      KEY: 'nnnnnnnnnnnn'

👀 Expected behavior

Keep yml as I type:

KEY: 'nnnnnnnnnnnn'

😓 Actual Behavior

Key value lost its single quotation. My key has space between characters, dockge will break it util I fix it manual.

KEY: nnnnnnnnnnnn

Dockge Version

1.4.2

💻 Operating System and Arch

debian11

🌐 Browser

chrome Version 131.0.6778.205

🐋 Docker Version

No response

🟩 NodeJS Version

No response

📝 Relevant log output

No response

@kbore kbore added the bug Something isn't working label Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant