subconverter/README.md

43 lines
1.7 KiB
Markdown
Raw Normal View History

2020-02-04 18:47:21 +08:00
# subconverter
## 简介
2021-07-15 17:16:39 +08:00
基于 [tindy2013/subconverter](https://github.com/tindy2013/subconverter) 项目的 docker 镜像.仅修改 **分组配置文件** 以解决以下问题.
2020-02-04 18:47:21 +08:00
2021-12-20 18:18:05 +08:00
- **增加**`NetflixDisneyPlus`等分组.
2020-02-23 11:28:44 +08:00
- **去除**`自动选择 url-test`以解决连接数爆涨问题.
2020-07-04 11:48:42 +08:00
- **修改时区** 镜像默认时区为 Asia/Shanghai
2020-02-04 18:47:21 +08:00
2022-07-04 10:56:24 +08:00
## 示例
[https://sub.ops.ci](https://sub.ops.ci)
*`前后端示例,可以直接使用.`*
2021-05-29 17:01:29 +08:00
## 更新
2022-07-16 15:58:47 +08:00
- **2022-07-16** 新增 [stilleshan/sub](https://github.com/stilleshan/dockerfiles/tree/main/sub) subweb + subconverter 合并进阶版.
2022-07-04 10:56:24 +08:00
- **2022-07-04** 新增 [stilleshan/subweb](https://github.com/stilleshan/subweb) 前端项目.
2022-04-03 14:10:44 +08:00
- **2022-04-03** 更新`v0.7.2`版 docker 镜像
2021-12-20 18:18:05 +08:00
- **2021-12-20** 更新优化规则和分组
2021-12-01 10:31:49 +08:00
- **2021-12-01** 添加`Disney+`规则分组
2021-09-30 21:52:10 +08:00
- **2021-09-30** 更新`v0.7.1`版 docker 镜像
2021-09-21 19:52:57 +08:00
- **2021-09-21** 更新`v0.7.0`版 docker 镜像
- **2021-06-09** 更新`v0.6.4`版 docker 镜像,新增同时支持 X86 和 ARM 架构.
2021-05-29 17:01:29 +08:00
2020-02-04 18:47:21 +08:00
## 部署
2021-07-15 17:16:39 +08:00
### docker
2020-02-04 18:47:21 +08:00
```shell
docker run -d --name=subconverter --restart=always -p 25500:25500 stilleshan/subconverter
```
2021-07-15 17:16:39 +08:00
### docker compose
下载 [docker-compose.yml](https://raw.githubusercontent.com/stilleshan/dockerfiles/main/subconverter/docker-compose.yml) 执行以下命令启动:
2020-02-04 18:47:21 +08:00
```shell
2021-07-15 17:16:39 +08:00
docker-compose up -d
2020-02-04 18:47:21 +08:00
```
2022-07-16 15:58:47 +08:00
### subweb + subconverter 合并进阶版
详情查看 [stilleshan/sub](https://github.com/stilleshan/dockerfiles/tree/main/sub)
2022-07-04 10:56:24 +08:00
## 链接
2022-07-16 15:58:47 +08:00
- [stilleshan/sub](https://github.com/stilleshan/dockerfiles/tree/main/sub)
- [stilleshan/subweb](https://github.com/stilleshan/subweb)
- [stilleshan/subconverter](https://github.com/stilleshan/subconverter)
- [tindy2013/subconverter](https://github.com/tindy2013/subconverter)