1 Star 0 Fork 26

裸奔的蜗牛/letscertbot

forked from Jim/letscertbot 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.json.example 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
jimcheung 提交于 2020-02-10 22:20 +08:00 . feat: add after deploy hook
{
"base": {
"email": "your_email"
},
"dns": {
"wait_time": 20,
"aliyun": {
"access_key_id": "your_access_key_id",
"access_key_secret": "your_access_key_secret"
},
"qcloud": {
"secret_id": "your_secret_id",
"secret_key": "your_secret_key"
},
"godaddy": {
"api_key": "your_api_key",
"api_secret": "your_api_secret"
},
"huaweicloud": {
"access_key_id": "your_access_key_id",
"secret_access_key": "your_secret_access_key"
}
},
"log": {
"enable": false,
"logfile": "./log/application.log"
},
"deploy": {
"servers": [
{
"enable": false,
"host": "localhost",
"deploy_to": "",
"restart_nginx": false,
"after_hook": ""
},
{
"enable": false,
"host": "192.168.1.1",
"port": 22,
"user": "root",
"password": "",
"deploy_to": "/etc/letsencrypt/live",
"restart_nginx": false,
"after_hook": ""
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/MyLuoHui/letscertbot.git
git@gitee.com:MyLuoHui/letscertbot.git
MyLuoHui
letscertbot
letscertbot
master

搜索帮助