[GH-ISSUE #247] Documentation: typo and update #125

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

Originally created by @alexander-nf on GitHub (Jul 17, 2023).
Original GitHub issue: https://github.com/sigoden/dufs/issues/247

Hello, @sigoden, dufs-developers,
thank you for the project!

Could you, please, fix typo and update variable names, both in README.md: "Advanced topic/Environment variables"?

Problem

  1. DUFS_ROOT(_DIR) was changed to DUFS_SERVE_PATH recently.
  2. DUFS_PATH_RREFIX is actually DUFS_PATH_PREFIX.

Such a subtle nuances took a couple of hours for me to find out why the dufs service was acting unexpectedly. I hope the docs update will save time for anybody who would copy/paste the code as I did. :)

Log

  1. README.md: DUFS_ROOT_DIR
  2. README.md: DUFS_PATH_RREFIX

Environment:

  • Dufs version: 0.34.2
Originally created by @alexander-nf on GitHub (Jul 17, 2023). Original GitHub issue: https://github.com/sigoden/dufs/issues/247 Hello, @sigoden, dufs-developers, thank you for the project! Could you, please, fix typo and update variable names, both in README.md: "[Advanced topic/Environment variables](https://github.com/sigoden/dufs#advanced-topics)"? **Problem** 1. `DUFS_ROOT(_DIR)` was changed to `DUFS_SERVE_PATH` [recently](https://github.com/sigoden/dufs/blob/main/CHANGELOG.md#refactor-1). 2. `DUFS_PATH_RREFIX` is actually `DUFS_PATH_PREFIX`. Such a subtle nuances took a couple of hours for me to find out why the dufs service was acting unexpectedly. I hope the docs update will save time for anybody who would copy/paste the code as I did. :) **Log** 1. README.md: [DUFS_ROOT_DIR](https://github.com/sigoden/dufs/blob/11a52f29c444e221582a670a8785e33a14fa3e6f/README.md?plain=1#L311) 3. README.md: [DUFS_PATH_**R**REFIX](https://github.com/sigoden/dufs/blob/11a52f29c444e221582a670a8785e33a14fa3e6f/README.md?plain=1#L314) **Environment:** - Dufs version: 0.34.2
zhus closed this issue 2026-04-08 16:50:33 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#125