dockerfiles/subconverter/README.md

42 lines
1.3 KiB
Markdown
Raw Normal View History

2021-06-13 15:30:30 +08:00
# subconverter
GitHub [stilleshan/dockerfiles](https://github.com/stilleshan/dockerfiles)
Docker [stilleshan/subconverter](https://hub.docker.com/r/stilleshan/subconverter)
> *docker image support for X86 and ARM*
## 简介
2021-06-13 22:28:12 +08:00
基于 [tindy2013/subconverter](https://github.com/tindy2013/subconverter) 项目的 docker 镜像.仅修改 **分组配置文件** 以解决以下问题.
2021-06-13 15:30:30 +08:00
2021-12-20 18:17:33 +08:00
- **增加**`NetflixDisneyPlus`等分组.
2021-06-13 15:30:30 +08:00
- **去除**`自动选择 url-test`以解决连接数爆涨问题.
- **修改时区** 镜像默认时区为 Asia/Shanghai
## 更新
2021-12-20 18:17:33 +08:00
- **2021-12-20** 更新优化规则和分组
2021-12-01 10:31:49 +08:00
- **2021-12-01** 添加`Disney+`规则分组
2021-09-30 21:42:54 +08:00
- **2021-09-30** 更新`v0.7.1`版 docker 镜像
2021-09-21 19:44:37 +08:00
- **2021-09-21** 更新`v0.7.0`版 docker 镜像
- **2021-06-09** 更新`v0.6.4`版 docker 镜像,新增同时支持 X86 和 ARM 架构.
2021-06-13 15:30:30 +08:00
## 部署
2021-06-13 22:28:12 +08:00
### docker
2021-06-13 15:30:30 +08:00
```shell
docker run -d --name=subconverter --restart=always -p 25500:25500 stilleshan/subconverter
```
2021-06-13 22:28:12 +08:00
### docker compose
下载 [docker-compose.yml](https://raw.githubusercontent.com/stilleshan/dockerfiles/main/subconverter/docker-compose.yml) 执行以下命令启动:
```shell
docker-compose up -d
```
2021-06-13 15:30:30 +08:00
## 使用
### 网友分享的订阅转换地址
2021-06-13 22:28:12 +08:00
> https://sub.ops.ci
2021-06-13 15:30:30 +08:00
https://subto.herokuapp.com
2021-06-13 22:28:12 +08:00
## 参考
GitHub [tindy2013/subconverter](https://github.com/tindy2013/subconverter)