alseambusher / crontab-ui

Easy and safe way to manage your crontab file
https://lifepluslinux.blogspot.com/2015/06/crontab-ui-easy-and-safe-way-to-manage.html
MIT License
2.89k stars 476 forks source link

Proposal to move /crontab-ui/config/ to /crontab-ui/crontabs/config/ #184

Closed isgroup closed 2 years ago

isgroup commented 2 years ago

This is a , not a bug. Currently mailconfig.js is stored in /crontab-ui/config/mailconfig.js and could be lost in case of a docker redeployment. The proposal is to move such folder to /crontab-ui/crontabs/ (eg.: /crontab-ui/crontabs/config/) so that a single docker volume can be used containing all the persistent application data.

    volumes:
      - crontabui-storage:/crontab-ui/crontabs/
stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.