{"id":30823932,"url":"https://github.com/arc53/pastevault","last_synced_at":"2026-03-14T23:00:50.908Z","repository":{"id":311972406,"uuid":"1045831354","full_name":"arc53/pastevault","owner":"arc53","description":"Modern secure pastebin with a VS Code-like editor. Share code, text, and markdown securely with automatic expiry and burn-after-read options.","archived":false,"fork":false,"pushed_at":"2026-02-03T00:19:24.000Z","size":1894,"stargazers_count":134,"open_issues_count":36,"forks_count":3,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-15T04:22:17.491Z","etag":null,"topics":["bin","e2ee","encryption","hacktoberfest","note","paste","pastebin","privatebin","privatebin-alternative","sharing"],"latest_commit_sha":null,"homepage":"https://pastevault.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arc53.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-08-27T19:20:19.000Z","updated_at":"2026-02-09T12:39:25.000Z","dependencies_parsed_at":"2025-09-25T00:13:25.339Z","dependency_job_id":"7d83ef05-c2a2-48d0-b38b-3698167ce22d","html_url":"https://github.com/arc53/pastevault","commit_stats":null,"previous_names":["arc53/pastevault"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/arc53/pastevault","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arc53%2Fpastevault","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arc53%2Fpastevault/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arc53%2Fpastevault/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arc53%2Fpastevault/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arc53","download_url":"https://codeload.github.com/arc53/pastevault/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arc53%2Fpastevault/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30520817,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-14T19:51:21.629Z","status":"ssl_error","status_checked_at":"2026-03-14T19:51:12.959Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["bin","e2ee","encryption","hacktoberfest","note","paste","pastebin","privatebin","privatebin-alternative","sharing"],"created_at":"2025-09-06T11:09:16.264Z","updated_at":"2026-03-14T23:00:50.897Z","avatar_url":"https://github.com/arc53.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PasteVault\n\nAn open-source, E2EE pastebin with a VS Code-like editor\n\n\n\u003cimg width=\"2880\" height=\"1634\" alt=\"CleanShot 2025-09-02 at 13 59 55@2x\" src=\"https://github.com/user-attachments/assets/221c0d5d-825a-4366-9ba0-685b71060549\" /\u003e\n\n\n## Quickstart\n\n### A) One command (Node.js)\n\nRequirements: Node.js 20.19+, 22.13+, or 24+ and npm.\n\n```bash\nnpx pastevault up\n```\n\n### B) Docker Compose (all-in-one)\n\nRequirements: Docker and Docker Compose.\n\n```bash\ngit clone https://github.com/arc53/pastevault.git\ncd pastevault\ndocker compose -f docker-compose.all.yml up -d\n```\n\n- Frontend: http://localhost:3000\n- Backend: http://localhost:3001\n\nShutdown:\n```bash\ndocker compose -f docker-compose.all.yml down\n```\n\n## Features\n\n- End-to-end encryption (XChaCha20-Poly1305) with client-side key generation\n- Zero-knowledge: decryption key kept in URL fragment (#), never sent to server\n- Optional password mode (PBKDF2) and per-paste expiry/burn-after-read\n- Markdown support with code syntax highlighting\n- Simple REST API with validation and rate limiting\n- SQLite (default) or PostgreSQL storage\n\n## Minimal configuration\n\nBackend (.env):\n```env\nDATABASE_URL=postgresql://pastevault:pastevault_dev_password@localhost:5432/pastevault\nDATABASE_PROVIDER=postgresql\nPORT=3001\nCORS_ORIGIN=http://localhost:3000\n```\n\nFrontend (.env.local):\n```env\n# Important: include /api at the end\nNEXT_PUBLIC_API_URL=http://localhost:3001/api\n```\n\n## License\n\nGNU General Public License v3.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farc53%2Fpastevault","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farc53%2Fpastevault","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farc53%2Fpastevault/lists"}