Skip to content

Release 0.17.0

Compare
Choose a tag to compare
@azukaar azukaar released this 15 Dec 17:06
· 6 commits to master since this release

Version 0.17.0

  • Added RClone integration to manage and mount remote storage
  • Added network shares for SFTP, NFS, WebDAV, and S3, with support for remote storages and smart-shield integration
  • Added zip packages for docker-less distribution
  • Added TCP/UDP socket proxying
  • TCP/UDP proxying includes smart-shield protections, constellation support, geoblocking, and monitoring
  • Added terminal shortcut on the top right header
  • Added restart server and restart cosmos button on the top right header
  • Added log file in the config folder and a download button in the config page
  • Fixed bug where lighthouses would not consider the home server as lighthouse in Constellation
  • Improved terminal with better UI and keep alive in the Websocket for (to prevent timeouts during long operations)
  • Fixed bug with duplicated CORS headers
  • Disabled CORS for routes that have hardening disabled
  • Improve logs screen for containers (better colors, fix scrolling, auto-refresh, ...)
  • Fix bug with missing post-install instructs on service creation
  • Added missing geo block events in monitoring
  • Added ExtraHeader to route config to add custom headers to the request
  • Improved accessiblity of the menu for screen readers
  • Formatter now creates GPT partition tables (instead of MBR, which has a 2TB limit)
  • Update to Go 1.23.2
  • Fix 2-parity on Snapraid
  • Fix mount/unmount request false error
  • Added safeguard to prevent Docker from destroying stack containers hostnames
  • Added hostname to some events for visibility (Thanks @InterN0te)
  • Added missing content type in OAuth (Thanks @RaidMax)