{"id":26991666,"url":"https://github.com/eternityx/rustybin","last_synced_at":"2026-04-28T15:42:16.950Z","repository":{"id":285491005,"uuid":"950482630","full_name":"EternityX/rustybin","owner":"EternityX","description":"A simple, fast, and secure paste bin service for your code.","archived":false,"fork":false,"pushed_at":"2025-04-01T02:23:21.000Z","size":223,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-20T23:08:40.747Z","etag":null,"topics":["paste","pastebin","rust","rust-lang"],"latest_commit_sha":null,"homepage":"https://rustybin.net","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EternityX.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2025-03-18T08:28:37.000Z","updated_at":"2025-04-01T04:11:37.000Z","dependencies_parsed_at":"2025-04-01T03:24:52.773Z","dependency_job_id":"5ec8d831-8292-4903-9257-6bcab1bdb138","html_url":"https://github.com/EternityX/rustybin","commit_stats":null,"previous_names":["eternityx/rustybin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EternityX/rustybin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EternityX%2Frustybin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EternityX%2Frustybin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EternityX%2Frustybin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EternityX%2Frustybin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EternityX","download_url":"https://codeload.github.com/EternityX/rustybin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EternityX%2Frustybin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261032114,"owners_count":23100051,"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":["paste","pastebin","rust","rust-lang"],"created_at":"2025-04-03T22:16:29.548Z","updated_at":"2026-04-28T15:42:11.913Z","avatar_url":"https://github.com/EternityX.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cimg src=\"https://raw.githubusercontent.com/EternityX/rustybin/3ffa9b32aa8d5e5d5178ff7ee82ba288b440e9dc/site/public/favicon.svg\" width=\"40\" height=\"30\"\u003e [RustyBin](https://rustybin.net)\n\nA modern, secure pastebin service built with Rust and React. RustyBin allows you to create, view, and share text snippets with optional syntax highlighting and encryption.\n\n## Features\n\n- **Secure Text Sharing**: Create and share encrypted text snippets\n- **Syntax Highlighting**: Support for multiple programming languages using Prism\n- **Modern UI**: Built with React and TypeScript\n- **RESTful API**: API for creating, retrieving, and deleting pastes\n- **SQLite Database**: Lightweight, file-based database for storing pastes\n- **End-to-End Encryption**: Client-side encryption for sensitive data, server has no knowledge of the paste contents\n\n## Getting Started\n\n### Prerequisites\n\n- Rust (latest stable)\n- Node.js (v18+)\n- pnpm\n\n### Backend Setup\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/EternityX/rustybin.git\n   cd rustybin\n   ```\n\n2. Set up environment variables:\n\n   ```bash\n   cp .env.example .env\n   # Edit .env with your configuration\n   ```\n\n3. Build and run the Rust backend:\n   ```bash\n   cargo run\n   ```\n\nThe backend server will start on http://localhost:3000 (or the port specified in your .env file).\n\n### Frontend Setup\n\n1. Navigate to the frontend directory:\n\n   ```bash\n   cd site\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   pnpm install\n   ```\n\n3. Start the development server:\n   ```bash\n   pnpm dev\n   ```\n\nThe frontend development server will start on http://localhost:5173.\n\n## API Endpoints\n\n- `POST /api/pastes` - Create a new paste\n- `GET /api/pastes/:id` - Get a specific paste\n- `DELETE /api/pastes/:id` - Delete a paste\n\n## Deployment\n\n### Backend\n\nBuild the Rust application for production:\n\n```bash\ncargo build --release\n```\n\n### Frontend\n\nBuild the React application for production:\n\n```bash\ncd site\npnpm build\n```\n\nThe built files will be in the `site/dist` directory, which can be served by the Rust backend.\n\n## CloudFlare\n\nPlease see the `site/DEPLOYMENT.md` to deploy on CloudFlare pages.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feternityx%2Frustybin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feternityx%2Frustybin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feternityx%2Frustybin/lists"}