- 03 May, 2021 7 commits
- 02 May, 2021 3 commits
-
-
Brian Hartvigsen authored
For some DSM installs, it appears that setting the "default" flag to the string "false" actually sets it to true. This causes Synology to set the last updated certificate to be the default certificate. Using an empty string appears to still be accepted as a false-y value for DSMs where this isn't happening and corrects the behavior in the cases that it was. Credit to @Run-King for identifying the fix and @buxm for reporting.
-
-
neilpang authored
-
- 01 May, 2021 2 commits
- 29 Apr, 2021 3 commits
-
-
Jeff Goeke-Smith authored
On systems that /bin/sh is served by shells other than bash, or shells that don't implement the same syntax as the bash printf builtin, printf -- fails to produce the output necessary for standalone operation. The test case for this was SmartOS, which uses ksh93 as its /bin/sh. This change uses the more generic method of passing a format parameter of a single string, and then the argument to replace it with.
-
neil authored
fix _exists error message if MAIL_BIN env variable is not set
-
Eike-Christian Müller authored
Reverted the original patch and changed it to the obvious simple solution provided by @Neilpang.
-
- 19 Apr, 2021 1 commit
-
-
neil authored
Adding DNSAPI wrapper for Websupport webhosting (Slovakia)
-
- 17 Apr, 2021 2 commits
- 15 Apr, 2021 1 commit
-
-
Jasper Zonneveld 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>
-
- 07 Apr, 2021 1 commit
-
-
neil authored
sync
-
- 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
-
- 22 Mar, 2021 2 commits
- 21 Mar, 2021 2 commits
-
-
Alexander Kulumbeg authored
Hopefully the last one
-
neilpang authored
-