Ian Grant
9032fb99c7
style: Whitespace and quoting for shellcheck/shfmt conformity
3 years ago
Ian Grant
6f53f92ed3
fix: Use _post() abstracted function instead of curl directly (conform to dev guide)
3 years ago
Ian Grant
85bb20108a
fix: Change shebang to `sh` (conform to dev guide)
3 years ago
Ian Grant
6b0b520ec2
feat: Add deploy script for HP iLO (using Redfish REST API)
3 years ago
neil
e88442cb46
Merge pull request #3947 from abiessmann/deploy_routeros_fixes
deploy/routeros.sh fixes
3 years ago
neil
930609e875
Merge pull request #3948 from richard-9000/richard-9000-patch-1
dns_opnsense.sh - Fixed the domain parse regex
3 years ago
richard-9000
8752d08ce9
dns_opnsense.sh - Fixed the domain parse regex
Extended the regex to skip the new transferkey and hmac sections of opnsense bind.
3 years ago
Andreas Bießmann
c46ceb06b4
deploy/routeros.sh: change DEPLOY_SCRIPT_CMD
This set the owner of script to ssh user, have the comment line in script
as real comment and removes policy since this is set from current user,
at least for RouterOS 7.x.
Signed-off-by: Andreas Bießmann <andreas@biessmann.org>
3 years ago
Andreas Bießmann
92e4ecce3b
deploy/routeros.sh: remove all certificates
As the script is applying the fullchain which includes three certificates,
delete all of them before applying updated certificate.
Signed-off-by: Andreas Bießmann <andreas@biessmann.org>
3 years ago
Andreas Bießmann
8a2f673903
deploy/routeros.sh: make ssh/scp configurable
In order to modify ssh/scp commands make them configurable via
environment variables.
Signed-off-by: Andreas Bießmann <andreas@biessmann.org>
3 years ago
neil
7369298638
Merge pull request #3921 from andischerer/master
Added united-domains Reselling DNS API
3 years ago
neil
a761bd20fa
Merge pull request #3934 from mac-zhou/dev
Add environment variables ROUTER_OS_PORT
3 years ago
neilpang
01ace11293
Update dns_ispconfig.sh
fix https://github.com/acmesh-official/acme.sh/issues/3895#issuecomment-1035409954
3 years ago
Mac_Zhou
205e95a246
Add environment variables ROUTER_OS_PORT
3 years ago
neil
2c2a43e1ec
Update dns_cf.sh
if CF_Zone_ID is used, save it to domain conf instead.
3 years ago
Andreas Scherer
888d91d14a
FIX dns_udr api: loop variable
3 years ago
Andreas Scherer
f3a0a25380
FIX dns_udr api: ttl, xargs, cleanup
3 years ago
neil
5a237795ea
Merge pull request #3928 from johnelliott/missing-oathtool-dep-error
Add err log for missing oathtool in Synology
3 years ago
John Elliott
3a99a77104
Update return statement
3 years ago
John Elliott
5ce8050e46
Update missing oathtool check
3 years ago
John Elliott
5ae3a020bd
Add err log for missing oathtool in Synology
Alerts the user that the oathtool is missing and the TOTP can't be
generated.
3 years ago
neilpang
af193291fa
Update acme.sh
fix https://github.com/acmesh-official/acme.sh/issues/3127#issuecomment-1030742187
3 years ago
neil
b39df5cef0
Merge pull request #3906 from NerLOR/master
Adapt dns_world4you to new world4you website behaviour
3 years ago
neilpang
9ec4b59afb
start v3.0.3
start v3.0.3
3 years ago
Lorenz Stechauner
20877146df
Merge branch 'acmesh-official:master' into master
3 years ago
neil
2a2d556551
Merge pull request #3927 from acmesh-official/dev
sync
3 years ago
neilpang
0f762d98a4
Update Linux.yml
use centos:7
3 years ago
neilpang
36752cb6a8
Update acme.sh
fix zerossl endpoint
3 years ago
Andreas Scherer
a7f2d89e3f
Added united-domains Reselling DNS API
3 years ago
neil
90b65c6618
fix https://github.com/acmesh-official/acme.sh/issues/3898
https://github.com/acmesh-official/acme.sh/issues/3898
3 years ago
Lorenz Stechauner
190ec0c14c
Adapt dns_world4you to new world4you website behaviour
3 years ago
michal
7250a300df
add managed identity support for azure dns
3 years ago
neil
34bb00450d
Merge pull request #3896 from sjtuross/omv
add remote deploy hook for openmediavault 5
3 years ago
neil
63dadd8983
Merge pull request #3901 from tutugreen/tutugreen-patch-2
Fix dns_huaweicloud subshell return
3 years ago
Ross Shen
67c990e8cf
omv deploy hook: add usage comments
3 years ago
Ross Shen
0292e20c86
omv deploy hook: support both local and remote deployment
3 years ago
Yuan Ming
9088c8741a
Fix dns_huaweicloud subshell return
Replace pipe read with line count loop, fix useless return in subshell.
3 years ago
neilpang
faedea2120
Update dns_ddnss.sh
3 years ago
Vitaly Kireev
e1a0f5706d
DNS REGRU utf-list to idn (punycode)
service/get_list returns domains in utf. But if utf, then error Error parsing certificate request: x509: SAN dNSName is malformed
early using my patch by IDN_ITEM="$(echo "${ITEM}" | idn)"
Now replacing by IDN_ITEM="$(_idn "${ITEM}")"
3 years ago
Ross Shen
a78a4e6716
omv deploy hook: shellcheck disable=SC2029
3 years ago
Ross Shen
6bbf927f57
omv deploy hook: separate DEPLOY_OMV_WEBUI_ADMIN and DEPLOY_OMV_SSH_USER
3 years ago
neilpang
4c32bc8e22
Merge branch 'dev'
3 years ago
Ross Shen
df671a77f6
routeros deploy hook: store the env vars within the domainconf
related to #2344 and #2413
3 years ago
Ross Shen
dca9def42c
add remote deploy hook for openmediavault 5
based on #3757
3 years ago
Ross Shen
edee7ea284
routeros deploy hook: store the env vars within the domainconf
related to #2344 and #2413
3 years ago
neil
658d09ed84
Merge pull request #3396 from F-Plass/master
deploy scipt for TrueNAS Server using REST API
3 years ago
neil
c41de8f270
Merge pull request #3891 from tutugreen/dev
dns_huaweicloud.sh minor bug fixes
3 years ago
Yuan Ming
9d2ee2127d
dns_huaweicloud debug info adjust
_secure_debug for sensitive token.
3 years ago
Yuan Ming
e49ece8793
dns_huaweicloud.sh minor bug fixes
1. Match zone name in response in case multiple items return.
2. Use string '"id"' (single quotation marks added) to check if zone/record exist in _get_zoneid() & _get_recordset_id(). Fix domain can't contain string "id".
(Sensitive _debug Access Token Commented out, For CICD Run)
3 years ago
neil
188274277a
fix https://github.com/acmesh-official/acme.sh/issues/3883
3 years ago