{"id":37662867,"url":"https://github.com/vividsystem/spaces","last_synced_at":"2026-01-16T11:52:21.698Z","repository":{"id":324563026,"uuid":"1093518007","full_name":"vividsystem/spaces","owner":"vividsystem","description":"a file sharing solution for you and your friends.","archived":false,"fork":false,"pushed_at":"2025-11-16T16:05:35.000Z","size":109,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-16T17:25:40.812Z","etag":null,"topics":["software","storage"],"latest_commit_sha":null,"homepage":"https://spaces.vividsystem.dev/","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/vividsystem.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":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-10T13:35:00.000Z","updated_at":"2025-11-16T15:45:45.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/vividsystem/spaces","commit_stats":null,"previous_names":["vividsystem/spaces"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/vividsystem/spaces","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vividsystem%2Fspaces","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vividsystem%2Fspaces/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vividsystem%2Fspaces/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vividsystem%2Fspaces/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vividsystem","download_url":"https://codeload.github.com/vividsystem/spaces/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vividsystem%2Fspaces/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478390,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["software","storage"],"created_at":"2026-01-16T11:52:21.625Z","updated_at":"2026-01-16T11:52:21.684Z","avatar_url":"https://github.com/vividsystem.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# spaces\na file sharing solution for you and your friends.\n\n## Idea and Motivation\nI was on a trip with friends recently. Not all of them had the same OS on their phone and we didn't want to send the files via messenger. So I had the idea to build this.\nIt is supposed to be file sharing managed into groups. I intend on adding auth in the future. I didn't have time to implement everything as this is MY *FIRST PROJECT IN RUST*. \n\n## Features\n- file sharing for groups\n- speeeeeed (cuz Rust)\n- very nice logging in the backend\n- metadata storage\n- automatic file-deduplication (no file is stored more than once at the same time)\n\n\n## Requirements\n- UNIX OS? probably even windows\n- Bun (or another TS/JS runtime) and Rust installed\n\n\n## Deploy\n```bash\ncd backend\ncargo build --release\ncd ../web\nbun run build\n```\n\n### Example Systemd services\n#### Backend\n```ini\n[Unit]\nDescription=Spaces Backend\nAfter=network.target\n\n[Service]\nType=simple\nUser=your-user\nWorkingDirectory=/home/your-user/your-app\nExecStart=/home/your-user/your-app/target/release/your-binary-name\nRestart=on-failure\nRestartSec=5\nEnvironment=\"RUST_LOG=info\"\n\n[Install]\nWantedBy=multi-user.target\n```\n#### Web\n```ini\n[Unit]\nDescription=Spaces Web\nAfter=network.target\n\n[Service]\nType=simple\nUser=your-user\nWorkingDirectory=/home/your-user/your-project\nExecStart=/home/your-user/.bun/bin/bun run src/index.ts\nRestart=on-failure\nRestartSec=5\nEnvironment=\"NODE_ENV=production\"\nEnvironment=\"PORT=3000\"\n\n[Install]\nWantedBy=multi-user.target\n```\n\n## Configuration\n[Frontend Configuration](./web/README.md)\n[Backend Configuration](./backend/README.md)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvividsystem%2Fspaces","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvividsystem%2Fspaces","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvividsystem%2Fspaces/lists"}