{"id":45033265,"url":"https://github.com/vicnasdev/drp","last_synced_at":"2026-02-24T18:01:13.616Z","repository":{"id":339228710,"uuid":"1160975939","full_name":"vicnasdev/drp","owner":"vicnasdev","description":"Drop text or files instantly. No account — just a key. Share the link.","archived":false,"fork":false,"pushed_at":"2026-02-22T18:44:37.000Z","size":901,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-22T19:43:05.684Z","etag":null,"topics":["clipboard","cloudinary","django","file-sharing","open-source","pastebin","privacy","python","railway","self-hosted"],"latest_commit_sha":null,"homepage":"https://drp.vicnas.me","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vicnasdev.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":null,"dco":null,"cla":null}},"created_at":"2026-02-18T15:39:03.000Z","updated_at":"2026-02-22T18:44:40.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/vicnasdev/drp","commit_stats":null,"previous_names":["vic-nas/drp","vicnasdev/drp"],"tags_count":52,"template":false,"template_full_name":null,"purl":"pkg:github/vicnasdev/drp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vicnasdev%2Fdrp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vicnasdev%2Fdrp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vicnasdev%2Fdrp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vicnasdev%2Fdrp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vicnasdev","download_url":"https://codeload.github.com/vicnasdev/drp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vicnasdev%2Fdrp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29748786,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T07:44:07.782Z","status":"ssl_error","status_checked_at":"2026-02-23T07:44:07.432Z","response_time":90,"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":["clipboard","cloudinary","django","file-sharing","open-source","pastebin","privacy","python","railway","self-hosted"],"created_at":"2026-02-19T06:03:19.643Z","updated_at":"2026-02-23T17:01:10.388Z","avatar_url":"https://github.com/vicnasdev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# drp ![version](https://img.shields.io/github/v/tag/vicnasdev/drp)\n\nDrop files or paste text, get a link instantly.  \n**[Live →](https://drp.vicnas.me)**\n```bash\npipx install drp-cli\ndrp setup \u0026\u0026 drp up \"hello world\"\n```\n\n## Deploy\n\n\u003e ⚠️ Self-hosting for personal or internal use only — see [LICENSE](LICENSE).\n\n[![Deploy on Railway](https://railway.app/button.svg)](https://railway.com?referralCode=ZIdvo-)\n\n1. Fork → Railway → connect repo → add PostgreSQL\n2. Set env vars (see below)\n3. Start command:\n```\n   python manage.py collectstatic --noinput \u0026\u0026 python manage.py migrate \u0026\u0026 gunicorn project.wsgi --bind 0.0.0.0:$PORT --workers 17 --worker-class gthread --threads 2\n```\n4. Create superuser via Railway shell: `python manage.py createsuperuser`\n\n## Environment variables\n\n| Variable | Required | Description |\n|---|---|---|\n| `SECRET_KEY` | ✓ | Django secret key |\n| `DOMAIN` | ✓ | e.g. `hello.me` |\n| `DB_URL` | ✓ | PostgreSQL connection string (Railway injects this) |\n| `B2_KEY_ID` | ✓ | Backblaze B2 application key ID |\n| `B2_APP_KEY` | ✓ | Backblaze B2 application key secret |\n| `B2_BUCKET_NAME` | ✓ | e.g. `drp-files` |\n| `B2_ENDPOINT_URL` | ✓ | e.g. `https://s3.us-east-005.backblazeb2.com` |\n| `ADMIN_EMAIL` | — | Shown on error pages |\n| `RESEND_API_KEY` | — | Transactional email via Resend |\n| `DEFAULT_FROM_EMAIL` | — | Defaults to `noreply@{DOMAIN}` |\n| `LEMONSQUEEZY_API_KEY` | — | Billing via Lemon Squeezy |\n| `LEMONSQUEEZY_SIGNING_SECRET` | — | Webhook signature verification |\n| `LEMONSQUEEZY_STORE_ID` | — | Lemon Squeezy store ID |\n| `LEMONSQUEEZY_STARTER_VARIANT_ID` | — | Starter plan variant ID |\n| `LEMONSQUEEZY_PRO_VARIANT_ID` | — | Pro plan variant ID |\n| `ADSENSE_CLIENT` | — | e.g. `ca-pub-xxxxxxxxxxxxxxxx` — enables AdSense |\n| `ADSENSE_SLOT` | — | AdSense slot ID |\n| `DEBUG` | — | `True` only for local dev, never in production |\n\n## Run locally\n```bash\npip install -r requirements.txt\npython manage.py migrate\npython manage.py runserver\n```\n\nSet env vars in your shell or a `.env` file:\n```bash\nSECRET_KEY=any-random-string\nDEBUG=True\n# B2 vars required for file uploads/downloads\nB2_KEY_ID=...\nB2_APP_KEY=...\nB2_BUCKET_NAME=drp-files\nB2_ENDPOINT_URL=https://s3.us-east-005.backblazeb2.com\n```\n\n## Plans\n\n| | Free | Starter ($3/mo) | Pro ($8/mo) |\n|---|---|---|---|\n| Max file | 200 MB | 1 GB | 5 GB |\n| Storage | — | 5 GB | 20 GB |\n| Locked drops | ✗ | ✓ | ✓ |\n| Renewable | ✗ | ✓ | ✓ |\n\n## License\n\nServer: source-available, personal/internal use only.  \nSee [LICENSE](LICENSE).  \nCLI (`cli/`): MIT.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvicnasdev%2Fdrp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvicnasdev%2Fdrp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvicnasdev%2Fdrp/lists"}