Logo
Explore Help
Sign In
sigoden/dufs
1
0
Fork 0
You've already forked dufs
mirror of https://github.com/sigoden/dufs.git synced 2026-04-08 16:49:02 +03:00
Code Issues 8 Packages Projects Releases 10 Wiki Activity

10 Releases 56 Tags

RSS Feed
  • v0.46.0-rc1 26bdc4e298
    Compare

    Pre-Release

    zhus released this 2026-03-04 13:11:37 +03:00 | -1 commits to main since this release

    📅 Originally published on GitHub: Wed, 04 Mar 2026 10:23:28 GMT
    🏷️ Git tag created: Wed, 04 Mar 2026 10:11:37 GMT

    Bug Fixes

    • Some search results missing due to broken symlinks (#665)
    • Escape filename in ?simple output (#669)
    • Ensure symlink inside serve root (#670)

    Features

    • Add option --allow-hash to allow/disallow file hashing (#657)

    Refactor

    • Update deps (#655)
    • Improve UI button titles (#656)

    Full Changelog: https://github.com/sigoden/dufs/compare/v0.45.0...v0.46.0-rc1

    Downloads
    • dufs-v0.46.0-rc1-aarch64-apple-darwin.tar.gz
      2.3 MiB
      2026-04-08 16:49:31 +03:00
    • dufs-v0.46.0-rc1-aarch64-pc-windows-msvc.zip
      2.2 MiB
      2026-04-08 16:49:31 +03:00
    • dufs-v0.46.0-rc1-aarch64-unknown-linux-musl.tar.gz
      2.5 MiB
      2026-04-08 16:49:32 +03:00
    • dufs-v0.46.0-rc1-arm-unknown-linux-musleabihf.tar.gz
      2.2 MiB
      2026-04-08 16:49:33 +03:00
    • dufs-v0.46.0-rc1-armv7-unknown-linux-musleabihf.tar.gz
      2.2 MiB
      2026-04-08 16:49:34 +03:00
    • dufs-v0.46.0-rc1-x86_64-apple-darwin.tar.gz
      2.6 MiB
      2026-04-08 16:49:34 +03:00
    • dufs-v0.46.0-rc1-x86_64-pc-windows-msvc.zip
      2.2 MiB
      2026-04-08 16:49:35 +03:00
    • dufs-v0.46.0-rc1-x86_64-unknown-linux-musl.tar.gz
      2.7 MiB
      2026-04-08 16:49:35 +03:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.45.0 23619033ae
    Compare

    Stable

    zhus released this 2025-09-04 13:10:54 +03:00 | 6 commits to main since this release

    📅 Originally published on GitHub: Thu, 04 Sep 2025 10:18:09 GMT
    🏷️ Git tag created: Thu, 04 Sep 2025 10:10:54 GMT

    Bug Fixes

    • Perms on dufs -A -a @/:ro (#619)
    • Login btn does not work for readonly anonymous (#620)
    • Verify token length (#627)

    Features

    • Make dir urls inherit ?noscript params (#614)
    • Log decoded uri (#615)

    Full Changelog: https://github.com/sigoden/dufs/compare/v0.44.0...v0.45.0

    Downloads
    • dufs-v0.45.0-aarch64-apple-darwin.tar.gz
      1.7 MiB
      2026-04-08 16:49:25 +03:00
    • dufs-v0.45.0-aarch64-pc-windows-msvc.zip
      1.7 MiB
      2026-04-08 16:49:25 +03:00
    • dufs-v0.45.0-aarch64-unknown-linux-musl.tar.gz
      2.0 MiB
      2026-04-08 16:49:26 +03:00
    • dufs-v0.45.0-arm-unknown-linux-musleabihf.tar.gz
      1.9 MiB
      2026-04-08 16:49:26 +03:00
    • dufs-v0.45.0-armv7-unknown-linux-musleabihf.tar.gz
      1.9 MiB
      2026-04-08 16:49:27 +03:00
    • dufs-v0.45.0-i686-pc-windows-msvc.zip
      1.6 MiB
      2026-04-08 16:49:27 +03:00
    • dufs-v0.45.0-i686-unknown-linux-musl.tar.gz
      2.0 MiB
      2026-04-08 16:49:28 +03:00
    • dufs-v0.45.0-x86_64-apple-darwin.tar.gz
      2.0 MiB
      2026-04-08 16:49:28 +03:00
    • dufs-v0.45.0-x86_64-pc-windows-msvc.zip
      1.8 MiB
      2026-04-08 16:49:29 +03:00
    • dufs-v0.45.0-x86_64-unknown-linux-musl.tar.gz
      2.1 MiB
      2026-04-08 16:49:29 +03:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.44.0 6cc8a18a3d
    Compare

    Stable

    zhus released this 2025-08-14 04:05:35 +03:00 | 12 commits to main since this release

    📅 Originally published on GitHub: Thu, 14 Aug 2025 01:11:14 GMT
    🏷️ Git tag created: Thu, 14 Aug 2025 01:05:35 GMT

    Bug Fixes

    • No authentication check if no auth users https://github.com/sigoden/dufs/issues/497
    • Webui can't handle hash property of URL well https://github.com/sigoden/dufs/issues/515
    • Incorrect dir size due to hidden files https://github.com/sigoden/dufs/issues/529
    • Webui formatDirSize https://github.com/sigoden/dufs/issues/568
    • Follow symlinks when searching/archiving https://github.com/sigoden/dufs/issues/572
    • Incorrect separator for zip archives under windows https://github.com/sigoden/dufs/issues/577
    • Unexpected public auth asking for login info https://github.com/sigoden/dufs/issues/583

    Features

    • Higher perm auth path shadows lower one https://github.com/sigoden/dufs/issues/521
    • Add cache-control:no-cache while sending file and index https://github.com/sigoden/dufs/issues/528
    • Support multipart ranges https://github.com/sigoden/dufs/issues/535
    • Limit sub directory item counting https://github.com/sigoden/dufs/issues/556
    • Tolerate the absence of mtime https://github.com/sigoden/dufs/issues/559
    • Support noscript fallback https://github.com/sigoden/dufs/issues/602
    • Support downloading via token auth https://github.com/sigoden/dufs/issues/603

    Refactor

    • Change description for --allow-archive https://github.com/sigoden/dufs/issues/511
    • Removes clippy warnings https://github.com/sigoden/dufs/issues/601
    • Update deps https://github.com/sigoden/dufs/issues/604
    • Fix typos https://github.com/sigoden/dufs/issues/605

    Full Changelog: https://github.com/sigoden/dufs/compare/v0.43.0...v0.44.0

    Downloads
    • dufs-v0.44.0-aarch64-apple-darwin.tar.gz
      1.7 MiB
      2026-04-08 16:49:18 +03:00
    • dufs-v0.44.0-aarch64-pc-windows-msvc.zip
      1.7 MiB
      2026-04-08 16:49:18 +03:00
    • dufs-v0.44.0-aarch64-unknown-linux-musl.tar.gz
      2.0 MiB
      2026-04-08 16:49:19 +03:00
    • dufs-v0.44.0-arm-unknown-linux-musleabihf.tar.gz
      1.9 MiB
      2026-04-08 16:49:19 +03:00
    • dufs-v0.44.0-armv7-unknown-linux-musleabihf.tar.gz
      1.9 MiB
      2026-04-08 16:49:20 +03:00
    • dufs-v0.44.0-i686-pc-windows-msvc.zip
      1.6 MiB
      2026-04-08 16:49:20 +03:00
    • dufs-v0.44.0-i686-unknown-linux-musl.tar.gz
      2.0 MiB
      2026-04-08 16:49:21 +03:00
    • dufs-v0.44.0-x86_64-apple-darwin.tar.gz
      2.0 MiB
      2026-04-08 16:49:21 +03:00
    • dufs-v0.44.0-x86_64-pc-windows-msvc.zip
      1.8 MiB
      2026-04-08 16:49:22 +03:00
    • dufs-v0.44.0-x86_64-unknown-linux-musl.tar.gz
      2.1 MiB
      2026-04-08 16:49:22 +03:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.43.0 835438fc2a
    Compare

    Stable

    zhus released this 2024-11-05 12:08:43 +03:00 | 37 commits to main since this release

    📅 Originally published on GitHub: Tue, 05 Nov 2024 09:17:02 GMT
    🏷️ Git tag created: Tue, 05 Nov 2024 09:08:43 GMT

    Bug Fixes

    • Auth failed if password contains : (#449)
    • Resolve speed bottleneck in 10G network (#451)

    Features

    • Webui displays subdirectory items (#457)
    • Support binding abstract unix socket (#468)
    • Provide healthcheck API (#474)

    Refactor

    • Do not show size for Dir (#447)
    Downloads
    • dufs-v0.43.0-aarch64-apple-darwin.tar.gz
      1.6 MiB
      2026-04-08 16:49:10 +03:00
    • dufs-v0.43.0-aarch64-pc-windows-msvc.zip
      1.6 MiB
      2026-04-08 16:49:11 +03:00
    • dufs-v0.43.0-aarch64-unknown-linux-musl.tar.gz
      1.8 MiB
      2026-04-08 16:49:12 +03:00
    • dufs-v0.43.0-arm-unknown-linux-musleabihf.tar.gz
      1.8 MiB
      2026-04-08 16:49:13 +03:00
    • dufs-v0.43.0-armv7-unknown-linux-musleabihf.tar.gz
      1.8 MiB
      2026-04-08 16:49:13 +03:00
    • dufs-v0.43.0-i686-pc-windows-msvc.zip
      1.5 MiB
      2026-04-08 16:49:14 +03:00
    • dufs-v0.43.0-i686-unknown-linux-musl.tar.gz
      1.8 MiB
      2026-04-08 16:49:14 +03:00
    • dufs-v0.43.0-x86_64-apple-darwin.tar.gz
      1.8 MiB
      2026-04-08 16:49:15 +03:00
    • dufs-v0.43.0-x86_64-pc-windows-msvc.zip
      1.7 MiB
      2026-04-08 16:49:16 +03:00
    • dufs-v0.43.0-x86_64-unknown-linux-musl.tar.gz
      2.0 MiB
      2026-04-08 16:49:16 +03:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.42.0 2c5cc60965
    Compare

    Stable

    zhus released this 2024-09-02 06:57:13 +03:00 | 44 commits to main since this release

    📅 Originally published on GitHub: Mon, 02 Sep 2024 04:04:36 GMT
    🏷️ Git tag created: Mon, 02 Sep 2024 03:57:13 GMT

    Bug Fixes

    • Garbled characters caused by atob (#422)
    • Webui unexpected save-btn when file is non-editable (#429)
    • Login succeeded but popup Forbidden (#437)

    Features

    • Implements remaining http cache conditionalss (#407)
    • Base64 index-data to avoid misencoding (#421)
    • Webui support logout (#439)

    Refactor

    • No inline scripts in HTML (#391)
    • Return 400 for propfind request when depth is neither 0 nor 1 (#403)
    • Remove sabredav-partialupdate from DAV res header (#415)
    • Date formatting in cache tests (#428)
    • Some query params work as flag and must not accept a value (#431)
    • Improve logout at asserts/index.js (#440)
    • Make logout works on safari (#442)
    Downloads
    • dufs-v0.42.0-aarch64-apple-darwin.tar.gz
      1.6 MiB
      2026-04-08 16:49:03 +03:00
    • dufs-v0.42.0-aarch64-pc-windows-msvc.zip
      1.6 MiB
      2026-04-08 16:49:04 +03:00
    • dufs-v0.42.0-aarch64-unknown-linux-musl.tar.gz
      1.8 MiB
      2026-04-08 16:49:04 +03:00
    • dufs-v0.42.0-arm-unknown-linux-musleabihf.tar.gz
      1.8 MiB
      2026-04-08 16:49:05 +03:00
    • dufs-v0.42.0-armv7-unknown-linux-musleabihf.tar.gz
      1.7 MiB
      2026-04-08 16:49:05 +03:00
    • dufs-v0.42.0-i686-pc-windows-msvc.zip
      1.5 MiB
      2026-04-08 16:49:06 +03:00
    • dufs-v0.42.0-i686-unknown-linux-musl.tar.gz
      1.8 MiB
      2026-04-08 16:49:07 +03:00
    • dufs-v0.42.0-x86_64-apple-darwin.tar.gz
      1.8 MiB
      2026-04-08 16:49:07 +03:00
    • dufs-v0.42.0-x86_64-pc-windows-msvc.zip
      1.7 MiB
      2026-04-08 16:49:08 +03:00
    • dufs-v0.42.0-x86_64-unknown-linux-musl.tar.gz
      2.0 MiB
      2026-04-08 16:49:08 +03:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.41.0 ce740b1fb1
    Compare

    Stable

    zhus released this 2024-05-22 06:20:24 +03:00 | 63 commits to main since this release

    📅 Originally published on GitHub: Wed, 22 May 2024 03:27:23 GMT
    🏷️ Git tag created: Wed, 22 May 2024 03:20:24 GMT

    Bug Fixes

    • Timestamp format of getlastmodified in dav xml (#366)
    • Strange issue that occurs only on Microsoft WebDAV (#382)
    • Head div overlap main contents when wrap (#386)

    Features

    • Tls handshake timeout (#368)
    • Add api to get the hash of a file (#375)
    • Add log-file option (#383)

    Refactor

    • Digest_auth related tests (#372)
    • Add fixed-width numerals to date and size on file list page (#378)
    Downloads
    • dufs-v0.41.0-aarch64-apple-darwin.tar.gz
      1.6 MiB
      2026-04-08 16:48:56 +03:00
    • dufs-v0.41.0-aarch64-pc-windows-msvc.zip
      1.6 MiB
      2026-04-08 16:48:57 +03:00
    • dufs-v0.41.0-aarch64-unknown-linux-musl.tar.gz
      1.8 MiB
      2026-04-08 16:48:57 +03:00
    • dufs-v0.41.0-arm-unknown-linux-musleabihf.tar.gz
      1.8 MiB
      2026-04-08 16:48:58 +03:00
    • dufs-v0.41.0-armv7-unknown-linux-musleabihf.tar.gz
      1.7 MiB
      2026-04-08 16:48:58 +03:00
    • dufs-v0.41.0-i686-pc-windows-msvc.zip
      1.4 MiB
      2026-04-08 16:48:59 +03:00
    • dufs-v0.41.0-i686-unknown-linux-musl.tar.gz
      1.8 MiB
      2026-04-08 16:49:00 +03:00
    • dufs-v0.41.0-x86_64-apple-darwin.tar.gz
      1.8 MiB
      2026-04-08 16:49:01 +03:00
    • dufs-v0.41.0-x86_64-pc-windows-msvc.zip
      1.7 MiB
      2026-04-08 16:49:01 +03:00
    • dufs-v0.41.0-x86_64-unknown-linux-musl.tar.gz
      2.0 MiB
      2026-04-08 16:49:02 +03:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.40.0 22cf74e3c0
    Compare

    Stable

    zhus released this 2024-02-13 06:16:57 +03:00 | 84 commits to main since this release

    📅 Originally published on GitHub: Tue, 13 Feb 2024 04:15:03 GMT
    🏷️ Git tag created: Tue, 13 Feb 2024 03:16:57 GMT

    This release fixes important security issues, please update as soon as possible.

    Bug Fixes

    • Guard req and destination path (#359)

    Features

    • Revert supporting for forbidden permission (#352)

    Refactor

    • Do not try to bind ipv6 if no ipv6 (#348)
    • Improve invalid auth (#356)
    • Improve resolve_path and handle_assets, abandon guard_path (#360)
    Downloads
    • dufs-v0.40.0-aarch64-apple-darwin.tar.gz
      1.7 MiB
      2026-04-08 16:48:47 +03:00
    • dufs-v0.40.0-aarch64-pc-windows-msvc.zip
      1.6 MiB
      2026-04-08 16:48:47 +03:00
    • dufs-v0.40.0-aarch64-unknown-linux-musl.tar.gz
      1.8 MiB
      2026-04-08 16:48:49 +03:00
    • dufs-v0.40.0-arm-unknown-linux-musleabihf.tar.gz
      1.8 MiB
      2026-04-08 16:48:49 +03:00
    • dufs-v0.40.0-armv7-unknown-linux-musleabihf.tar.gz
      1.7 MiB
      2026-04-08 16:48:50 +03:00
    • dufs-v0.40.0-i686-pc-windows-msvc.zip
      1.4 MiB
      2026-04-08 16:48:50 +03:00
    • dufs-v0.40.0-i686-unknown-linux-musl.tar.gz
      1.7 MiB
      2026-04-08 16:48:51 +03:00
    • dufs-v0.40.0-mips-unknown-linux-musl.tar.gz
      1.6 MiB
      2026-04-08 16:48:51 +03:00
    • dufs-v0.40.0-mips64-unknown-linux-gnuabi64.tar.gz
      1.5 MiB
      2026-04-08 16:48:52 +03:00
    • dufs-v0.40.0-mips64el-unknown-linux-gnuabi64.tar.gz
      1.4 MiB
      2026-04-08 16:48:52 +03:00
    • dufs-v0.40.0-mipsel-unknown-linux-musl.tar.gz
      1.5 MiB
      2026-04-08 16:48:53 +03:00
    • dufs-v0.40.0-x86_64-apple-darwin.tar.gz
      1.7 MiB
      2026-04-08 16:48:53 +03:00
    • dufs-v0.40.0-x86_64-pc-windows-msvc.zip
      1.7 MiB
      2026-04-08 16:48:54 +03:00
    • dufs-v0.40.0-x86_64-unknown-linux-musl.tar.gz
      1.9 MiB
      2026-04-08 16:48:55 +03:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.39.0 58a46f7c3a
    Compare

    Stable

    zhus released this 2024-01-11 11:50:25 +03:00 | 95 commits to main since this release

    📅 Originally published on GitHub: Thu, 11 Jan 2024 08:58:23 GMT
    🏷️ Git tag created: Thu, 11 Jan 2024 08:50:25 GMT

    Bug Fixes

    • Upload more than 100 files in directory (#317)
    • Auth precedence (#325)
    • Serve files with names containing newline char (#328)
    • Corrupted zip when downloading large folders (#337)

    Features

    • Empty search ?q= list all paths (#311)
    • Add --compress option (#319)
    • Upgrade to hyper 1.0 (#321)
    • Auth supports forbidden permissions (#329)
    • Supports resumable uploads (#343)

    Refactor

    • Change the format of www-authenticate (#312)
    • Change the value name of --config (#313)
    • Optimize http range parsing and handling (#323)
    • Propfind with auth no need to list all (#344)
    Downloads
    • dufs-v0.39.0-aarch64-apple-darwin.tar.gz
      1.7 MiB
      2026-04-08 16:48:38 +03:00
    • dufs-v0.39.0-aarch64-pc-windows-msvc.zip
      1.6 MiB
      2026-04-08 16:48:38 +03:00
    • dufs-v0.39.0-aarch64-unknown-linux-musl.tar.gz
      1.8 MiB
      2026-04-08 16:48:39 +03:00
    • dufs-v0.39.0-arm-unknown-linux-musleabihf.tar.gz
      1.7 MiB
      2026-04-08 16:48:39 +03:00
    • dufs-v0.39.0-armv7-unknown-linux-musleabihf.tar.gz
      1.7 MiB
      2026-04-08 16:48:40 +03:00
    • dufs-v0.39.0-i686-pc-windows-msvc.zip
      1.4 MiB
      2026-04-08 16:48:40 +03:00
    • dufs-v0.39.0-i686-unknown-linux-musl.tar.gz
      1.7 MiB
      2026-04-08 16:48:41 +03:00
    • dufs-v0.39.0-mips-unknown-linux-musl.tar.gz
      1.6 MiB
      2026-04-08 16:48:42 +03:00
    • dufs-v0.39.0-mips64-unknown-linux-gnuabi64.tar.gz
      1.5 MiB
      2026-04-08 16:48:42 +03:00
    • dufs-v0.39.0-mips64el-unknown-linux-gnuabi64.tar.gz
      1.4 MiB
      2026-04-08 16:48:43 +03:00
    • dufs-v0.39.0-mipsel-unknown-linux-musl.tar.gz
      1.5 MiB
      2026-04-08 16:48:43 +03:00
    • dufs-v0.39.0-x86_64-apple-darwin.tar.gz
      1.7 MiB
      2026-04-08 16:48:44 +03:00
    • dufs-v0.39.0-x86_64-pc-windows-msvc.zip
      1.7 MiB
      2026-04-08 16:48:44 +03:00
    • dufs-v0.39.0-x86_64-unknown-linux-musl.tar.gz
      1.9 MiB
      2026-04-08 16:48:45 +03:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.38.0 0cec573579
    Compare

    Stable

    zhus released this 2023-11-29 02:49:50 +03:00 | 115 commits to main since this release

    📅 Originally published on GitHub: Wed, 29 Nov 2023 00:00:04 GMT
    🏷️ Git tag created: Tue, 28 Nov 2023 23:49:50 GMT

    Bug Fixes

    • Unable to start if config file omit bind/port fields (#294)

    Features

    • Password can contain : @ | (#297)
    • Deprecate the use of | to separate auth rules (#298)
    • More flexible config values (#299)
    • Ui supports view file (#301)

    Refactor

    • Take improvements from the edge browser (#289)
    • Ui change the cursor for upload-btn to a pointer (#291)
    • Ui improve uploading progress (#296)
    Downloads
    • dufs-v0.38.0-aarch64-apple-darwin.tar.gz
      1.4 MiB
      2026-04-08 16:48:29 +03:00
    • dufs-v0.38.0-aarch64-pc-windows-msvc.zip
      1.4 MiB
      2026-04-08 16:48:29 +03:00
    • dufs-v0.38.0-aarch64-unknown-linux-musl.tar.gz
      1.5 MiB
      2026-04-08 16:48:30 +03:00
    • dufs-v0.38.0-arm-unknown-linux-musleabihf.tar.gz
      1.5 MiB
      2026-04-08 16:48:30 +03:00
    • dufs-v0.38.0-armv7-unknown-linux-musleabihf.tar.gz
      1.5 MiB
      2026-04-08 16:48:31 +03:00
    • dufs-v0.38.0-i686-pc-windows-msvc.zip
      1.2 MiB
      2026-04-08 16:48:32 +03:00
    • dufs-v0.38.0-i686-unknown-linux-musl.tar.gz
      1.5 MiB
      2026-04-08 16:48:32 +03:00
    • dufs-v0.38.0-mips-unknown-linux-musl.tar.gz
      1.3 MiB
      2026-04-08 16:48:33 +03:00
    • dufs-v0.38.0-mips64-unknown-linux-gnuabi64.tar.gz
      1.2 MiB
      2026-04-08 16:48:34 +03:00
    • dufs-v0.38.0-mips64el-unknown-linux-gnuabi64.tar.gz
      1.2 MiB
      2026-04-08 16:48:34 +03:00
    • dufs-v0.38.0-mipsel-unknown-linux-musl.tar.gz
      1.3 MiB
      2026-04-08 16:48:35 +03:00
    • dufs-v0.38.0-x86_64-apple-darwin.tar.gz
      1.5 MiB
      2026-04-08 16:48:35 +03:00
    • dufs-v0.38.0-x86_64-pc-windows-msvc.zip
      1.4 MiB
      2026-04-08 16:48:36 +03:00
    • dufs-v0.38.0-x86_64-unknown-linux-musl.tar.gz
      1.7 MiB
      2026-04-08 16:48:36 +03:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.37.1 743db47f90
    Compare

    Stable

    zhus released this 2023-11-08 06:11:36 +03:00 | 126 commits to main since this release

    📅 Originally published on GitHub: Wed, 08 Nov 2023 03:18:50 GMT
    🏷️ Git tag created: Wed, 08 Nov 2023 03:11:36 GMT

    Bug Fixes

    • Sort path ignore case (#264)
    • Ui show user-name next to the user-icon (#278)
    • Auto delete half-uploaded files (#280)

    Features

    • Deprecate --auth-method, as both options are available (#279)
    • Support config file with --config option (#281)
    • Support hashed password (#283)
    Downloads
    • dufs-v0.37.1-aarch64-apple-darwin.tar.gz
      1.4 MiB
      2026-04-08 16:48:20 +03:00
    • dufs-v0.37.1-aarch64-pc-windows-msvc.zip
      1.4 MiB
      2026-04-08 16:48:21 +03:00
    • dufs-v0.37.1-aarch64-unknown-linux-musl.tar.gz
      1.5 MiB
      2026-04-08 16:48:21 +03:00
    • dufs-v0.37.1-arm-unknown-linux-musleabihf.tar.gz
      1.5 MiB
      2026-04-08 16:48:22 +03:00
    • dufs-v0.37.1-armv7-unknown-linux-musleabihf.tar.gz
      1.5 MiB
      2026-04-08 16:48:22 +03:00
    • dufs-v0.37.1-i686-pc-windows-msvc.zip
      1.2 MiB
      2026-04-08 16:48:23 +03:00
    • dufs-v0.37.1-i686-unknown-linux-musl.tar.gz
      1.5 MiB
      2026-04-08 16:48:24 +03:00
    • dufs-v0.37.1-mips-unknown-linux-musl.tar.gz
      1.3 MiB
      2026-04-08 16:48:24 +03:00
    • dufs-v0.37.1-mips64-unknown-linux-gnuabi64.tar.gz
      1.2 MiB
      2026-04-08 16:48:25 +03:00
    • dufs-v0.37.1-mips64el-unknown-linux-gnuabi64.tar.gz
      1.2 MiB
      2026-04-08 16:48:25 +03:00
    • dufs-v0.37.1-mipsel-unknown-linux-musl.tar.gz
      1.3 MiB
      2026-04-08 16:48:26 +03:00
    • dufs-v0.37.1-x86_64-apple-darwin.tar.gz
      1.5 MiB
      2026-04-08 16:48:26 +03:00
    • dufs-v0.37.1-x86_64-pc-windows-msvc.zip
      1.4 MiB
      2026-04-08 16:48:27 +03:00
    • dufs-v0.37.1-x86_64-unknown-linux-musl.tar.gz
      1.7 MiB
      2026-04-08 16:48:27 +03:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
Powered by Gitea Version: 1.25.5 Page: 30ms Template: 10ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API