mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #306] dufs doesn't support having just @/ (allow all users to read/view) as a value inside auth in a configuration file. #160
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?
Originally created by @wearrrrr on GitHub (Nov 30, 2023).
Original GitHub issue: https://github.com/sigoden/dufs/issues/306
Problem
When using YML to define a dufs config file, using something like
will cause dufs to panic upon starting the server with the following message:
Line 3 column 5 being the @ symbol in my config file.
Log
N/A, seems to be an issue with how dufs parses the yml differing from how cli args are parsed.
Environment:
0.38.0119.0.6045.159 (Official Build) Arch Linux (64-bit)(client)Linux wearr-dev 5.15.0-82-generic #91-Ubuntu SMP Mon Aug 14 14:14:14 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux(kernel running on the server)If you need any other info please let me know! This is a pretty simple issue to replicate though.
@sigoden commented on GitHub (Dec 1, 2023):
quote
@/