Cloud storage for creators
Top 85.5% on sourcepulse
Voltaserve offers a cloud storage solution designed for creators, enabling natural language interaction with files and data. It aims to provide a fluid, powerful, and privacy-focused computing experience, allowing users to manage large files, extract document insights, stream videos, and collaborate securely, all while retaining data ownership.
How It Works
Voltaserve leverages a microservices architecture orchestrated via Docker Compose, with distinct services for API, identity, conversion, WebDAV, natural language processing (via Google Gemini API for its "Murph" feature), mosaic technology for large image handling, and a user interface. This modular design allows for scalability and specialized processing of various file types and user interactions.
Quick Start & Requirements
docker compose pull
followed by docker compose up -d
..env
file. SMTP server details are also needed for email confirmation..env
file for API keys, hostname, and SMTP settings.Highlighted Details
Maintenance & Community
The project is developed by kouprlabs. Links to community channels or roadmaps are not explicitly provided in the README.
Licensing & Compatibility
Released under the Business Source License 1.1 (BSL 1.1). This license typically allows free use for a period or under certain conditions, after which it converts to a more permissive license like Apache 2.0. Specific restrictions for commercial use should be reviewed in the full license text.
Limitations & Caveats
The "Murph" feature is optional and requires a paid Google Gemini API key. The core functionality relies on Docker, and port conflicts can arise if default ports are already in use. SMTP configuration is necessary for account creation confirmation.
4 days ago
1 day