For those unfamiliar, DockGE is “A fancy, easy-to-use and reactive self-hosted docker compose.yaml stack-oriented manager.”
Similar to portainer
Warning
Breaking change: Due to the security reason, the “Console” feature is now disabled by default. If you need this feature and understand the risk, you can enable it via the environment variable DOCKGE_ENABLE_CONSOLE=true.
See link for full notes
preserve YAML comments when reordering items
This fix is massive, lost a lot of useful info when I moved my yml files
I haven’t experienced this, oddly enough. Many of my compose files have comments, and they’re still visible 🤔
They get deleted when you edit the configuration using the webui
Breaking change: Due to the security reason, the “Console” feature is now disabled by default. If you need this feature and understand the risk, you can enable it via the environment variable DOCKGE_ENABLE_CONSOLE=true.
Good that they made a decision, the old security features restricting which commands you could run were awful and could be bypassed by accident. You could run
ALLOWED_COMMAMD; RESTRICTED_COMMANDand it would just do it.



