- FluxOS now accepts a new property on configuration file blockedRepositories.
- Node operator can define up to 10 images (organisations) that they do not want to run on their fluxNode. Repositories from Flux Marketplace can not be blocked. More information bellow
- An array of Strings ex: ... blockedRepositories: ['test/banthis', 'block/dontrunonme'] ...
- Changing configuration file automatically restarts FluxOS.
- It can take up to an hour for an application running on a node to be removed by blockedRepositories configuration changes.
- Upnp port testing adjustments
- Improvements on application update internal process
- Following API calls added:
- GET /flux/routerip
- GET /flux/blockedports
- GET /flux/apiport
- GET flux/blockedrepositories
- GET /flux/marketplaceurl
- GET /flux/adjustrouterip/:routerip? (admin privileges)
- POST /flux/adjustblockedports (admin privileges)
- GET /flux/adjustapiport/:apiport? (admin privileges)
- POST /flux/adjustblockedrepositories (admin privileges)
- Error of 'Applications port range is not reachable from outside' is now considered only after more then 100 failed attempts
- Masternode category on marketplace
- Several Updates on HomeUI