Is it possible for filebrowser to be used publicly but still have auth? #1277
-
|
I want to be able to use filebrowser so that my files can be public links like |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Should also note that I use Authentik to authorize users with OIDC. |
Beta Was this translation helpful? Give feedback.
-
|
The solution to this is shares which allow access to files without authentication, or however you configure it. https://github.com/gtsteffaniak/filebrowser/wiki/Creating-Shares Anything that is not "shared" requires authentication via the auth methods. Does this work? |
Beta Was this translation helpful? Give feedback.
The solution to this is shares which allow access to files without authentication, or however you configure it.
https://github.com/gtsteffaniak/filebrowser/wiki/Creating-Shares
Anything that is not "shared" requires authentication via the auth methods.
Does this work?