{"id":44533328,"url":"https://github.com/delorenj/ssbnk","last_synced_at":"2026-02-13T18:41:48.827Z","repository":{"id":304275470,"uuid":"1018280169","full_name":"delorenj/ssbnk","owner":"delorenj","description":"Lightweight screenshot/gif server built for frictionless, agent-agnostic LLM consumption","archived":false,"fork":false,"pushed_at":"2025-08-06T06:15:34.000Z","size":628,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-27T23:45:49.022Z","etag":null,"topics":["claude-code","clipboard","gemini-cli","gif","screenshots","self-hosted"],"latest_commit_sha":null,"homepage":"https://delorenj.com","language":"Shell","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/delorenj.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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":"2025-07-12T00:00:49.000Z","updated_at":"2025-12-03T18:20:15.000Z","dependencies_parsed_at":"2025-08-06T08:16:05.168Z","dependency_job_id":"cc5e8cfa-1d59-4066-8f5c-c522fb07e5b9","html_url":"https://github.com/delorenj/ssbnk","commit_stats":null,"previous_names":["delorenj/bloodbank","delorenj/ssbnk"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/delorenj/ssbnk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delorenj%2Fssbnk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delorenj%2Fssbnk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delorenj%2Fssbnk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delorenj%2Fssbnk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/delorenj","download_url":"https://codeload.github.com/delorenj/ssbnk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delorenj%2Fssbnk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29414282,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"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":["claude-code","clipboard","gemini-cli","gif","screenshots","self-hosted"],"created_at":"2026-02-13T18:41:47.967Z","updated_at":"2026-02-13T18:41:48.819Z","avatar_url":"https://github.com/delorenj.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ssbnk (ScreenShot Bank)\n\n**Screenshot sharing that hits different**\n\nA dead simple, lightning-fast screenshot hosting service designed for developers, content creators, and anyone who needs instant screenshot sharing.\n\n## ✨ Features\n\n- 📸 **Instant hosting**: Screenshots are immediately available via HTTPS\n- 📋 **Auto-clipboard**: URLs automatically copied to clipboard\n- 🗑️ **Smart cleanup**: Configurable retention with intelligent daily cleanup\n- 🖥️ **Display server agnostic**: Supports both X11 and Wayland seamlessly\n- 🔒 **Secure by default**: Hosted behind reverse proxy with automatic TLS\n- ⚡ **Lightning fast**: Go-powered file watcher with minimal overhead\n- 🎯 **Zero configuration**: Works out of the box with sensible defaults\n\n## 🚀 Quick Start\n\n```bash\n# Simple one-liner\ncurl -sSL https://raw.githubusercontent.com/delorenj/ssbnk/main/scripts/run-ssbnk.sh | bash\n\n# Or run manually\ndocker run -d \\\n  --name ssbnk \\\n  --network host \\\n  --privileged \\\n  -v $HOME/screenshots:/watch \\\n  -v ssbnk_data:/data \\\n  -v /tmp/.X11-unix:/tmp/.X11-unix:rw \\\n  -v /run/user/1000:/run/user/1000:rw \\\n  -e SSBNK_URL=https://screenshots.example.com \\\n  -e DISPLAY=$DISPLAY \\\n  -e WAYLAND_DISPLAY=$WAYLAND_DISPLAY \\\n  -e XDG_RUNTIME_DIR=/run/user/1000 \\\n  ssbnk/ssbnk:latest\n```\n\n## 🔄 Workflow\n\n1. Screenshot saved to your configured watch directory\n2. Watcher detects new file instantly\n3. File moved to hosted directory with timestamp-based naming\n4. URL copied to clipboard automatically\n5. Daily cleanup archives old files based on retention policy\n\n## 📚 Documentation\n\n- [GitHub Repository](https://github.com/delorenj/ssbnk)\n- [Configuration Guide](https://github.com/delorenj/ssbnk/blob/main/docs/CONFIGURATION.md)\n- [Troubleshooting](https://github.com/delorenj/ssbnk/blob/main/docs/TROUBLESHOOTING.md)\n- [API Documentation](https://github.com/delorenj/ssbnk/blob/main/docs/API.md)\n\n## 🏷️ Tags\n\n- `latest` - Latest stable release\n- `v1.0.0` - Specific version tags\n- `main` - Latest development build\n\n## 📄 License\n\nMIT License - see [LICENSE](https://github.com/delorenj/ssbnk/blob/main/LICENSE) for details.\n\n---\n\n**Made with 📸 and ❤️ by delorenj, for developers.**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelorenj%2Fssbnk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdelorenj%2Fssbnk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelorenj%2Fssbnk/lists"}