mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[PR #281] [MERGED] feat: support config file with --config option
#546
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sigoden/dufs/pull/281
Author: @sigoden
Created: 11/4/2023
Status: ✅ Merged
Merged: 11/4/2023
Merged by: @sigoden
Base:
main← Head:feat-config-file📝 Commits (1)
d52fe0efeat: support config file with--configoption📊 Changes
12 files changed (+427 additions, -173 deletions)
View changed files
📝
Cargo.lock(+24 -4)📝
Cargo.toml(+1 -0)📝
README.md(+44 -8)📝
src/args.rs(+217 -129)📝
src/auth.rs(+11 -6)📝
src/log_http.rs(+6 -0)📝
src/main.rs(+15 -9)📝
src/server.rs(+22 -13)➕
tests/config.rs(+56 -0)➕
tests/data/config.yaml(+9 -0)📝
tests/log_http.rs(+2 -2)📝
tests/tls.rs(+20 -2)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.