Skip to content

Commit e85ca94

Browse files
committed
Update README.md
1 parent 7eeab1f commit e85ca94

18 files changed

Lines changed: 8 additions & 461 deletions

β€ŽREADME.mdβ€Ž

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,14 @@ This project is a fork of the [filebrowser](https://github.com/filebrowser/fileb
2121

2222
* **Improved JSON Authentication:** The JSON authentication method has been redesigned to leverage HTTP headers for authentication, instead of relying solely on the JSON payload. This improves security by reducing potential exposure of authentication credentials in the request body.
2323
* **Transit Protection:** Added measures to protect data in transit using `base64` and unicode encoding.
24-
* **Enhanced Security:** These changes significantly improve the security posture of a authentication mechanism.
24+
* **Brute force Protection:** Includes protection against repeated login failures with exponential backoff and progressive lockout.
25+
* **IP allow-list:** Includes IP allow listing techniques by leveraging the following environment variables.
26+
- `allowedOrigins` - Sequence of IP address/hostname to allow.
27+
- `refreshAllowedOrigins` - Interval in seconds to auto refresh origins.
28+
- `allowPrivateIP` - Boolean flag to allow private IP address of the host machine.
29+
- `allowPublicIP`- Boolean flag to allow public IP address of the host machine.
30+
31+
> These changes significantly improve the security posture of a basic authentication mechanism.
2532
2633
**File Details:**
2734

β€Žwww/.gitignoreβ€Ž

Lines changed: 0 additions & 6 deletions
This file was deleted.

β€Žwww/Dockerfileβ€Ž

Lines changed: 0 additions & 4 deletions
This file was deleted.

β€Žwww/docs/configuration.mdβ€Ž

Lines changed: 0 additions & 152 deletions
This file was deleted.

β€Žwww/docs/deployment.mdβ€Ž

Lines changed: 0 additions & 34 deletions
This file was deleted.

β€Žwww/docs/index.mdβ€Ž

Lines changed: 0 additions & 59 deletions
This file was deleted.

β€Žwww/docs/installation.mdβ€Ž

Lines changed: 0 additions & 93 deletions
This file was deleted.

β€Žwww/docs/static/1.jpgβ€Ž

-64.7 KB
Binary file not shown.

β€Žwww/docs/static/2.jpgβ€Ž

-117 KB
Binary file not shown.

β€Žwww/docs/static/3.jpgβ€Ž

-151 KB
Binary file not shown.

0 commit comments

Comments
Β (0)