This is release is a really big thing!
It combines the frontend and backend container, thus removing the headaches that were caused by CORS and reverse proxy configuration.
It also makes the configuration of the entire system easier.
What's new
MediaManager now properly supports setting a custom base path, for more information see the documenation.
Breaking Changes
- Remove the
api_base_url
in themisc
section of the config file. - Change the backends container image source to the one in the template docker compose file
- append
web/
to thefrontend_url
field in themisc
section of the config file.
Please consider supporting my work ❤️
What's Changed
- Fix typo in quick start command by @EmilZackrisson in #64
- Merge Frontend and Backend Container by @maxdorninger in #65
New Contributors
- @EmilZackrisson made their first contribution in #64
Full Changelog: v1.6.0...v1.7.0