{"id":34742170,"url":"https://github.com/abhi-g80/chipku","last_synced_at":"2025-12-25T04:19:58.531Z","repository":{"id":51820044,"uuid":"399577431","full_name":"abhi-g80/chipku","owner":"abhi-g80","description":"A simple pastebin in Golang","archived":false,"fork":false,"pushed_at":"2025-08-07T06:31:20.000Z","size":922,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-07T08:29:12.828Z","etag":null,"topics":["golang","pastebin","pastebin-service"],"latest_commit_sha":null,"homepage":"","language":"Go","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/abhi-g80.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}},"created_at":"2021-08-24T19:09:50.000Z","updated_at":"2025-08-07T06:31:18.000Z","dependencies_parsed_at":"2024-03-04T19:46:48.500Z","dependency_job_id":"580e984b-7d4e-4386-a7fd-2e3cb47a93f7","html_url":"https://github.com/abhi-g80/chipku","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/abhi-g80/chipku","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhi-g80%2Fchipku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhi-g80%2Fchipku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhi-g80%2Fchipku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhi-g80%2Fchipku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abhi-g80","download_url":"https://codeload.github.com/abhi-g80/chipku/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhi-g80%2Fchipku/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28019188,"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","status":"online","status_checked_at":"2025-12-25T02:00:05.988Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["golang","pastebin","pastebin-service"],"created_at":"2025-12-25T04:19:57.783Z","updated_at":"2025-12-25T04:19:58.526Z","avatar_url":"https://github.com/abhi-g80.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"![build](https://github.com/abhi-g80/chipku/actions/workflows/build.yml/badge.svg)\n![test](https://github.com/abhi-g80/chipku/actions/workflows/test.yml/badge.svg)\n[![Go Report Card](https://goreportcard.com/badge/github.com/abhi-g80/chipku)](https://goreportcard.com/report/github.com/abhi-g80/chipku)\n\nChipku - a no frill pastebin 🗑️\n==============================\nPastebin in Golang.\n\nThis is an in-memory paste bin which tries to be extremely minimal and doesn't get in the way. Simply a tool to quickly share snippets. No backend databases, no code formatting or code commenting, no self-destructing messages.\n\nIf you restart the application, you **will lose** your snippets.\n\n\nInstallation\n------------\n\nYou may download the standalone binary from the [releases](https://github.com/abhi-g80/chipku/releases) section and run it as,\n\n    ./chipku serve\n\nBy default the binary starts listening on port `8080`. To change this, please set the port using `--port` flag.\n\n    ./chipku serve --port=8081\n\nOr you may download the project and build (or run) from source,\n\n    go build -o chipku \u0026\u0026 ./chipku serve\n    # or\n    go install \u0026\u0026 chipku serve\n\nUsage\n-----\n\nSimply visit the homepage and paste your text that you would like to share.\n\nOr you can simply use command-line to `PUT` your text, using `httpie`\n\n![httpie](docs/httpie.png \"httpie\")\n\nTo get your snippet in command-line, set the `X-No-Html` HTTP header,\n\n![httpie-get](docs/httpie-get.png \"httpie-get\")\n\n\nDevelopment\n------------\n\nTo run tests, use\n\n    make test\n\nBuilding the docker image and running it using docker-compose (serves over port 8090)\n\n    make up\n\nChecking the logs\n\n```bash\ndocker compose logs # or docker-compose logs\n```\n\n![dockerlogs](docs/dockerlogs.png \"dockerlogs\")\n\nStructured logs for easy parsing in tools like Datadog.\n\nFor linting and local builds\n\n    make lint\n    make build\n\nCredits\n-------\n\nThis app was inspired by [bin](https://github.com/w4/bin), a pastebin in rust.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhi-g80%2Fchipku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabhi-g80%2Fchipku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhi-g80%2Fchipku/lists"}