{"id":14992341,"url":"https://github.com/justdimaa/cloud-rs","last_synced_at":"2026-01-23T04:51:02.501Z","repository":{"id":144229848,"uuid":"608385532","full_name":"justdimaa/cloud-rs","owner":"justdimaa","description":"A file storage service using Rust, gRPC, and MongoDB.","archived":false,"fork":false,"pushed_at":"2023-03-04T23:43:15.000Z","size":34,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-09-24T16:10:16.021Z","etag":null,"topics":["dioxus","file-sharing","grpc","mongodb","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/justdimaa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-01T22:54:14.000Z","updated_at":"2023-09-23T15:37:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"621065ac-9d9b-4280-8da0-d2de0bf527ab","html_url":"https://github.com/justdimaa/cloud-rs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justdimaa%2Fcloud-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justdimaa%2Fcloud-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justdimaa%2Fcloud-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justdimaa%2Fcloud-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/justdimaa","download_url":"https://codeload.github.com/justdimaa/cloud-rs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234200177,"owners_count":18795139,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dioxus","file-sharing","grpc","mongodb","rust"],"created_at":"2024-09-24T15:00:57.763Z","updated_at":"2025-09-25T14:31:06.232Z","avatar_url":"https://github.com/justdimaa.png","language":"Rust","funding_links":[],"categories":["GUI"],"sub_categories":[],"readme":"# cloud-rs\nThis project is currently under development and not yet ready for use in any environments. \n\n## What works so far:\n- Linux support (Windows and macOS untested)\n- User authentication\n- Downloading, uploading, and replacing files\n\n## Setup\n1. Create a `.env` file in the workspace directory, with the following variables:\n```\n# client\nDATABASE_URL=sqlite://cloud-desktop/sync.db # only required for client builds\n\n# api\nAPI_DATABASE_URL=mongodb://root:yourmongopassword@localhost:27017\nAPI_ENDPOINT=[::1]:50051\nAPI_USER_STORAGE_QUOTA=1073741824 # 10 GiB\n\n# docker\nDOCKER_MONGO_USER=root\nDOCKER_MONGO_PWD=yourmongopassword\n```\n\n2. If you don't have a mongodb server running, use this command:\n```\n# docker and docker-compose must be installed on your system\n# a new mongodb server will be set up with the .env credentials\ndocker-compose up -d\n```\n\n3. Start the api server:\n```\ncargo run --bin cloud-api\n```\n\n4. Open the client:\n```\ncargo run --bin cloud-desktop\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustdimaa%2Fcloud-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustdimaa%2Fcloud-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustdimaa%2Fcloud-rs/lists"}