diff --git a/README.md b/README.md index 79aca86..cf4d35e 100644 --- a/README.md +++ b/README.md @@ -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.