Skip to content

Commit 617a807

Browse files
committed
Modify the basic information.
1 parent 806ebe9 commit 617a807

File tree

8 files changed

+29
-29
lines changed

8 files changed

+29
-29
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ body:
55
- type: markdown
66
attributes:
77
value: |
8-
遇到问题请先尝试使用[Action](https://github.com/tindy2013/subconverter/actions)中的最新版本
8+
遇到问题请先尝试使用[Action](https://github.com/metacubex/subconverter/actions)中的最新版本
99
如果是使用公共转换服务中遇到的问题,请先联系服务的提供者。
1010
- type: checkboxes
1111
id: version-check

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: 阅读文档
4-
url: https://github.com/tindy2013/subconverter/blob/master/README-cn.md
4+
url: https://github.com/metacubex/subconverter/blob/master/README-cn.md
55
about: 建议您发布issue前先仔细阅读项目文档

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ body:
88
label: verify
99
description: 在提交之前,请确认完成以下选项
1010
options:
11-
- label: 我已经仔细阅读[项目文档](https://github.com/tindy2013/subconverter/blob/master/README-cn.md),确认现有功能无法解决我的需求
11+
- label: 我已经仔细阅读[项目文档](https://github.com/metacubex/subconverter/blob/master/README-cn.md),确认现有功能无法解决我的需求
1212
required: true
13-
- label: 我已经检索过现有[issue](https://github.com/tindy2013/subconverter/issues),确认与现有issue的内容并不重复
13+
- label: 我已经检索过现有[issue](https://github.com/metacubex/subconverter/issues),确认与现有issue的内容并不重复
1414
required: true
1515
- label: 我已经尝试自行解决,确认自己没有能力解决
1616
required: true

README-cn.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
在各种订阅格式之间进行转换的实用程序.
44

5-
[![Build Status](https://github.com/tindy2013/subconverter/actions/workflows/build.yml/badge.svg)](https://github.com/tindy2013/subconverter/actions)
6-
[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/tindy2013/subconverter.svg)](https://github.com/tindy2013/subconverter/tags)
7-
[![GitHub release](https://img.shields.io/github/release/tindy2013/subconverter.svg)](https://github.com/tindy2013/subconverter/releases)
8-
[![GitHub license](https://img.shields.io/github/license/tindy2013/subconverter.svg)](https://github.com/tindy2013/subconverter/blob/master/LICENSE)
5+
[![Build Status](https://github.com/metacubex/subconverter/actions/workflows/build.yml/badge.svg)](https://github.com/metacubex/subconverter/actions)
6+
[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/metacubex/subconverter.svg)](https://github.com/metacubex/subconverter/tags)
7+
[![GitHub release](https://img.shields.io/github/release/metacubex/subconverter.svg)](https://github.com/metacubex/subconverter/releases)
8+
[![GitHub license](https://img.shields.io/github/license/metacubex/subconverter.svg)](https://github.com/metacubex/subconverter/blob/master/LICENSE)
99

1010
* * *
1111

@@ -150,7 +150,7 @@
150150

151151
3. 目标类型为 `mixed` 时,会输出所有支持的节点的单链接组成的普通订阅(Base64编码)
152152

153-
4. 目标类型为 `auto` 时,会根据请求的 `User-Agent` 自动判断输出的目标类型,匹配规则可参见 [此处](https://github.com/tindy2013/subconverter/blob/master/src/handler/interfaces.cpp#L121) (该链接有可能因为代码修改而不能准确指向相应的代码)
153+
4. 目标类型为 `auto` 时,会根据请求的 `User-Agent` 自动判断输出的目标类型,匹配规则可参见 [此处](https://github.com/metacubex/subconverter/blob/master/src/handler/interfaces.cpp#L121) (该链接有可能因为代码修改而不能准确指向相应的代码)
154154

155155
* * *
156156

@@ -402,7 +402,7 @@ http://127.0.0.1:25500/getprofile?name=%NAME%&token=%TOKEN%
402402

403403
应当注意的是,此处文件内的参数**无需进行 URLEncode**,且此处的 `token``api_mode` 的状态无关。
404404

405-
在程序目录内的任意位置创建一个新的文档文件(推荐保存至 `profiles` 文件夹内,以使整洁目录及便于后续维护),如 `formyairport.ini`,并仿照 [示例文档](https://github.com/tindy2013/subconverter/blob/master/base/profiles/example_profile.ini) 根据配置好的参数填写进去即可。
405+
在程序目录内的任意位置创建一个新的文档文件(推荐保存至 `profiles` 文件夹内,以使整洁目录及便于后续维护),如 `formyairport.ini`,并仿照 [示例文档](https://github.com/metacubex/subconverter/blob/master/base/profiles/example_profile.ini) 根据配置好的参数填写进去即可。
406406

407407
<details>
408408
<summary>举个例子:</summary>
@@ -428,7 +428,7 @@ exclude=(流量|官网)
428428

429429
> 关于 subconverter 主程序目录中 `pref.ini` 文件的解释,其余格式的配置文件不再赘述,与之相仿。
430430
431-
注:本部分内容以本程序中的 [`pref.example.ini`](https://github.com/tindy2013/subconverter/blob/master/base/pref.example.ini)[`pref.example.yml`](https://github.com/tindy2013/subconverter/blob/master/base/pref.example.yml)[`pref.example.toml`](https://github.com/tindy2013/subconverter/blob/master/base/pref.example.toml) 为准,本文档可能由于更新不及时,内容不适用于新版本。
431+
注:本部分内容以本程序中的 [`pref.example.ini`](https://github.com/metacubex/subconverter/blob/master/base/pref.example.ini)[`pref.example.yml`](https://github.com/metacubex/subconverter/blob/master/base/pref.example.yml)[`pref.example.toml`](https://github.com/metacubex/subconverter/blob/master/base/pref.example.toml) 为准,本文档可能由于更新不及时,内容不适用于新版本。
432432

433433
加载配置文件时会按照`pref.toml``pref.yml``pref.ini`的优先级顺序加载优先级高的配置文件
434434

@@ -1155,7 +1155,7 @@ custom_proxy_group=节点选择`select`(^(?!.*(美国|日本)).*)
11551155

11561156
> 本部分用于 链接参数 **`&config=`**
11571157

1158-
注:本部分内容以本程序中的 [`/config/example_external_config.ini`](https://github.com/tindy2013/subconverter/blob/master/base/config/example_external_config.ini) 或 [`/config/example_external_config.yml`](https://github.com/tindy2013/subconverter/blob/master/base/config/example_external_config.yml) 或 [`/config/example_external_config.toml`](https://github.com/tindy2013/subconverter/blob/master/base/config/example_external_config.toml) 为准,本文档可能由于更新不及时,内容不适用于新版本。
1158+
注:本部分内容以本程序中的 [`/config/example_external_config.ini`](https://github.com/metacubex/subconverter/blob/master/base/config/example_external_config.ini) 或 [`/config/example_external_config.yml`](https://github.com/metacubex/subconverter/blob/master/base/config/example_external_config.yml) 或 [`/config/example_external_config.toml`](https://github.com/metacubex/subconverter/blob/master/base/config/example_external_config.toml) 为准,本文档可能由于更新不及时,内容不适用于新版本。
11591159

11601160
将文件按照以下格式写好,上传至 Github Gist 或者 其他**可访问**网络位置
11611161
经过 [URLEncode](https://www.urlencoder.org/) 处理后,添加至 `&config=` 即可调用
@@ -1387,7 +1387,7 @@ http://127.0.0.1:25500/render?path=xxx&额外的调试或控制参数
13871387

13881388
> 启动程序后,在本地生成对应的配置文件文本
13891389
1390-
在程序目录内的 [generate.ini](https://github.com/tindy2013/subconverter/blob/master/base/generate.ini) 中设定文件块(`[xxx]`),生成的文件名(path=xxx)以及其所需要包含的参数,例如:
1390+
在程序目录内的 [generate.ini](https://github.com/metacubex/subconverter/blob/master/base/generate.ini) 中设定文件块(`[xxx]`),生成的文件名(path=xxx)以及其所需要包含的参数,例如:
13911391

13921392
```ini
13931393
[test]
@@ -1409,7 +1409,7 @@ profile=profiles/example_profile.ini
14091409

14101410
> 自动上传 gist ,可以用于 Clash For Android / Surge 等进行远程订阅
14111411
1412-
在程序目录内的 [gistconf.ini](https://github.com/tindy2013/subconverter/blob/master/base/gistconf.ini) 中添加 `Personal Access Token`[在此创建](https://github.com/settings/tokens/new?scopes=gist&description=Subconverter))例如:
1412+
在程序目录内的 [gistconf.ini](https://github.com/metacubex/subconverter/blob/master/base/gistconf.ini) 中添加 `Personal Access Token`[在此创建](https://github.com/settings/tokens/new?scopes=gist&description=Subconverter))例如:
14131413

14141414
```ini
14151415
[common]

README-docker.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# subconverter-docker
22

3-
This is a minimized image to run https://github.com/tindy2013/subconverter.
3+
This is a minimized image to run https://github.com/metacubex/subconverter.
44

55
For running this docker, simply use the following commands:
66
```bash
77
# run the container detached, forward internal port 25500 to host port 25500
8-
docker run -d --restart=always -p 25500:25500 tindy2013/subconverter:latest
8+
docker run -d --restart=always -p 25500:25500 metacubex/subconverter:latest
99
# then check its status
1010
curl http://localhost:25500/version
1111
# if you see `subconverter vx.x.x backend` then the container is up and running
@@ -16,7 +16,7 @@ Or run in docker-compose:
1616
version: '3'
1717
services:
1818
subconverter:
19-
image: tindy2013/subconverter:latest
19+
image: metacubex/subconverter:latest
2020
container_name: subconverter
2121
ports:
2222
- "15051:25500"
@@ -34,7 +34,7 @@ For those who want to use their own `pref` configuration and/or rules, snippets,
3434
```txt
3535
# you can save the files you want to replace to a folder, then copy it into to the docker
3636
# using the latest build of the official docker
37-
FROM tindy2013/subconverter:latest
37+
FROM metacubex/subconverter:latest
3838
# assume your files are inside replacements/
3939
# subconverter folder is located in /base/, which has the same structure as the base/ folder in the repository
4040
COPY replacements/ /base/

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
Utility to convert between various proxy subscription formats.
44

5-
[![Build Status](https://github.com/tindy2013/subconverter/actions/workflows/build.yml/badge.svg)](https://github.com/tindy2013/subconverter/actions)
6-
[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/tindy2013/subconverter.svg)](https://github.com/tindy2013/subconverter/tags)
7-
[![GitHub release](https://img.shields.io/github/release/tindy2013/subconverter.svg)](https://github.com/tindy2013/subconverter/releases)
8-
[![GitHub license](https://img.shields.io/github/license/tindy2013/subconverter.svg)](https://github.com/tindy2013/subconverter/blob/master/LICENSE)
5+
[![Build Status](https://github.com/metacubex/subconverter/actions/workflows/build.yml/badge.svg)](https://github.com/metacubex/subconverter/actions)
6+
[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/metacubex/subconverter.svg)](https://github.com/metacubex/subconverter/tags)
7+
[![GitHub release](https://img.shields.io/github/release/metacubex/subconverter.svg)](https://github.com/metacubex/subconverter/releases)
8+
[![GitHub license](https://img.shields.io/github/license/metacubex/subconverter.svg)](https://github.com/metacubex/subconverter/blob/master/LICENSE)
99

10-
[Docker README](https://github.com/tindy2013/subconverter/blob/master/README-docker.md)
10+
[Docker README](https://github.com/metacubex/subconverter/blob/master/README-docker.md)
1111

12-
[中文文档](https://github.com/tindy2013/subconverter/blob/master/README-cn.md)
12+
[中文文档](https://github.com/metacubex/subconverter/blob/master/README-cn.md)
1313

1414
- [subconverter](#subconverter)
1515
- [Supported Types](#supported-types)
@@ -95,7 +95,7 @@ Finally subscribe this link in Clash and you are done!
9595

9696
## Advanced Usage
9797

98-
Please refer to [中文文档](https://github.com/tindy2013/subconverter/blob/master/README-cn.md#%E8%BF%9B%E9%98%B6%E7%94%A8%E6%B3%95).
98+
Please refer to [中文文档](https://github.com/metacubex/subconverter/blob/master/README-cn.md#%E8%BF%9B%E9%98%B6%E7%94%A8%E6%B3%95).
9999

100100
## Auto Upload
101101

scripts/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM alpine:3.16 AS builder
2-
LABEL maintainer="tindy.it@gmail.com"
2+
LABEL maintainer="metacubex.official@gmail.com"
33
ARG THREADS="4"
44
ARG SHA=""
55

@@ -35,7 +35,7 @@ RUN set -xe && \
3535
cmake -DCMAKE_CXX_STANDARD=11 . && \
3636
make install -j $THREADS && \
3737
cd .. && \
38-
git clone https://github.com/tindy2013/subconverter --depth=1 && \
38+
git clone https://github.com/metacubex/subconverter --depth=1 && \
3939
cd subconverter && \
4040
[ -n "$SHA" ] && sed -i 's/\(v[0-9]\.[0-9]\.[0-9]\)/\1-'"$SHA"'/' src/version.h;\
4141
python3 -m ensurepip && \
@@ -46,7 +46,7 @@ RUN set -xe && \
4646

4747
# build final image
4848
FROM alpine:3.16
49-
LABEL maintainer="tindy.it@gmail.com"
49+
LABEL maintainer="metacubex.official@gmail.com"
5050

5151
RUN apk add --no-cache --virtual subconverter-deps pcre2 libcurl yaml-cpp
5252

scripts/merge_manifest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import glob
22
import os, sys
33

4-
MAIN_IMAGE_NAME="tindy2013/subconverter"
4+
MAIN_IMAGE_NAME="metacubex/subconverter"
55
TARGET_TAG="latest" if len(sys.argv) < 2 else sys.argv[1]
66

77
args=["docker manifest create {}:{}".format(MAIN_IMAGE_NAME, TARGET_TAG)]

0 commit comments

Comments
 (0)