add: 开放端口
This commit is contained in:
46
.gitea/issue_template/PortOpen.yml
Normal file
46
.gitea/issue_template/PortOpen.yml
Normal file
@@ -0,0 +1,46 @@
|
|||||||
|
name: 开放端口
|
||||||
|
description: 请求开放一个端口
|
||||||
|
title: "[Port] "
|
||||||
|
|
||||||
|
body:
|
||||||
|
- type: checkboxes
|
||||||
|
id: terms
|
||||||
|
attributes:
|
||||||
|
label: 创建前须知
|
||||||
|
description: 您在提交前应先检查如下项
|
||||||
|
hide_label: true
|
||||||
|
options:
|
||||||
|
- label: 已经查看过[端口列表](https://docs.ronwan.cn/ports)中未开启此端口
|
||||||
|
required: true
|
||||||
|
- label: 确认您的服务不可以通过反向代理处理
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: dropdown
|
||||||
|
id: ip
|
||||||
|
attributes:
|
||||||
|
label: IP
|
||||||
|
description: 选择您想要开放的IP
|
||||||
|
list: true
|
||||||
|
options:
|
||||||
|
- 103.40.13.112(仅内部服务可用)
|
||||||
|
- 103.37.44.178
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: portnum
|
||||||
|
attributes:
|
||||||
|
label: 端口号
|
||||||
|
description: 输入您想开放的端口号
|
||||||
|
placeholder: 1025-40000
|
||||||
|
|
||||||
|
- type: checkboxes
|
||||||
|
id: progress
|
||||||
|
attributes:
|
||||||
|
label: 处理进度
|
||||||
|
hide_label: true
|
||||||
|
description: 本工单处理进度
|
||||||
|
options:
|
||||||
|
- label: 开始处理
|
||||||
|
visible: [content]
|
||||||
|
- label: 处理完成
|
||||||
|
visible: [content]
|
||||||
|
visible: [content]
|
||||||
Reference in New Issue
Block a user