-
-
Notifications
You must be signed in to change notification settings - Fork 291
Open
Labels
Feature request ➕New feature or requestNew feature or request
Description
Is there an existing issue for this?
- I have searched the existing open and closed issues
Is your feature request related to a problem? Please describe
In order to make the system more simple and maintainable, I'd like to see just one persistent storage location for db and config. I'd also like to figure out if we can consolidate ramdisk folders too.
Describe the solution you'd like
The standard way for docker containers is to have a /data. I believe this could be handled by symbolic link from both /app/data and /app/config to /data.
I'd also like to see /app/logs and /app/api migrated to a single folder somewhere as they are both ramdisk-folders for speed.
Describe alternatives you've considered
Leave it and have 6-8 mounts.
Anything else?
I'd be happy to implement, although this will require planning and communication for "upcoming changes" during the next release
Am I willing to test this? 🧪
- I will do my best to test this feature on the
netlertx-devimage when requested within 48h and report bugs to help deliver a great user experience for everyone and not to break existing installations.
Can I help implement this? 👩💻👨💻
- Yes
- No
Metadata
Metadata
Assignees
Labels
Feature request ➕New feature or requestNew feature or request