-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit 01a53b2 Author: 李栋 <[email protected]> Date: Mon Aug 8 19:24:11 2022 +0800 change build auto tag commit 2526f73 Author: LiDong <[email protected]> Date: Mon Aug 8 17:31:39 2022 +0800 default version set to development commit d423ba6 Author: LiDong <[email protected]> Date: Mon Aug 8 16:47:06 2022 +0800 change README
- Loading branch information
Showing
3 changed files
with
18 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,16 @@ | ||
# GoFrame Template For SingleRepo | ||
|
||
Project Makefile Commands: | ||
- `make cli`: Install or Update to the latest GoFrame CLI tool. | ||
- `make dao`: Generate go files for `Entity/DAO/DO` according to the configuration file from `hack` folder. | ||
- `make service`: Parse `logic` folder to generate interface go files into `service` folder. | ||
- `make image TAG=xxx`: Run `docker build` to build image according `manifest/docker`. | ||
- `make image.push TAG=xxx`: Run `docker build` and `docker push` to build and push image according `manifest/docker`. | ||
- `make deploy TAG=xxx`: Run `kustomize build` to build and deploy deployment to kubernetes server group according `manifest/deploy`. | ||
# hjm-certcheck 证书检测服务 | ||
|
||
## 功能说明 | ||
|
||
- 在线检测证书是否过期 | ||
- 检测服务端口是否开放 | ||
- 证书临近过期提醒 | ||
- 如果所有证书都正常,仍然发送一条提醒,以证明服务自身正常 | ||
- 目前仅支持发送钉钉消息,请先配置钉钉机器人 | ||
|
||
## 相关地址 | ||
|
||
- [文档](https://hjmcloud.cn/hjm-certcheck) | ||
- [GitHub 仓库](https://github.com/hjmcloud/hjm-certcheck) | ||
- [GitHub Release](https://github.com/hjmcloud/hjm-certcheck/releases) | ||
- [Gitee 镜像仓库](https://gitee.com/hjmcloud/hjm-certcheck) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,5 @@ | |
gfcli: | ||
build: | ||
varMap: | ||
version: "v1.0.1" | ||
version: "development" | ||
|