This commit is contained in:
retoor 2025-11-13 12:32:37 +01:00
parent 9cf65cce42
commit 8f9ff80cb4

View File

@ -1,6 +1,6 @@
# 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
@ -37,7 +37,6 @@ MyWebdav is a commercial cloud storage web application designed for secure, scal
- **Webhook Support**: Integration with external services via webhooks
### Administration
- **Billing Integration**: Stripe-powered subscription management and invoicing
- **Usage Analytics**: Detailed reporting on storage consumption and bandwidth usage
- **Admin Console**: Centralized user management and system monitoring
- **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)
- `DOMAIN_NAME`: Your domain for HTTPS certificates
- `SMTP_*`: Email server configuration
- `STRIPE_*`: Payment processing credentials
- `STORAGE_PATH`: Local storage directory path
See `.env.example` for a complete list of configuration options.