Skip to content

v5.0.0

Compare
Choose a tag to compare
@TheTrunk TheTrunk released this 12 Mar 13:04
· 985 commits to master since this release
f26b217
  • 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

New Contributors

Full Changelog: v4.33.0...v5.0.0

This version will be enforced on the 1st of April