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-06-07 15:59:03 +03:00
Code Issues 66 Packages Projects Releases 10 Wiki Activity

10 Releases 59 Tags

RSS Feed
  • v0.46.0 b69946df23
    Compare

    Stable

    zhus released this 2026-05-07 04:44:15 +03:00 | 4 commits to main since this release

    📅 Originally published on GitHub: Thu, 07 May 2026 01:51:21 GMT
    🏷️ Git tag created: Thu, 07 May 2026 01:44:15 GMT

    Features

    • Add option --allow-hash to allow/disallow file hashing (#657)
    • Support ?json on file path (#686)
    • Support customizable 404 page (#688)
    • Enhence log format (#692)
    • Webui confirm on exit while uploading (#693)
    • Skip directory walking in HEAD requests (#701)

    Bug Fixes

    • Some search results missing due to broken symlinks (#665)
    • Escape filename in ?simple output (#669)
    • Ensure symlink inside serve root (#670)
    • Tweak auth logic (#689)
    • Http range underflow (#690)
    • Escape control chars in logged URI and headers (#691)
    • Webui safari bug uploadspeed (#695)

    Refactor

    • Update deps (#655)
    • Improve UI button titles (#656)
    • Webui file size format (#698)

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

    Downloads
    • dufs-v0.46.0-aarch64-apple-darwin.tar.gz
      2.3 MiB
      2026-05-07 17:13:17 +03:00
    • dufs-v0.46.0-aarch64-pc-windows-msvc.zip
      2.2 MiB
      2026-05-07 17:13:18 +03:00
    • dufs-v0.46.0-aarch64-unknown-linux-musl.tar.gz
      2.5 MiB
      2026-05-07 17:13:18 +03:00
    • dufs-v0.46.0-arm-unknown-linux-musleabihf.tar.gz
      2.3 MiB
      2026-05-07 17:13:19 +03:00
    • dufs-v0.46.0-armv7-unknown-linux-musleabihf.tar.gz
      2.2 MiB
      2026-05-07 17:13:19 +03:00
    • dufs-v0.46.0-x86_64-apple-darwin.tar.gz
      2.6 MiB
      2026-05-07 17:13:20 +03:00
    • dufs-v0.46.0-x86_64-pc-windows-msvc.zip
      2.2 MiB
      2026-05-07 17:13:20 +03:00
    • dufs-v0.46.0-x86_64-unknown-linux-musl.tar.gz
      2.8 MiB
      2026-05-07 17:13:21 +03:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.46.0-rc3 130f23d2e9
    Compare

    Pre-Release

    zhus released this 2026-04-30 15:01:26 +03:00 | -2 commits to main since this release

    📅 Originally published on GitHub: Thu, 30 Apr 2026 12:08:18 GMT
    🏷️ Git tag created: Thu, 30 Apr 2026 12:01:26 GMT

    Features

    • Add option --allow-hash to allow/disallow file hashing (#657)
    • Support ?json on file path (#686)
    • Support customizable 404 page (#688)
    • Enhence log format (#692)
    • Webui confirm on exit while uploading (#693)
    • Skip directory walking in HEAD requests (#701)

    Bug Fixes

    • Some search results missing due to broken symlinks (#665)
    • Escape filename in ?simple output (#669)
    • Ensure symlink inside serve root (#670)
    • Tweak auth logic (#689)
    • Http range underflow (#690)
    • Escape control chars in logged URI and headers (#691)
    • Webui safari bug uploadspeed (#695)

    Refactor

    • Update deps (#655)
    • Improve UI button titles (#656)
    • Webui file size format (#698)

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

    Downloads
    • dufs-v0.46.0-rc3-aarch64-apple-darwin.tar.gz
      2.4 MiB
      2026-04-30 17:14:15 +03:00
    • dufs-v0.46.0-rc3-aarch64-pc-windows-msvc.zip
      2.2 MiB
      2026-04-30 17:14:16 +03:00
    • dufs-v0.46.0-rc3-aarch64-unknown-linux-musl.tar.gz
      2.5 MiB
      2026-04-30 17:14:16 +03:00
    • dufs-v0.46.0-rc3-arm-unknown-linux-musleabihf.tar.gz
      2.3 MiB
      2026-04-30 17:14:17 +03:00
    • dufs-v0.46.0-rc3-armv7-unknown-linux-musleabihf.tar.gz
      2.2 MiB
      2026-04-30 17:14:18 +03:00
    • dufs-v0.46.0-rc3-x86_64-apple-darwin.tar.gz
      2.6 MiB
      2026-04-30 17:14:18 +03:00
    • dufs-v0.46.0-rc3-x86_64-pc-windows-msvc.zip
      2.2 MiB
      2026-04-30 17:14:19 +03:00
    • dufs-v0.46.0-rc3-x86_64-unknown-linux-musl.tar.gz
      2.8 MiB
      2026-04-30 17:14:19 +03:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.46.0-rc2 ee127b5dfa
    Compare

    Pre-Release

    zhus released this 2026-04-25 17:12:55 +03:00 | 3 commits to main since this release

    📅 Originally published on GitHub: Sat, 25 Apr 2026 14:20:26 GMT
    🏷️ Git tag created: Sat, 25 Apr 2026 14:12:55 GMT

    Bug Fixes

    • Some search results missing due to broken symlinks (#665)
    • Escape filename in ?simple output (#669)
    • Ensure symlink inside serve root (#670)
    • Tweak auth logic (#689)
    • Http range underflow (#690)
    • Escape control chars in logged URI and headers (#691)

    Features

    • Add option --allow-hash to allow/disallow file hashing (#657)
    • Support ?json on file path (#686)
    • Support customizable 404 page (#688)
    • Enhence log format (#692)
    • Webui confirm on exit while uploading (#693)

    Refactor

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

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

    Downloads
    • dufs-v0.46.0-rc2-aarch64-apple-darwin.tar.gz
      2.4 MiB
      2026-04-26 17:13:45 +03:00
    • dufs-v0.46.0-rc2-aarch64-pc-windows-msvc.zip
      2.2 MiB
      2026-04-26 17:13:46 +03:00
    • dufs-v0.46.0-rc2-aarch64-unknown-linux-musl.tar.gz
      2.5 MiB
      2026-04-26 17:13:46 +03:00
    • dufs-v0.46.0-rc2-arm-unknown-linux-musleabihf.tar.gz
      2.3 MiB
      2026-04-26 17:13:47 +03:00
    • dufs-v0.46.0-rc2-armv7-unknown-linux-musleabihf.tar.gz
      2.2 MiB
      2026-04-26 17:13:48 +03:00
    • dufs-v0.46.0-rc2-x86_64-apple-darwin.tar.gz
      2.6 MiB
      2026-04-26 17:13:48 +03:00
    • dufs-v0.46.0-rc2-x86_64-pc-windows-msvc.zip
      2.2 MiB
      2026-04-26 17:13:49 +03:00
    • dufs-v0.46.0-rc2-x86_64-unknown-linux-musl.tar.gz
      2.8 MiB
      2026-04-26 17:13:50 +03:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.46.0-rc1 26bdc4e298
    Compare

    Pre-Release

    zhus released this 2026-03-04 13:11:37 +03:00 | 15 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 | 22 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 | 28 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 | 53 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 | 60 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 | 79 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 | 100 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)
Powered by Gitea Version: 1.26.2 Page: 46ms Template: 5ms
Auto
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