Closed ogarcia closed 1 week ago
I'm currently working on refactoring some more things, so it's easier to transition into a runtime context after parsing and loading the config. This will be fixed with the next release. 👍🏽
This should be fixed in the new release: https://github.com/rustic-rs/rustic_server/releases/tag/v0.3.0
Please reopen, if that is not the case. 👍🏽
It works perfectly, thank you very much!
BTW, I maintain the rustic-server package in the AUR, anything weird you see or would like to change, feel free to tell me about it.
Let's take this configuration as an example:
Since I have
private-repo
set tofalse
it should not even access the ACL file. However when I run the application it gives an error:On the other hand I think it is more descriptive to use a
disable-acl
key (in the style ofdisable-auth
) thanprivate-repo
.