{"id":36536074,"url":"https://github.com/opensource-f2f/open-podcasts","last_synced_at":"2026-01-24T11:33:34.809Z","repository":{"id":39663374,"uuid":"429255289","full_name":"opensource-f2f/open-podcasts","owner":"opensource-f2f","description":"This is a cloud-native Open Podcasts  开源播客平台","archived":false,"fork":false,"pushed_at":"2022-11-14T10:01:23.000Z","size":447,"stargazers_count":30,"open_issues_count":13,"forks_count":37,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-01-12T08:25:07.877Z","etag":null,"topics":["cli","podcast"],"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/opensource-f2f.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}},"created_at":"2021-11-18T01:24:06.000Z","updated_at":"2025-07-02T07:26:09.000Z","dependencies_parsed_at":"2022-07-13T12:11:01.137Z","dependency_job_id":null,"html_url":"https://github.com/opensource-f2f/open-podcasts","commit_stats":null,"previous_names":["linuxsuren/goplay"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/opensource-f2f/open-podcasts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensource-f2f%2Fopen-podcasts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensource-f2f%2Fopen-podcasts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensource-f2f%2Fopen-podcasts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensource-f2f%2Fopen-podcasts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opensource-f2f","download_url":"https://codeload.github.com/opensource-f2f/open-podcasts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensource-f2f%2Fopen-podcasts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28726562,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T10:24:43.181Z","status":"ssl_error","status_checked_at":"2026-01-24T10:24:36.112Z","response_time":89,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cli","podcast"],"created_at":"2026-01-12T04:50:09.379Z","updated_at":"2026-01-24T11:33:34.794Z","avatar_url":"https://github.com/opensource-f2f.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e 以下想法源于[《开源面对面》](https://github.com/opensource-f2f/episode) 。既然播客节目的制作过程、内容是可以开源的，那么，\r\n\u003e 播客平台为什么不可以呢？\r\n\r\n本项目，计划采用云原生的方式来开发后端程序，利用 [Kubebuilder](https://github.com/kubernetes-sigs/kubebuilder) 作为\r\n脚手架。\r\n\r\nDemo address: http://103.61.38.146:30001/\r\n\r\n## Features\r\n* 添加 RSS 播客源\r\n* 添加待收听列表\r\n* 发送播客更新通知到：Slack、飞书\r\n\r\n## Screenshot\r\n\r\n\u003cimg src=\"./ui/static/open-podcasts-screenshot.png\"\u003e\u003c/img\u003e\r\n\r\n## Get started\r\n\r\n* 安装 Docker 环境\r\n* 安装 k3d，你可以通过官方给出的教程或者下面的命令 [hd](https://github.com/LinuxSuRen/http-downloader/) 来安装\r\n  * `hd install k3d`\r\n* 安装 k3s（简化版的 Kubernetes）\r\n  * `k3d cluster create -p 30000:30000 -p 30001:30001 -p 30002:30002 -p 30003:30003`\r\n* 安装本项目\r\n  * `make deploy`\r\n* 安装其他可选工具：`kubectl`、`k9s`\r\n  * `hd install kubectl`\r\n  * `hd install k9s`\r\n\r\n## Development\r\n\r\nStart the APIServer:\r\n```shell\r\ncd apiserver \u0026\u0026 go run cmd/main.go\r\n```\r\n\r\nStart the front-end:\r\n```shell\r\ncd ui \u0026\u0026 npm i \u0026\u0026 npm run start\r\n```\r\n\r\n## Create new API\r\n\r\n```shell\r\nkubebuilder create api --group osf2f --version v1alpha1 --kind Profile\r\n```\r\n\r\n## WSL\r\n\r\n我们可以在 WSL 中把 podman 当做容器环境，安装 k3d 来开发调试：\r\n\r\n执行下面的命令，启动 podman 服务，然后创建 docker.sock 文件：`sudo ln -s /home/$USER/podman.sock /var/run/docker.sock`\r\n\r\n```shell\r\npodman system service --time=0 unix:///home/$USER/podman.sock\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopensource-f2f%2Fopen-podcasts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopensource-f2f%2Fopen-podcasts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopensource-f2f%2Fopen-podcasts/lists"}