Breaking change - v0.15 - Impacts only existing users #18
CodeWithCJ
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Important Update: Enhanced Security for SparkyBudget - Data Location Changes!
We've made a key change to improve the security of SparkyBudget by consolidating all sensitive files into a dedicated
/private
folder. This affects how you configure your Docker volume mapping.Here's what you need to know:
Private Files Now in
/private
: All private files, includingSparkyBudget.db
and.env
, are now located within the/private
directory inside the container.Updated Docker Volume Mapping: When setting up your Docker volume, you must map it to
/private
./home/your_path
should contain:.env
db
containingSparkyBudget.db
Action Required for Existing Users:
To ensure a smooth transition, please follow these steps:
db
subfolder: Inside your host directory (e.g.,/home/your_path
), create a new subfolder calleddb
.SparkyBudget.db
: Move your existingSparkyBudget.db
file into thedb
subfolder you just created..env
: Ensure your.env
file is in the same directory as thedb
subfolder (e.g.,/home/your_path
).Example Directory Structure:
After completing these steps, your host directory should look like this:
This change ensures that sensitive data is properly isolated and managed. Thank you for your understanding and cooperation!
If you have any questions or encounter any issues, please don't hesitate to ask for help in the comments below.
Beta Was this translation helpful? Give feedback.
All reactions