dashy icon indicating copy to clipboard operation
dashy copied to clipboard

[FEATURE_REQUEST] Move conf.yml to its own folder

Open BlindBadgerStudios opened this issue 1 year ago • 4 comments

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

BlindBadgerStudios avatar Sep 20 '23 16:09 BlindBadgerStudios

If you're enjoying Dashy, consider dropping us a ⭐
🤖 I'm a bot, and this message was automated

liss-bot avatar Sep 20 '23 16:09 liss-bot

This exact problem has been frustrating with trying to use Dashy in a docker swarm setup. :sweat_smile:

joshbuker avatar Nov 11 '23 02:11 joshbuker

Related: #693

joshbuker avatar Nov 11 '23 02:11 joshbuker

I opened PR #1393 to address this feature request. Feel free to test an report back any issues in the PR.

bajo avatar Nov 19 '23 13:11 bajo

This issue is also preventing me from using dashy.

jordiboehme avatar Dec 30 '23 11:12 jordiboehme

I would also like to see this implemented for in-place upgrades.

Glitch3dPenguin avatar Mar 19 '24 18:03 Glitch3dPenguin

@bajo Seems to have a solution that looks like it would be easily added.

I opened PR #1393 to address this feature request. Feel free to test an report back any issues in the PR.

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. This would be AWESOME! :)

Soccerbeats avatar Mar 19 '24 18:03 Soccerbeats

Hi This should now be fixed within the new V3 release of dashy, take a look here https://github.com/Lissy93/dashy/discussions/1537 and here https://github.com/Lissy93/dashy/discussions/1529

Keep in mind V3 has breaking changes, update the volumes and the port accordingly.

CrazyWolf13 avatar Apr 21 '24 16:04 CrazyWolf13