Update README.md

This commit is contained in:
Rostislav
2025-01-24 01:19:44 +02:00
committed by GitHub
parent 5e2975311f
commit e1bee16a20

View File

@@ -16,41 +16,33 @@ This project is made with the self-hosting community in mind as a self-hosted fi
## File Upload ## File Upload
- Users can upload files without needing to create an account. - Users can upload files without needing to create an account.
- Supports **Chunked Uploads** for reliable file transfers. - Supports **Chunked Uploads** for reliable file transfers.
---
## File Management ## File Management
- Manage file availability with options to keep files indefinitely or delete them. - Manage file availability with options to keep files indefinitely or delete them.
- Add hidden files that are only accessible via their unique link. - Add hidden files that are only accessible via their unique link.
- Password-protected files can be updated (e.g., "kept indefinitely"). - Password-protected files can be updated (e.g., "kept indefinitely").
---
## Whole App Password Protection ## Whole App Password Protection
- Protect the entire app with a password to restrict access. - Protect the entire app with a password to restrict access.
---
## Shareable Links ## Shareable Links
- **Two types of share links** managed through a single, streamlined modal: - **Two types of share links** managed through a single, streamlined modal:
- **Normal Links**: Require passwords if the file or app is password-protected. - **Normal Links**: Require passwords if the file or app is password-protected.
- **Token-Based (Unrestricted) Links**: Single-use links with customizable expiration days. These bypass password requirements but provide controlled access. - **Token-Based (Unrestricted) Links**: Single-use links with customizable expiration days. These bypass password requirements but provide controlled access.
- **QR Code Generation**: Generates QR codes for easy sharing. - **QR Code Generation**: Generates QR codes for easy sharing.
---
## Password Protection ## Password Protection
- Files can be protected with a password for added security. - Files can be protected with a password for added security.
- Password-protected files are encrypted to ensure privacy and secure storage. - Password-protected files are encrypted to ensure privacy and secure storage.
---
## Admin Panel ## Admin Panel
- Centralized management for files and settings. - Centralized management for files and settings.
- Adjustable file size limits and file lifetime configurations in the admin panel. - Adjustable file size limits and file lifetime configurations in the admin panel.
- Logs and activity tracking for enhanced oversight. - Logs and activity tracking for enhanced oversight.
- Disable “View Files” : Turn off the built-in file listing page for enhanced privacy (removes the "hidden" files option as it removes the need for it). - Disable “View Files” : Turn off the built-in file listing page for enhanced privacy (removes the "hidden" files option as it removes the need for it).
---
## Technologies Used ## Technologies Used
- **Java** - **Java**