- 17 Apr, 2021 1 commit
-
-
neilpang authored
-
- 14 Apr, 2021 1 commit
-
-
neilpang authored
-
- 09 Apr, 2021 1 commit
-
-
neil authored
Update Telegram notification
-
- 08 Apr, 2021 4 commits
-
-
Mike Beattie authored
(fix shellcheck failure)
-
Mike Beattie authored
Signed-off-by:
Mike Beattie <mike@ethernal.org>
-
Mike Beattie authored
Signed-off-by:
Mike Beattie <mike@ethernal.org>
-
Mike Beattie authored
This messes with markdown parsing Signed-off-by:
Mike Beattie <mike@ethernal.org>
-
- 04 Apr, 2021 1 commit
-
-
neil authored
CleverReach Deploy Hook: Allow deploy to agency subaccounts
-
- 30 Mar, 2021 2 commits
-
-
Jan-Philipp Benecke authored
-
Jan-Philipp Benecke authored
-
- 29 Mar, 2021 2 commits
-
-
neil authored
Use 'vault kv put' instead of 'vault write'
-
Christophe Le Guern authored
When using vault_cli with a kv2 path, it isn't working. I have the following error: ``` WARNING! The following warnings were returned from Vault: * Invalid path for a versioned K/V secrets engine. See the API docs for the appropriate API endpoints to use. If using the Vault CLI, use 'vault kv put' for this operation. ``` The new way to write data is to use `vault kv put`, it is compatible with kv1 and kv2. Ref: https://www.vaultproject.io/docs/commands#reading-and-writing-data ``` The original version of K/V used the common read and write operations. A more advanced K/V Version 2 engine was released in Vault 0.10 and introduced the kv get and kv put commands. ```
-
- 27 Mar, 2021 1 commit
-
-
neil authored
Add wildcard certificate support for dns_constellix
-
- 26 Mar, 2021 1 commit
-
-
Jan-Philipp Benecke authored
-
- 24 Mar, 2021 2 commits
- 23 Mar, 2021 1 commit
-
-
wout authored
-
- 21 Mar, 2021 1 commit
-
-
neilpang authored
-
- 14 Mar, 2021 3 commits
- 13 Mar, 2021 5 commits
-
-
qkdreyer authored
-
Quentin Dreyer authored
-
neil authored
-
-
neil authored
Update dns_servercow.sh to support wildcard certs
-
- 11 Mar, 2021 2 commits
-
-
anom-human authored
Updated dns_servercow.sh to support txt records with multiple entries. This supports wildcard certificates that require txt records with the same name and different contents.
-
anom-human authored
Updated dns_servercow.sh to support txt records with multiple entries. This supports wildcard certificates that require txt records with the same name and different contents.
-
- 10 Mar, 2021 4 commits
- 04 Mar, 2021 2 commits
-
-
neilpang authored
-
-
- 01 Mar, 2021 1 commit
-
-
- 27 Feb, 2021 1 commit
-
-
neil authored
dnsapi/ionos: Update API to use POST instead of PATCH for adding TXT records
-
- 26 Feb, 2021 2 commits
-
-
neil authored
Fix issue with subdomain certificates in dns_simply
-
Lukas Brocke authored
The API now supports a POST route for adding records. Therefore checking for already existing records and including them in a PATCH request is no longer necessary.
-
- 24 Feb, 2021 2 commits
-
-
-
Kristian Johansson authored
-