From 91380bf23009a5fbc1a4ca4f5d6cd94e9fd4de85 Mon Sep 17 00:00:00 2001 From: ptrcnull Date: Sun, 11 Aug 2024 12:24:47 +0200 Subject: [PATCH] docs: update changelog + examples --- CHANGELOG.md | 5 +++++ README.md | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b48c2cc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# changelog + +### 1.0.0 + +- changed format for porkbun handler diff --git a/README.md b/README.md index 6bbbbf4..3441e59 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,12 @@ certificates = [ [domains] "ptrc.gay" = "hetzner" +"porkbunned.example" = "porkbun" +"yet.another.domain.tld" = { provider = "hetzner", secret = "this_is_a_different_secret" } [secrets] hetzner = "your_secret_goes_here" +porkbun = { apikey = "owo", secretapikey = "uwu" } ``` configuration options: @@ -45,5 +48,5 @@ currently implemented providers: - `cloudflare` - `hetzner` - `http` -- `porkbun` (with secrets `porkbun.apikey` and `porkbun.secretapikey`) +- `porkbun` (with secrets `apikey` and `secretapikey`, see example config) - `he` ( hurricane electric )