Selfhosted cloud solution based on Rust and postgresql. uses flutter for the web interface
Go to file
Mercurio a95d455b2e feat: implement file sharing and management functionality
- Add config.dart for API configuration
- Implement sidebar navigation with logout functionality
- Add file sharing dialog with public/private options
- Create shares page to view and manage shared files
- Implement file upload/download/delete operations
- Add authentication persistence using shared preferences
- Configure CORS for API to enable cross-origin requests
2025-06-02 15:37:06 +02:00
api feat: implement file sharing and management functionality 2025-06-02 15:37:06 +02:00
lightcloud_app feat: implement file sharing and management functionality 2025-06-02 15:37:06 +02:00
.gitignore feat: add initial Flutter project structure and auth screen 2025-05-28 23:52:05 +02:00
docker-compose.yml Initial API implementation, built with Rust and Axum 2025-05-28 22:34:21 +02:00
Dockerfile Initial API implementation, built with Rust and Axum 2025-05-28 22:34:21 +02:00
LICENSE Initial commit 2025-05-28 22:31:39 +02:00
README.md Initial commit 2025-05-28 22:31:39 +02:00

litecloud

Selfhosted cloud solution based on Rust and postgresql. uses flutter for the web interface