forked from acmesh-official/acme.sh
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from acmesh-official/master
rebase to current
- Loading branch information
Showing
77 changed files
with
5,322 additions
and
440 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
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 |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Comment to a new issue. | ||
issuesOpened: > | ||
If this is a bug report, please upgrade to the latest code and try again: | ||
如果有 bug, 请先更新到最新版试试: | ||
``` | ||
acme.sh --upgrade | ||
``` | ||
please also provide the log with `--debug 2`. | ||
同时请提供调试输出 `--debug 2` | ||
see: https://github.com/acmesh-official/acme.sh/wiki/How-to-debug-acme.sh | ||
Without `--debug 2` log, your issue will NEVER get replied. | ||
没有调试输出, 你的 issue 不会得到任何解答. | ||
pullRequestOpened: > | ||
First, NEVER send a PR to `master` branch, it will NEVER be accepted. Please send to the `dev` branch instead. | ||
If this is a PR to support new DNS API or new notification API, please read this guide first: | ||
https://github.com/acmesh-official/acme.sh/wiki/DNS-API-Dev-Guide | ||
Please check the guide items one by one. | ||
Then add your usage here: | ||
https://github.com/acmesh-official/acme.sh/wiki/dnsapi | ||
Or some other wiki pages: | ||
https://github.com/acmesh-official/acme.sh/wiki/deployhooks | ||
https://github.com/acmesh-official/acme.sh/wiki/notify | ||
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
|
||
name: Build DockerHub | ||
on: | ||
push: | ||
branches: [ master, dev ] | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: trigger | ||
run: curl -X POST https://hub.docker.com/api/build/v1/source/1813a660-2ee5-4583-a238-dd54e9a6ebac/trigger/c8cd9f1f-f269-45bc-9750-a08327257f62/call/ | ||
|
||
|
||
|
||
|
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
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
Oops, something went wrong.