{"id":29481002,"url":"https://github.com/n-ce/hyprepipe","last_synced_at":"2026-05-01T21:33:49.921Z","repository":{"id":304606881,"uuid":"1019260792","full_name":"n-ce/Hyprepipe","owner":"n-ce","description":"Simplified YT Music API to be used in Privacy Friendly Frontends. [mirror/codeberg/snematoda/hyperpipe-backend]","archived":false,"fork":false,"pushed_at":"2025-09-19T14:36:08.000Z","size":201,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-19T16:33:33.234Z","etag":null,"topics":["docker","gofiber","golang","hyperpipe","invidious","piped","privacy","self-hosted","youtube","ytmusic"],"latest_commit_sha":null,"homepage":"https://codeberg.org/Hyperpipe/Hyperpipe-backend","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/n-ce.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2025-07-14T04:06:00.000Z","updated_at":"2025-09-19T14:36:11.000Z","dependencies_parsed_at":"2025-07-14T08:50:00.110Z","dependency_job_id":"caf62a96-ac6c-4732-904f-34635d0e55eb","html_url":"https://github.com/n-ce/Hyprepipe","commit_stats":null,"previous_names":["n-ce/hyprepipe"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/n-ce/Hyprepipe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n-ce%2FHyprepipe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n-ce%2FHyprepipe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n-ce%2FHyprepipe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n-ce%2FHyprepipe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/n-ce","download_url":"https://codeload.github.com/n-ce/Hyprepipe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n-ce%2FHyprepipe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002971,"owners_count":26083489,"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-10-10T02:00:06.843Z","response_time":62,"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":["docker","gofiber","golang","hyperpipe","invidious","piped","privacy","self-hosted","youtube","ytmusic"],"created_at":"2025-07-14T23:55:15.238Z","updated_at":"2025-10-10T06:36:10.278Z","avatar_url":"https://github.com/n-ce.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Hyperpipe-backend\n\nUntil NewPipeExtractor Supports Youtube Music Browse endpoints.\n\n## Conifig\n\n| env var | details |\n| :---: | :---: |\n| `HYP_PROXY=piped-proxy.example.tld` | hostname of the piped-proxy you would like to connect to |\n| `HYP_PREFORK=1` | enable gofiber prefork (better performance, but may not work in all machines) |\n\n## Self-Hosting\n\n*Please see [Hyperpipe/Docker](https://codeberg.org/Hyperpipe/Docker) if hosting both the frontend and the backend*\n\n### Docker\n\nRun the [container](https://codeberg.org/Hyperpipe/-/packages/container/hyperpipe-backend/latest) with `HYP_PROXY` set as an env var\n\n### Manual\n\n```sh\ngo build -tags netgo -ldflags '-s -w' -o app\n./app\n```\n\n## Official Frontend\n\nhttps://codeberg.org/Hyperpipe/Hyperpipe\n\n## Docs\n\n### `GET` `/explore`\n\n### `GET` `/genres`\n\n### `GET` `/genres/:id`\n\n- `:id` -\u003e `ggMPO*`\n\n### `GET` `/charts?params=${id}\u0026code=${code}`\n\n### `GET` `/next/:id?queue=${queue}`\n\n- `:id` -\u003e `song id (same as /watch?v=:id)`\n- `$queue` -\u003e `avoid` (optional)\n\n### `GET` `/lyrics/:id`\n\n- `:id` -\u003e `MPLY*`\n\n### `GET` `/channel/:id`\n\n- `:id` -\u003e `UC*`\n\n### `GET` `/next/channel/:id/:params?ct=${click}\u0026v=${visit}`\n\n*Use with caution*\n\n- `:id` -\u003e `UC*`\n\n## License\n\nHyperpipe-Backend\n\nCopyright (C) 2022-24 Shiny Nematoda\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU Affero General Public License as\npublished by the Free Software Foundation, either version 3 of the\nLicense, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU Affero General Public License for more details.\n\nYou should have received a copy of the GNU Affero General Public License\nalong with this program.  If not, see \u003chttps://www.gnu.org/licenses/\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn-ce%2Fhyprepipe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fn-ce%2Fhyprepipe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn-ce%2Fhyprepipe/lists"}