Home

Awesome

以下想法源于《开源面对面》 。既然播客节目的制作过程、内容是可以开源的,那么, 播客平台为什么不可以呢?

本项目,计划采用云原生的方式来开发后端程序,利用 Kubebuilder 作为 脚手架。

Demo address: http://103.61.38.146:30001/

Features

Screenshot

<img src="./ui/static/open-podcasts-screenshot.png"></img>

Get started

Development

Start the APIServer:

cd apiserver && go run cmd/main.go

Start the front-end:

cd ui && npm i && npm run start

Create new API

kubebuilder create api --group osf2f --version v1alpha1 --kind Profile

WSL

我们可以在 WSL 中把 podman 当做容器环境,安装 k3d 来开发调试:

执行下面的命令,启动 podman 服务,然后创建 docker.sock 文件:sudo ln -s /home/$USER/podman.sock /var/run/docker.sock

podman system service --time=0 unix:///home/$USER/podman.sock