An open source alternative to Google Drive, One Drive, iCloud, etc.

7 Open Issues Need Help Last updated: Jun 19, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement integration tests for Create, Read, Update, and Delete (CRUD) operations for Google Drive, OneDrive, and Box cloud storage providers within the Nimbus project. This ensures the functionality of interacting with these providers is correctly implemented and robust.

Complexity: 4/5
help wanted tests

An open source alternative to Google Drive, One Drive, iCloud, etc.

TypeScript
Box support 2 months ago

AI Summary: This task requires integrating Box cloud storage support into the Nimbus application. This involves updating the BetterAuth configuration to handle Box logins, creating a Box provider SDK (or utilizing an existing one), implementing basic file operations mirroring Google Drive functionality, building a general provider utility for selecting providers, and updating application routes to use the general provider. The task also includes account linking functionality.

Complexity: 4/5
help wanted New Feature Request

An open source alternative to Google Drive, One Drive, iCloud, etc.

TypeScript

AI Summary: Implement drag-and-drop functionality for files and folders within the Nimbus cloud storage application. This includes the ability to move files and folders between directories and to add/remove tags via drag-and-drop.

Complexity: 4/5
help wanted New Feature Request

An open source alternative to Google Drive, One Drive, iCloud, etc.

TypeScript

AI Summary: Implement a file tree navigation sidebar for a cloud storage application. This involves recursively fetching and displaying folder contents from various cloud providers (Google Drive, OneDrive, etc.), handling large folder structures efficiently, and providing visual feedback (e.g., folder expansion/collapse icons). The implementation should consider API rate limits and optimize performance through caching and potentially limiting initial data retrieval.

Complexity: 4/5
help wanted New Feature Request

An open source alternative to Google Drive, One Drive, iCloud, etc.

TypeScript
S3 support 2 months ago

AI Summary: The task involves adding support for Amazon S3 cloud storage to the Nimbus project. This includes figuring out how to manage multiple S3 accounts (without OAuth), setting up the necessary S3 SDK, and creating a provider class to handle basic file operations mirroring Google Drive's functionality. The provider class may be generalized to support other cloud providers.

Complexity: 4/5
help wanted New Feature Request

An open source alternative to Google Drive, One Drive, iCloud, etc.

TypeScript
Dropbox support 2 months ago

AI Summary: This task requires adding Dropbox support to the Nimbus cloud storage application. This involves configuring BetterAuth for Dropbox login, creating a Dropbox provider SDK (or utilizing an existing one), implementing basic file operations mirroring Google Drive functionality, building a general provider utility, and updating application routes to use this utility.

Complexity: 4/5
help wanted New Feature Request

An open source alternative to Google Drive, One Drive, iCloud, etc.

TypeScript

AI Summary: Redesign the Nimbus cloud storage application dashboard based on a provided Figma design. This involves breaking down the redesign into smaller, manageable pull requests focusing on the header, sidebar, and file display components. Each component should integrate with existing functionality to fetch and display data from Google Drive, rather than using dummy data.

Complexity: 4/5
enhancement help wanted

An open source alternative to Google Drive, One Drive, iCloud, etc.

TypeScript