- Fiat payments
- It is now possible to pay and update applications with Fiat
- Paypal, Stripe support
- Application prices are now tied to Fiat (USD), every calculation of pricing is now locked in to USD, that ensures stable pricing. It is still and always will be possible to pay for applications in Flux.
- Applications updates where subscription is not extended and hardware/instances are not changed are now offered by the network.
- Adjusts Syncthing starting command to better preserve running upon FluxOS restart
- Corrections in linting
- Volumes browser
- HomeUI has now browser for your application volumes for easier management
- Improvements in backup restore functionality
- Improvements in proper backend handling
- distinguish IP access, domain node access and load balanced access
- Fixes docker logs
- Corrections on ip tables settings
Volume browser api endpoints:
GET /apps/getfolderinfo/:appname?/:component?/:folder?
GET /apps/createfolder/:appname?/:component?/:folder?
GET /apps/renameobject/:appname?/:component?/:oldpath?/:newname?
GET /apps/removeobject/:appname?/:component?/:object?
GET /apps/downloadfile/:appname?/:component?/:file?
GET /apps/downloadfolder/:appname?/:component?/:folder?
Flux App Pricing API endpoint changes
POST /apps/calculatefiatandfluxprice
- now returns price of application specifications in both fiat (USD) and Flux units
POST /apps/calculateprice - now deprecated, use /apps/calculatefiatandfluxprice
Breaking changes api endpoint
POST /ioutils/fileupload/:fullpath?/:filename?/:appname? now transitions to /ioutils/fileupload/:type?/:appname?/:component?/:folder?/:filename?
- This is to better support adjusted backup/restore functionality
What's Changed
- [BUGFIX] Stop syncthing restarting every time FluxOS does by @MorningLightMountain713 in #1238
- Volumebrowser by @XK4MiLX in #1240
- App Storage Monitoring by @JKTUNING in #1220
- [REFACTOR] - Optimization in Vue for better performance on the Dashboard > List page in Home UI by @vmvelev in #1243
- [FIX] - Update code as per EsLint rules and add styling changes by @vmvelev in #1246
- Fiat payments by @Cabecinha84 in #1247
- Update repositories.json by @spriale in #1245
- Temp by @TheTrunk in #1249
- v5.0.0 by @TheTrunk in #1248
New Contributors
Full Changelog: v4.33.0...v5.0.0
This version will be enforced on the 1st of April