• release-1.1.1 c4b8e8faaf

    1.1.1
    Some checks are pending
    Release / Generate SBOM (push) Waiting to run
    Release / Dist (push) Waiting to run
    Release / Dist-1 (push) Waiting to run
    Release / Dist-2 (push) Waiting to run
    Release / Dist-3 (push) Waiting to run
    Release / Publish Draft Release (push) Blocked by required conditions
    Release / Create multi-arch Docker image (push) Blocked by required conditions
    Stable

    Luxxy released this 2026-07-26 00:18:42 +00:00 | 10 commits to main since this release

    Added:

    • Added docker.network.interfaces.v4.enabled and docker.network.interfaces.v6.enabled config option
    • Added support for reading from multiple config file locations automatically
    • Added support for relative placeholders inside most config filesystem paths
    • Added support for resumable uploads using TUS-compatible endpoints
    • Added support for experimental kTLS integration for lower CPU usage for TLS encryption (api.ssl.ktls_enabled)
    • Added virtual field to DirectoryEntry to differentiate real directories from virtual ones
    • Added file collaboration conflict handling & detect file changes from external processes while editing
    • Added file copy conflict handling capabilities
    • Added file decompression support to virtual writeable filesystems

    Fixed:

    • Fixed some crons not being able to parse due to using a different parser than most would expect
    • Fixed issue where file collaboration sessions would sometimes survive exits and show invalid file contents
    • Fixed some general issues with the ddup-bak backup driver

    Full Changelog: https://github.com/calagopus/wings/compare/release-1.1.0...release-1.1.1

    Downloads
  • release-1.1.0 50e0372a98

    1.1.0
    Some checks are pending
    Release / Generate SBOM (push) Waiting to run
    Release / Dist (push) Waiting to run
    Release / Dist-1 (push) Waiting to run
    Release / Dist-2 (push) Waiting to run
    Release / Dist-3 (push) Waiting to run
    Release / Publish Draft Release (push) Blocked by required conditions
    Release / Create multi-arch Docker image (push) Blocked by required conditions
    Stable

    Luxxy released this 2026-07-18 01:06:32 +00:00 | 28 commits to main since this release

    Added:

    • Added Live File Collaboration support
    • Added docker.network.dns_options config option
    • Added CLI Command for Shell Autocompletions
    • Added support for paralellism on the proxmox backup server driver
    • Added automatic panel proxy detection for ip passthrough
    • Added async backup deletion support
    • Added ability to export backups to the file system
    • Added ability to query info on used docker ports for a given IP
    • Added file progress (in addition to byte process) to tons of operations
    • Added global resource usage websocket
    • Added direct file renaming support in remote copy
    • Added ability to transfer file diff db along with server transfers
    • Added automatic docker container path remapping
    • Added wings query tunnel to allow websocket-proxied tcp/udp tunnels into servers

    Fixed:

    • Improved rootless handling with root remapping
    • Cleaned up some response key namings
    • Fixed unclear error handling for panel errors
    • Fixed issues with extracting certain zip files with broken permissions inside
    • Optimized file search to be over 10x faster with 1million+ files
    • Optimized Kopia and PBS Backup Browsing speed
    • Loads of minor optimizations regarding polling and recursion

    Full Changelog: https://github.com/calagopus/wings/compare/release-1.0.11...release-1.1.0

    Downloads
  • release-1.0.11 f91e64af68

    1.0.11
    Some checks are pending
    Release / Generate SBOM (push) Waiting to run
    Release / Dist (push) Waiting to run
    Release / Dist-1 (push) Waiting to run
    Release / Dist-2 (push) Waiting to run
    Release / Dist-3 (push) Waiting to run
    Release / Publish Draft Release (push) Blocked by required conditions
    Release / Create multi-arch Docker image (push) Blocked by required conditions
    Stable

    Luxxy released this 2026-06-21 13:08:05 +00:00 | 84 commits to main since this release

    Added:

    • Added Proxmox Backup Server driver ( with help from @Luxxy-GF )
    • Added Kopia backup driver
    • Added support for transfering btrfs snapshots in server transfers
    • Added support for extracting pxar archives in file manager
    • Added a docker pull image cache to prevent ratelimits
    • Added more detailed debug logs on archive creation issues

    Fixed:

    • Fixed websocket consistency issue when transfers finished
    • Fixed slow wings startups with large servers
    • Fixed debug logs containing more info than wikipedia
    • Fixed some disk limiter issues with native providers
    • Fixed issue in content-disposition parsing
    • Fixed issue in xml wildcard parser
    • Fixed CPU live updates when setting to unlimited
    • Fixed filesystem performance bottleneck in backup browse/large directories

    Full Changelog: https://github.com/calagopus/wings/compare/release-1.0.10...release-1.0.11

    Downloads
  • release-1.0.10 771e5df73e

    1.0.10
    Some checks are pending
    Release / Generate SBOM (push) Waiting to run
    Release / Dist (push) Waiting to run
    Release / Dist-1 (push) Waiting to run
    Release / Dist-2 (push) Waiting to run
    Release / Dist-3 (push) Waiting to run
    Release / Publish Draft Release (push) Blocked by required conditions
    Release / Create multi-arch Docker image (push) Blocked by required conditions
    Stable

    Luxxy released this 2026-06-13 19:51:46 +00:00 | 119 commits to main since this release

    Added:

    • Added endpoint for retrieving live logs via ws
    • Added endpoint for getting server transfer information via ws
    • Added packet statistics to server resource statistics

    Fixed:

    • Fixed bug where remote copies/some other actions wouldnt properly update the directory size cache
    • Fixed issue in config increment_ip_or_cidr not incrementing single-ips properly
    • Fixed tons of performance-related stuff regarding locks
    • Fixed some filesystem actions not properly chowning until next server restart

    Full Changelog: https://github.com/calagopus/wings/compare/release-1.0.9...release-1.0.10

    Downloads
  • release-1.0.9 686567702f

    1.0.9
    Some checks are pending
    Release / Generate SBOM (push) Waiting to run
    Release / Dist (push) Waiting to run
    Release / Dist-1 (push) Waiting to run
    Release / Dist-2 (push) Waiting to run
    Release / Dist-3 (push) Waiting to run
    Release / Publish Draft Release (push) Blocked by required conditions
    Release / Create multi-arch Docker image (push) Blocked by required conditions
    Stable

    Luxxy released this 2026-06-07 15:00:29 +00:00 | 130 commits to main since this release

    Added:

    • Added system.sftp.limits.max_connections_per_user, system.sftp.limits.max_channels_per_connection, system.sftp.limits.max_handles_per_channel and system.sftp.limits.max_handles_total options to be more strict on ssh/sftp limiting
    • Added new migrate-disk-limiter command for migrating to the btrfs/zfs disk limiters
    • Added support for the posix-rename@openssh.com sftp extension

    Fixed:

    • Fixed bug where server was marked as restart needed when already restarted
    • Fixed MIME-Detection for ddup-bak archive browsing
    • Fixed bug in async filesystem quota writer that could produce duplicate data in high contention scenarios
    • Fixed issue with backup deletion on pterodactyl
    • Fixed edgecase where some installations were never marked as finished internally
    • Fixed some possible quota overcounting in sftp code
    • Properly chown files when using sync quota file writer
    • Tons of refactoring to reduce the risk of panics via stricter clippy lints

    Full Changelog: https://github.com/calagopus/wings/compare/release-1.0.8...release-1.0.9

    Downloads
  • release-1.0.8 3644f1cef6

    1.0.8
    Some checks are pending
    Release / Dist (push) Waiting to run
    Release / Dist-1 (push) Waiting to run
    Release / Dist-2 (push) Waiting to run
    Release / Dist-3 (push) Waiting to run
    Release / Publish Draft Release (push) Blocked by required conditions
    Release / Create multi-arch Docker image (push) Blocked by required conditions
    Stable

    Luxxy released this 2026-05-30 10:00:02 +00:00 | 148 commits to main since this release

    Added:

    • Added docker.container_apply_seccomp option to bypass podman seccomp bug
    • Added initial support for restic management endpoints, to remotely manage restic repositories
    • Added support for preserving comments in TOML & INI parser

    Fixed:

    • Fixed issues with podman cpu usage calculation
    • Fixed some further bugs/inconveniences in rootless mode
    • Fixed more podman incompatibilities
    • Fixed simplex deadlock issue in script runner stdout stream
    • Fixed some double-escaping issues in the INI parser
    • Fixed slow startup due to server manager attaching to all servers before launching the webserver

    Full Changelog: https://github.com/calagopus/wings/compare/release-1.0.7...release-1.0.8

    Downloads
  • release-1.0.7 ec0954fb14

    1.0.7
    Some checks are pending
    Release / Dist (push) Waiting to run
    Release / Dist-1 (push) Waiting to run
    Release / Dist-2 (push) Waiting to run
    Release / Dist-3 (push) Waiting to run
    Release / Publish Draft Release (push) Blocked by required conditions
    Release / Create multi-arch Docker image (push) Blocked by required conditions
    Stable

    Luxxy released this 2026-05-24 10:35:46 +00:00 | 163 commits to main since this release

    Added:

    • Added support for recursively chmodding directories via API
    • Added support for more efficient S3 Backup System when working with the Calagopus Panel
    • Added special handling for file downloads/similar to prevent invalid http responses in certain race conditions

    Fixed:

    • Fixed console ratelimit message sending more than once per infraction
    • Fixed logic issue in largest directories check causing invalid listings for subdirectories
    • Fixed Docker CPU Calculation relying on unsupported podman fields
    • Fixed hashing deadlock in copy_remote code when transferring across the network
    • Fixed reading compressed files sometimes ending the data stream early

    Full Changelog: https://github.com/calagopus/wings/compare/release-1.0.6...release-1.0.7

    Downloads
  • release-1.0.6 16066bb54c

    1.0.6
    Some checks are pending
    Release / Dist (push) Waiting to run
    Release / Dist-1 (push) Waiting to run
    Release / Dist-2 (push) Waiting to run
    Release / Dist-3 (push) Waiting to run
    Release / Publish Draft Release (push) Blocked by required conditions
    Release / Create multi-arch Docker image (push) Blocked by required conditions
    Stable

    Luxxy released this 2026-05-17 19:16:26 +00:00 | 178 commits to main since this release

    Added:

    • Added support for tracking file history (diffs)
    • Added support for finding largest directories
    • Added proper support for updating wings configuration file remotely
    • Added automatic SSL Cert file reloading
    • Added Itaf Archive support for server transfers, should allow faster transfer rates, still experimental

    Fixed:

    • Fixed some more parsing issues in content disposition extraction
    • Fixed inconsistent transfer abort handling that could cause state to get stuck
    • Migrated config system to arc_swap instead of an unsafe mess
    • Fixed some more server state edgecases
    • Fixed array parsing logic in configuration parser

    Full Changelog: https://github.com/calagopus/wings/compare/release-1.0.5...release-1.0.6

    Downloads
  • release-1.0.5 a09aff0603

    1.0.5
    Some checks are pending
    Release / Dist (push) Waiting to run
    Release / Dist-1 (push) Waiting to run
    Release / Dist-2 (push) Waiting to run
    Release / Dist-3 (push) Waiting to run
    Release / Publish Draft Release (push) Blocked by required conditions
    Release / Create multi-arch Docker image (push) Blocked by required conditions
    Stable

    Luxxy released this 2026-05-10 16:31:35 +00:00 | 192 commits to main since this release

    Added:

    • Added ability to see container resources while server is installing to debug issues better

    Fixed:

    • Server Disk usage not actually being rescanned when requested forcibly
    • Server Disk usage unable to fix itself when server has been stopped for 1-2 disk scan iterations
    • Rewrote internal Docker container management to prepare for multiple executor support (e.g. no docker at all)
    • Made script runner system return logs live for possible progress support for certain operations

    Full Changelog: https://github.com/calagopus/wings/compare/release-1.0.4...release-1.0.5

    Downloads
  • release-1.0.4 f518f2e994

    1.0.4
    Some checks are pending
    Release / Dist (push) Waiting to run
    Release / Dist-1 (push) Waiting to run
    Release / Dist-2 (push) Waiting to run
    Release / Dist-3 (push) Waiting to run
    Release / Publish Draft Release (push) Blocked by required conditions
    Release / Create multi-arch Docker image (push) Blocked by required conditions
    Stable

    Luxxy released this 2026-05-03 15:33:28 +00:00 | 197 commits to main since this release

    Added:

    • Added system.disk_checker_concurrency configuration
    • Added support for chunked file uploads (multiple requests for 1 file)
    • Added clearer server lock messages to make debugging easier
    • Added ability to browse mounts that are mounted to /home/container/

    Fixed:

    • Server Disk usage being counted using logical space instead of phsical space
    • Fixed inotify skipping important errors by making it mark all notifiers as untrusted

    Full Changelog: https://github.com/calagopus/wings/compare/release-1.0.3...release-1.0.4

    Downloads