Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/HaodongZou/sub
一键打包自定义 subconverter 镜像、部署并上传到 Docker Hub
https://github.com/HaodongZou/sub
Last synced: 16 days ago
JSON representation
一键打包自定义 subconverter 镜像、部署并上传到 Docker Hub
- Host: GitHub
- URL: https://github.com/HaodongZou/sub
- Owner: HaodongZou
- License: mit
- Created: 2023-07-04T10:48:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-05T10:41:03.000Z (about 1 year ago)
- Last Synced: 2024-07-31T08:19:03.244Z (4 months ago)
- Language: Shell
- Size: 1.08 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 一键打包自定义 subconverter 镜像
## 功能
一键打包不同架构的自定义 subconverter 镜像、本地部署并上传到 Docker Hub。
## 用法
* 在`/replacements/profile/`目录下创建一个文件,文件名为 你的配置名称.ini,文件内容为你的配置内容
```ini
[Profile]
;This is an example profile for the /getprofile interface
;The options works the same as the arguments in the /sub interface
;Arguments that needed URLEncode before is not needed here
;For more available options, please check the readme sectiontarget=clash
url=ss://[email protected]:1080#Example
;config=config/example_external_config.ini
;ver=3
;udp=true
;emoji=false
```
* 修改`build.sh`中的`xxxxxx`为你的 Docker Hub namespace 。
* 自定义`/replacements/config/Custom.ini`。
* 执行`sh build.sh`。> 详细说明请参考[我的博客](https://www.zouhd.top/article/subconverter-docker)