diff --git a/docs/docs/configuration/password.mdx b/docs/docs/configuration/password.mdx index 7f50236..3433c87 100644 --- a/docs/docs/configuration/password.mdx +++ b/docs/docs/configuration/password.mdx @@ -3,6 +3,13 @@ sidebar_position: 7 --- # Password protection +:::info + +While there is no built-in password protection currently, you can use your reverse proxy to add it easily. +A built-in authentication feature is planned for a future release. + +::: + You can restrict access to the dir-browser with a password. This is useful if you want to share your files with others but don't want to make them public. 1. Generate a `.htpasswd` file with the following command. You may need to install the `apache2-utils` package first.