mirror of
https://github.com/louislam/dockge.git
synced 2026-03-03 02:06:55 -05:00
Default stack path may incorrectly use /opt #56
Labels
No labels
bug
feature-request
help
help wanted
invalid-format
need-reproduce-steps
question
security
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dockge-louislam#56
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TheRealGramdalf on GitHub (Dec 5, 2023).
⚠️ Please verify that this bug has NOT been reported before.
🛡️ Security Policy
Description
By default,
dockgeuses/opt/stacksto store stack data, wich may go against the Linux FHSThe actual interpretation of what
/optshould be used for is somewhat flexible - for example, Unraid uses/opt/appdatato store application data, which could be considered against the FHS. Sincedockgeis in early development, I brought it up now so that it would be on the project radar and less painful if the switch needs to be made.Note: I consider this serious enough to be considered a bug, not a feature request - the software is behaving in an unexpected fashion.
👟 Reproduction steps
N/A
👀 Expected behavior
dockgeshould use the more appropriate /srv folder to store stack data😓 Actual Behavior
dockgeuses/optto store stack dataDockge Version
N/A
💻 Operating System and Arch
Linux/All
🌐 Browser
N/A
🐋 Docker Version
N/A
🟩 NodeJS Version
N/A
📝 Relevant log output
No response