Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rehiy/acme-web
Acme.sh Web Console
https://github.com/rehiy/acme-web
Last synced: about 1 month ago
JSON representation
Acme.sh Web Console
- Host: GitHub
- URL: https://github.com/rehiy/acme-web
- Owner: rehiy
- Created: 2024-06-07T09:13:46.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-06-20T09:12:46.000Z (5 months ago)
- Last Synced: 2024-06-21T10:07:43.953Z (5 months ago)
- Language: TypeScript
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Acme.web
## 接口信息
- **POST** `/acme`
```json
{
"action": "acme.sh 子命令,如 list、info、issue 等",
"env_xxxx": "执行子命令时要设置的环境变量,xxxx 将作为环境变量名",
"domain": ["待签域名1", "待签域名2", "这是一个数组"],
"其它参数": "键名使用长参名称(不添加--),每组键值对应一组参数和值"
}
```## 开发配置
- 安装 `rust` 开发环境 和 `acme.sh`
- 从源码启动 `PATH=$PATH:~/.acme.sh cargo run`
### 临时忽略代理配置
`git update-index --assume-unchanged proxy.conf.json`