You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have enabled global authentication on / for security.
But I need to add some UNauthenticated dirs like for /public dir
How is it possible?
A setting like --unauth dir1#dir2#dir3 could be nice to override auth requirement :)
The text was updated successfully, but these errors were encountered:
Then that will be too many negative options like --no-mkdir, --no-upload, etc. I thought about this problem before, but to keep the program simple, I didn't implement all the negative control features.
Is the possible to create 2 alias? One for authenticated user and one for guests?
Another possibility could be (without requiring negative rules you want to avoid): to define an hardcoded 'noauthusr' (noauth, - or the symbol you prefer, so like a 'user' not needing for any auth and not asking for auth in that folder) and then permit it in a rule like this:
I have enabled global authentication on / for security.
But I need to add some UNauthenticated dirs like for /public dir
How is it possible?
A setting like --unauth dir1#dir2#dir3 could be nice to override auth requirement :)
The text was updated successfully, but these errors were encountered: