{"id":13457001,"url":"https://github.com/szabodanika/microbin","last_synced_at":"2025-05-12T20:48:57.211Z","repository":{"id":38289779,"uuid":"480154226","full_name":"szabodanika/microbin","owner":"szabodanika","description":"A secure, configurable file-sharing and URL shortening web app written in Rust.","archived":false,"fork":false,"pushed_at":"2024-11-02T10:43:56.000Z","size":5609,"stargazers_count":2909,"open_issues_count":109,"forks_count":184,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-04-23T17:50:39.419Z","etag":null,"topics":["actix","askama","bin","microbin","opensource","paste","pastebin","rust","web"],"latest_commit_sha":null,"homepage":"https://microbin.eu","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/szabodanika.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"szabodanika"}},"created_at":"2022-04-10T22:21:27.000Z","updated_at":"2025-04-22T08:54:22.000Z","dependencies_parsed_at":"2024-01-03T06:05:02.086Z","dependency_job_id":"0a7ce26f-a3c6-4988-8aae-0869e1e771a7","html_url":"https://github.com/szabodanika/microbin","commit_stats":{"total_commits":184,"total_committers":30,"mean_commits":6.133333333333334,"dds":0.5326086956521738,"last_synced_commit":"b8a0c5490d681550d982ad02d67a1aaa0897f503"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szabodanika%2Fmicrobin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szabodanika%2Fmicrobin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szabodanika%2Fmicrobin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szabodanika%2Fmicrobin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/szabodanika","download_url":"https://codeload.github.com/szabodanika/microbin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253820085,"owners_count":21969473,"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":["actix","askama","bin","microbin","opensource","paste","pastebin","rust","web"],"created_at":"2024-07-31T08:01:31.632Z","updated_at":"2025-05-12T20:48:57.173Z","avatar_url":"https://github.com/szabodanika.png","language":"Rust","readme":"\n![Screenshot](.github/index.png)\n\n# MicroBin\n\n![Build](https://github.com/szabodanika/microbin/actions/workflows/rust.yml/badge.svg)\n[![crates.io](https://img.shields.io/crates/v/microbin.svg)](https://crates.io/crates/microbin)\n[![Docker Image](https://github.com/szabodanika/microbin/actions/workflows/release.yml/badge.svg)](https://hub.docker.com/r/danielszabo99/microbin)\n[![Docker Pulls](https://img.shields.io/docker/pulls/danielszabo99/microbin?label=Docker%20pulls)](https://img.shields.io/docker/pulls/danielszabo99/microbin?label=Docker%20pulls)\n\nMicroBin is a super tiny, feature-rich, configurable, self-contained and self-hosted paste bin web application. It is very easy to set up and use, and will only require a few megabytes of memory and disk storage. It takes only a couple minutes to set it up, why not give it a try now?\n\n### Check out the Public Test Server at [pub.microbin.eu](https://pub.microbin.eu)!\n\n### Or host MicroBin yourself\n\nRun our quick docker setup script ([DockerHub](https://hub.docker.com/r/danielszabo99/microbin)):\n```bash\nbash \u003c(curl -s https://microbin.eu/docker.sh)\n```\n\nOr install it manually from [Cargo](https://crates.io/crates/microbin):\n\n```bash\ncargo install microbin;\ncurl -L -O https://raw.githubusercontent.com/szabodanika/microbin/master/.env;\nsource .env;\nmicrobin\n```\n\nOn our website [microbin.eu](https://microbin.eu), you will find the following:\n\n- [Screenshots](https://microbin.eu/screenshots/)\n- [Guide and Documentation](https://microbin.eu/docs/intro)\n- [Donations and Sponsorships](https://microbin.eu/sponsorship)\n- [Roadmap](https://microbin.eu/roadmap)\n\n## Features\n\n- Entirely self-contained executable, MicroBin is a single file!\n- Server-side and client-side encryption\n- File uploads (e.g. `server.com/file/pig-dog-cat`)\n- Raw text serving (e.g. `server.com/raw/pig-dog-cat`)\n- QR code support\n- URL shortening and redirection\n- Animal names instead of random numbers for upload identifiers (64 animals)\n- SQLite and JSON database support\n- Private and public, editable and uneditable, automatically and never expiring uploads\n- Automatic dark mode and custom styling support with very little CSS and only vanilla JS (see [`water.css`](https://github.com/kognise/water.css))\n- And much more!\n\n## What is an upload?\n\nIn MicroBin, an upload can be:\n\n- A text that you want to paste from one machine to another, e.g. some code,\n- A file that you want to share, e.g. a video that is too large for Discord, a zip with a code project in it or an image,\n- A URL redirection.\n\n## When is MicroBin useful?\n\nYou can use MicroBin:\n\n- To send long texts to other people,\n- To send large files to other people,\n- To share secrets or sensitive documents securely,\n- As a URL shortener/redirect service,\n- To serve content on the web, eg . configuration files for testing, images, or any other file content using the Raw functionality,\n- To move files between your desktop and a server you access from the console,\n- As a \"postbox\" service where people can upload their files or texts, but they cannot see or remove what others sent you,\n- Or even to take quick notes.\n\n...and many other things, why not get creative?\n\nMicroBin and MicroBin.eu are available under the [BSD 3-Clause License](LICENSE).\n\n© Dániel Szabó 2022-2024\n","funding_links":["https://github.com/sponsors/szabodanika"],"categories":["Rust","置顶","Software","网络信息服务","Apps"],"sub_categories":["04、多媒体处理中心","Pastebins","资源传输下载","Tools"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fszabodanika%2Fmicrobin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fszabodanika%2Fmicrobin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fszabodanika%2Fmicrobin/lists"}