Hey #flohmis! I just installed the new #yunohost package #flohmarkt 0.12.1~ynh3.
The flohmarkt code stays the same. @grindhold researched the issue that after upgrades to flohmarkt the clients needed to force reload the frontend.
To circumvent the problem nginx now adds a header to control caching. **Thanks for the PR to the yunohost integration repo by @grindhold!
The testing environment of #yunhost found an issue with using add_header in nested nginx-configurations and delivered a reference: https://www.peterbe.com/plog/be-very-careful-with-your-add_header-in-nginx
Thanks to the great work of all the yunohost contributers for that great testing environment!
The newer package can be updated or installed from the yunohost app store.
Cache busting
After an update of muc.deals, I realized that involved assets (basically all changed .css, .js and .svg files) are still cached in the browser resulting in a broken site. Current workaround for the user is to hard reload the page (STRG+F5). This way they're logged out of the site as well which...

