-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.example.yaml
More file actions
49 lines (46 loc) · 1.28 KB
/
Copy pathconfig.example.yaml
File metadata and controls
49 lines (46 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# anssl 配置模板
server:
# 从 anssl.cn 设置 -> 个人资料 中获取
accessKey: "your_access_key_here"
# HTTP-01 验证服务端口
port: 19000
ssl:
# Nginx 证书目录(可选,留空则不部署到 Nginx)
nginxPath: ""
# Apache 证书目录(可选,留空则不部署到 Apache)
apachePath: ""
# RustFS TLS 证书目录(可选,留空则不部署到 RustFS)
rustFSPath: ""
# 飞牛部署(可选)
feiNiuEnabled: false
# 1Panel 配置(可选,留空则不部署到 1Panel)
onePanel:
url: ""
apiKey: ""
update:
# 镜像源类型:github、ghproxy、ghproxy2、custom
mirror: "ghproxy"
# 使用 custom 镜像源时填写
customUrl: ""
# HTTP 代理地址(可选)
proxy: ""
# 云服务配置(可选)
# provider:
# - name: "aliyun"
# remark: "阿里云"
# auth:
# accessKeyId: "your-aliyun-access-key-id"
# accessKeySecret: "your-aliyun-access-key-secret"
# esaSiteId: "your-esa-site-id"
#
# - name: "qiniu"
# remark: "七牛云"
# auth:
# accessKey: "your-qiniu-access-key"
# accessSecret: "your-qiniu-access-secret"
#
# - name: "cloudTencent"
# remark: "腾讯云"
# auth:
# secretId: "your-tencent-secret-id"
# secretKey: "your-tencent-secret-key"