English | 中文
可视化的ACME客户端
- 依赖
docker和docker compose(或docker-compose)
curl -fsSL -k https://115.190.153.121/install.sh | bash -s -- --install-dir ./easyacme --port 8081- 配置
config,yaml的postgresql数据库连接 - 接着运行后端和前端
cd easyacme go mod tidy go run ./cmd/server/main.go cd web npm install npm run dev
- 如果你要从源码构建镜像,有个粗糙的脚本
cd easyacme
./build.sh- 如果仅构建当前主机架构,修改为
build.sh的构建命令为为docker build -t "${FULL_IMAGE_NAME}" .