Releases: RunOnFlux/flux
v5.0.0
- 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
v4.33.0
- HomeUI optimizations
What's Changed
- Update repositories.json by @RakkuST in #1236
- Update repositories.json by @erfan-272758 in #1242
- V4.33.0 by @Cabecinha84 in #1244
New Contributors
- @RakkuST made their first contribution in #1236
- @erfan-272758 made their first contribution in #1242
Full Changelog: v4.32.1...v4.33.0
v4.32.1
- Fixes HomeUI application management
What's Changed
- V4.32.1 by @Cabecinha84 in #1237
Full Changelog: v4.32.0...v4.32.1
v4.32.0
- Big HomeUI, simplified menus and big change on application management, is no longer needed to go to Fluxnodes where your app was running to have local management available
- Fix iptables generation to prevent dockers to access private network of the FluxNode
- Fix option to update applications specification without extending subscription
- Added job to clean automatically backup files after 24h they were created
- Other optimizations
This version will be enforced on March 13th, make sure you update your FluxNode before that day.
What's Changed
- [BUGFIX] fix iptables rules to make them idempotent by @MorningLightMountain713 in #1214
- Update repositories.json - add meowcoin testnet by @flikites in #1231
- adjust width on management by @TheTrunk in #1235
- V4.32.0 by @Cabecinha84 in #1234
Full Changelog: v4.31.0...v4.32.0
This version will be enforced on March 13th, make sure you update your FluxNode before that day.
v4.31.0
- Backup/Restore Container Data
- It is now possible to backup your application container data and restore it. The new feature is now available under local apps management
- Improvements on Syncthing
- FluxOS UI color scheme update
- Other small improvements
- Various minor bug fixes
What's Changed
- Add valheim server image by @JKTUNING in #1221
- Appbackuprestore by @XK4MiLX in #1222
- v4.31.0 by @Cabecinha84 in #1224
Full Changelog: v4.30.0...v4.31.0
v4.30.0
- Adds option to pay for apps with SSP wallet
- Fixes monitoring of applications disk usage
- Adds hostname property to docker containers
- Default hostname is the name of the application component
Full Changelog: v4.29.0...v4.30.0
v4.29.0
v4.28.0
- Changes Primary/Standby instances to start up with a delay once a new primary instance is needed
- Marketplace can now support contacts and geolocation for defined applications
- Added information about Primary location on running instances menu in manage application section
- Changes information about running instances to show their geolocation
- Other small improvements