{"id":16790147,"url":"https://github.com/matthewpi/fiche","last_synced_at":"2025-03-28T23:43:47.548Z","repository":{"id":250921286,"uuid":"835861952","full_name":"matthewpi/fiche","owner":"matthewpi","description":"Simple TCP to haste-server proxy","archived":false,"fork":false,"pushed_at":"2024-07-31T16:09:44.000Z","size":15,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T00:43:09.619Z","etag":null,"topics":["fiche","golang","hastebin","hastebin-client","pastebin","tcp"],"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/matthewpi.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-07-30T17:14:57.000Z","updated_at":"2024-08-02T21:02:07.000Z","dependencies_parsed_at":"2024-07-30T21:41:59.106Z","dependency_job_id":"df4e106e-061f-4906-9e67-3ec5458a9180","html_url":"https://github.com/matthewpi/fiche","commit_stats":null,"previous_names":["matthewpi/fiche"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewpi%2Ffiche","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewpi%2Ffiche/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewpi%2Ffiche/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewpi%2Ffiche/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matthewpi","download_url":"https://codeload.github.com/matthewpi/fiche/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246117690,"owners_count":20726068,"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":["fiche","golang","hastebin","hastebin-client","pastebin","tcp"],"created_at":"2024-10-13T08:29:06.142Z","updated_at":"2025-03-28T23:43:47.530Z","avatar_url":"https://github.com/matthewpi.png","language":"Go","readme":"# fiche\n\nSimple hastebin proxy server similar in nature to the original\n[fiche](https://github.com/solusipse/fiche).\n\nInstead of storing data ourselves, we rely on a [haste-server](https://github.com/toptal/haste-server)\nor any HTTP server that accepts a `POST /documents` request that returns a JSON response in the\nformat of `{\"key\":\"string\"}`. The `key` is then joined to the server's URL, forming a response of\n`{url}/{key}` (e.x. `https://ptero.co/{key}`) that is sent back to the caller.\n\nThis tool is used to allow easy sharing of logs and files without any complex bash scripting or\nsoftware installation on systems.\n\n## Client-side Usage\n\nRequests:\n\n```shell script\necho 'Hello, world!' | nc ptero.co 99\n```\n\n```shell script\ncat file.txt | nc ptero.co 99\n```\n\nResponse:\n\n```text\nhttps://ptero.co/{key}\n```\n\n## Server-side Usage\n\n```text\n$ fiche --help\nUsage: fiche [flags]\n\nFlags:\n  -h, --help                         Show context-sensitive help.\n      --listen=\":99\"                 Listen address\n      --hastebin=https://ptero.co    haste-server URL\n```\n\n## Building\n\n```bash\nCGO_ENABLED=0 go build -v -trimpath -o dist/fiche github.com/matthewpi/fiche\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthewpi%2Ffiche","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatthewpi%2Ffiche","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthewpi%2Ffiche/lists"}