tindy2013 / subconverter

Utility to convert between various subscription format
GNU General Public License v3.0
13.26k stars 2.84k forks source link

我写了一个利用github action部署到okteto免费云服务的工程,大家想要自己部署的可以fork我的工程 #259

Open dunmengjun opened 4 years ago

dunmengjun commented 4 years ago

这是地址:https://github.com/dunmengjun/my-subconverter

我前些天试了下作者写的 heroku-subconverter 这个工程,然后也成功部署到了heroku云,但是我的机场提供商把heroku给禁了,导致服务始终是拉取不到数据,一直报错 报的错误是这个

The following link doesn't contain any valid node info

很有意思哈,我搜索了issue列表,发现大家都说这个错误是版本问题,还导致我换了好几个服务的版本,浪费了好些时间,所幸最终还是发现了问题是服务拉不到订阅数据

然后我就找还有没有其他的免费部署docker容器的,看到了作者的另外一个工程 now-subconverter, 搜索了一些,这个云服务商好像已经改名了,服务方向偏向了静态网站

最后没办法,自己写了一个部署到okteto云的,这个云服务商,有免费给开发人员用的kubernates集群,8gb内存,4核,5gb硬盘,但有一些限制,比如和免费的二级域名挂钩的只有8080端口,还有由于是给作为开发环境用的可能不那么稳定,但是恰好subconverter服务其实是不需要那么稳定的,哈哈,简直是黄金组合。

目前我部署上去已经用了两天了,比把服务装在自己本地的机器上好用,推荐大家试试

gang4399 commented 3 years ago

感谢分享

Comah commented 3 years ago

我的就是这个情况 0.62版本完全没出现过这个The following link doesn't contain any valid node info 但是新版本就一直不行了 同样的订阅链接

Desjajja commented 2 years ago

朋友 请问你之前部署docker到heroku的过程有什么要注意的吗 我现在build会报这个错

#5 104.1 /libcron/libcron/include/libcron/CronSchedule.h:9:10: fatal error: date/date.h: No such file or directory
#5 104.1     9 | #include <date/date.h>

对应dockerfile在20行引用的库

    git clone https://github.com/PerMalmberg/libcron --depth=1 && \