We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No response
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'
Keep yml as I type:
KEY: 'nnnnnnnnnnnn'
Key value lost its single quotation. My key has space between characters, dockge will break it util I fix it manual.
KEY: nnnnnnnnnnnn
1.4.2
debian11
chrome Version 131.0.6778.205
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🛡️ 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.
👀 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
The text was updated successfully, but these errors were encountered: