{"id":15097124,"url":"https://github.com/jtanza/post-pigeon","last_synced_at":"2026-02-07T19:35:42.147Z","repository":{"id":239173328,"uuid":"787133910","full_name":"jtanza/post-pigeon","owner":"jtanza","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-16T15:10:15.000Z","size":153,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T22:15:44.402Z","etag":null,"topics":["bulma","go","sqlite"],"latest_commit_sha":null,"homepage":"https://post-pigeon.com/","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/jtanza.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}},"created_at":"2024-04-16T00:24:39.000Z","updated_at":"2024-07-02T10:27:05.000Z","dependencies_parsed_at":"2024-06-19T14:34:32.077Z","dependency_job_id":null,"html_url":"https://github.com/jtanza/post-pigeon","commit_stats":null,"previous_names":["jtanza/post-pigeon"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtanza%2Fpost-pigeon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtanza%2Fpost-pigeon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtanza%2Fpost-pigeon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtanza%2Fpost-pigeon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jtanza","download_url":"https://codeload.github.com/jtanza/post-pigeon/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248968917,"owners_count":21191162,"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":["bulma","go","sqlite"],"created_at":"2024-09-25T16:04:35.983Z","updated_at":"2026-02-07T19:35:37.007Z","avatar_url":"https://github.com/jtanza.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Post Pigeon\n\nPost Pigeon is a web app that allows users to publish and share posts with others. \n\nThere are no user accounts required to use Post Pigeon.\n\nAll \"authentication\" is achieved through delegation to digital signatures; all posts uploaded are cryptographically signed and only the holder of the keys used to sign the message is able to subsequently delete it.\n\nIt can be self-hosted, run locally or used at [post-pigeon.com](https://post-pigeon.com)\n\nCheckout the [docs](https://post-pigeon.com) for info on using the app and how it works.\n\n## Example\n\n\u003cimg width=\"1436\" alt=\"Screenshot 2024-05-08 at 8 51 51 PM\" src=\"https://github.com/jtanza/post-pigeon/assets/10635096/d7495a7e-fcc5-4a9c-b8e7-5953812f7fff\"\u003e\n\n\n## Running Locally\n\nRunning locally should be pretty straight forward. You'll need Go and SQLite and that's basically it.\n\nClone the repo\n```shell\n$ git clone https://github.com/jtanza/post-pigeon.git \u0026\u0026 cd post-pigeon\n```\nCreate your db\n```shell\n$ touch postpigeon.db\n$ sqlite3 postpigeon.db \u003c migrations/1_add_init_tables.up.sql\n```\nSet your SHA1 [namespace](https://github.com/jtanza/post-pigeon/blob/main/internal/postmanager.go#L174-L179)\n```shell\n$ export POST_PIGEON_NS=\"whatever.youd.like.uuid\"\n```\nRun the app and point your browser to `localhost:80` \n```shell\n$ go run cmd/api/main.go\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjtanza%2Fpost-pigeon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjtanza%2Fpost-pigeon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjtanza%2Fpost-pigeon/lists"}