Update.
This commit is contained in:
parent
9cf65cce42
commit
8f9ff80cb4
@ -1,6 +1,6 @@
|
|||||||
# MyWebdav
|
# MyWebdav
|
||||||
|
|
||||||
MyWebdav is a commercial cloud storage web application designed for secure, scalable file management and sharing. Built with modern web technologies, it provides a comprehensive solution for individuals and organizations seeking full control over their data storage.
|
MyWebdav is a self-hosted cloud storage web application designed for secure, scalable file management and sharing. Built with modern web technologies, it provides a comprehensive solution for individuals and organizations seeking full control over their data storage.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
@ -37,7 +37,6 @@ MyWebdav is a commercial cloud storage web application designed for secure, scal
|
|||||||
- **Webhook Support**: Integration with external services via webhooks
|
- **Webhook Support**: Integration with external services via webhooks
|
||||||
|
|
||||||
### Administration
|
### Administration
|
||||||
- **Billing Integration**: Stripe-powered subscription management and invoicing
|
|
||||||
- **Usage Analytics**: Detailed reporting on storage consumption and bandwidth usage
|
- **Usage Analytics**: Detailed reporting on storage consumption and bandwidth usage
|
||||||
- **Admin Console**: Centralized user management and system monitoring
|
- **Admin Console**: Centralized user management and system monitoring
|
||||||
- **API Access**: RESTful API for third-party integrations
|
- **API Access**: RESTful API for third-party integrations
|
||||||
@ -98,7 +97,6 @@ MyWebdav uses environment variables for configuration. Key settings include:
|
|||||||
- `SECRET_KEY`: JWT signing key (generate a secure random key)
|
- `SECRET_KEY`: JWT signing key (generate a secure random key)
|
||||||
- `DOMAIN_NAME`: Your domain for HTTPS certificates
|
- `DOMAIN_NAME`: Your domain for HTTPS certificates
|
||||||
- `SMTP_*`: Email server configuration
|
- `SMTP_*`: Email server configuration
|
||||||
- `STRIPE_*`: Payment processing credentials
|
|
||||||
- `STORAGE_PATH`: Local storage directory path
|
- `STORAGE_PATH`: Local storage directory path
|
||||||
|
|
||||||
See `.env.example` for a complete list of configuration options.
|
See `.env.example` for a complete list of configuration options.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user