[PR #667] [CLOSED] Feature quota #672

Closed
opened 2026-04-08 16:53:55 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sigoden/dufs/pull/667
Author: @wndkarem32
Created: 1/27/2026
Status: Closed

Base: mainHead: feature_quota


📝 Commits (2)

📊 Changes

2 files changed (+16 additions, -3 deletions)

View changed files

📝 Cargo.toml (+1 -0)
📝 src/server.rs (+15 -3)

📄 Description

Adding feature that enables dufs clients to know disk usage, tested on rclone:
before:
rclone about DUFS_TEST: /* nothing returned */
after:
rclone about DUFS_TEST: Total: 1.076 GiB Used: 915.815 MiB Free: 186.309 MiB


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sigoden/dufs/pull/667 **Author:** [@wndkarem32](https://github.com/wndkarem32) **Created:** 1/27/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature_quota` --- ### 📝 Commits (2) - [`ad05d5b`](https://github.com/sigoden/dufs/commit/ad05d5bb2046a292e03e1e51bfe5c0ed6678ea62) Update server.rs - [`3052d8e`](https://github.com/sigoden/dufs/commit/3052d8e05761b24c22458e3cb362f7f5c5b6cd49) Update Cargo.toml ### 📊 Changes **2 files changed** (+16 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.toml` (+1 -0) 📝 `src/server.rs` (+15 -3) </details> ### 📄 Description Adding feature that enables dufs clients to know disk usage, tested on rclone: before: `rclone about DUFS_TEST: /* nothing returned */ ` after: `rclone about DUFS_TEST: Total: 1.076 GiB Used: 915.815 MiB Free: 186.309 MiB ` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-04-08 16:53:55 +03:00
zhus closed this issue 2026-04-08 16:53:55 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#672