-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[FEATURE_REQUEST] Move conf.yml to its own folder #1322
Comments
If you're enjoying Dashy, consider dropping us a ⭐ |
This exact problem has been frustrating with trying to use Dashy in a docker swarm setup. 😅 |
Related: #693 |
I opened PR #1393 to address this feature request. Feel free to test an report back any issues in the PR. |
This issue is also preventing me from using dashy. |
I would also like to see this implemented for in-place upgrades. |
@bajo Seems to have a solution that looks like it would be easily added.
The main reason for me that this would be helpful is in docker, you can create a volume that prevents the conf.yml from being updated when I pull for and update to the app. Hence, you would not need to do a backup/restore every time you update Dashy. |
Is your feature request related to a problem? If so, please describe.
Not related to a problem per-se, but related to the inability to map to a NFS volume (which must be a directory). The instructions map a specific file, which is not an option when using NFS volumes in docker compose. Moving it to a separate directory allows that directory to be mapped just for the conf file, rather than risking having to copy all the other files as well.
Describe the solution you'd like
Code updated to look for and leverage a conf.yml file in a separate directory (Ex. /app/public/conf)
Priority
Low (Nice-to-have)
Is this something you would be keen to implement
None
The text was updated successfully, but these errors were encountered: