icbestCA / giftmanager

Gift ideas manager for families. See the demo here: https://giftmanagerdemo.pages.dev/
MIT License
73 stars 4 forks source link

[Feature Request] Backup Restoration On Fresh Container #15

Closed royaltongue closed 2 months ago

royaltongue commented 2 months ago

When updating the Docker container, the users.json and ideas.json get reset to their defaults. With the new backup system in place, it would make sense to check for any backup files upon container creation. If any exist, restore the latest backup taken. If none are found, create the default file.

EDIT: Also thanks for all the work :) And sorry for all the issues I've been opening ;P

icbestCA commented 2 months ago

No problems, I've implemented the feature, make sure to read the docs, the run command changed. Now it will scan the host machine directory for the latest files, it none exist it will be downloaded from r2.icbest.ca (cloudflare storage) to get the originals. Thanks for contributing to the project!!