Hello,
This release contains some important changes (you could say breaking, but they won't actually break the app - the DB will just essentially be reset).
A quick update with some needed and some requested changes. Most notably:
- As requested, migrated from MySQL to SQLite (thanks to @fgsfds for the first contribution!)
- Fixed some startup issues
- Added
BASE_URLenv variable to control how a direct URL to update an app is provided in the notification - Various small fixes
I highly recommend everyone to update your docker-compose file to follow the new changes, example can be found in the README file. To migrate your existing one, follow these steps:
- Remove all DB environment variables
- Set the BASE_URL to the URL you use to access PatchPanda
- Remove the entire patchpanda-db block
- Remove depends_on block from the app itself
- Mount a folder to the container to persist the database, like this:
- ./data:/app/data:rw - Make sure the port being mapped to is 8080 instead of 80
- Feel free to remove the data folder used by the MySQL container that was removed
What's Changed
- Bump tar from 7.5.1 to 7.5.2 in /PatchPanda.Web in the npm_and_yarn group across 1 directory by @dependabot[bot] in #1
- fix: Framework files missing in some instances by @dkorecko in #7
- Replace MySQL with SQLite by @fgsfds in #5
New Contributors
- @dependabot[bot] made their first contribution in #1
- @dkorecko made their first contribution in #7
- @fgsfds made their first contribution in #5
Full Changelog: v0.1.0...v0.2.0