Commit Graph

4593 Commits (07cedc55e2ef7ec2d9e40afff4bfaa159300d460)
 

Author SHA1 Message Date
neil 07cedc55e2
Merge pull request from nikolajbrinch/dev
Fixes Simply.com to use REST API version 2 with Basic Auth
neil ae3cc81f03
Merge pull request from ianepperson/master
Add Discord notification
neil 97a45e3b02
Update discord.sh
neil 451b290b79
Update discord.sh
neil 499ea07934
Merge pull request from imgrant/deploy-truenas-s3-feature
feat: Configure TrueNAS S3 certificate
Ian Grant afa06267a2 style: Neaten up some of the info & error messages, fix some typos
Ian Grant d4a6d9c076 fix: Adjust the sed extraction of certificate ID from JSON response
Prior to this, an error in the regex didn't match. Resolves  (TrueNAS deploy hook fails to set certificate for FTP or WebDAV)
Ian Grant c3f6112443 feat: Configure certificate for TrueNAS S3 service (MinIO)
neil 1e2c5d038f
Merge pull request from abiessmann/fix_depoly_routeros
deploy/routeros.sh: fix routeros script
Andreas Bießmann 9d6d96adf3 deploy/routeros.sh: fix routeros script
Commit c46ceb06b4 introduced an error in
routeros script.

Fix it!

Signed-off-by: Andreas Bießmann <andreas@biessmann.org>
neil 7b935eec5d
Merge pull request from dislazy/dev
fix(notify):remove nofity,move weixin_work.sh to notify
bosong b209f66654 fix(notify):remove nofity,move weixin_work.sh to notify
neil b98b4951b4
Merge pull request from youuy/master
Add Weixin Work notify hook
Nikolaj Brinch Jørgensen 227d62a5dc Fixes Simply.com to use REST API version 2 with Basic Auth
neil 7fae5553a8
Merge pull request from gabbe/Encode_password
Accept some special characters in password and some error handling
Gabriel Thörnblad 6ead019873 Accept some special characters in password and added a little bit better error handling
neil e58b00d9a2
Merge pull request from gabbe/Loopia_API_is_updated
Update dns_loopia.sh
Gabriel Thörnblad b75e90f8c9 Double quote variables (shellcheck suggestions)
Gabriel Thörnblad e82f3439c3 Trigger CI
neil 0bc8e3bee5
Merge pull request from waldner/master
geoscaling DNS API
waldner 13f80acb2d geoscaling DNS API
neil 8fe813acff
Merge pull request from peterlh/master
Added curanet dns support
Gabriel Thörnblad 0ed4fc6a12 Update dns_loopia.sh
Loopia API is now less tolerant so we need another <value> tag surrounding the <struct>
neil e88442cb46
Merge pull request from abiessmann/deploy_routeros_fixes
deploy/routeros.sh fixes
neil 930609e875
Merge pull request from richard-9000/richard-9000-patch-1
dns_opnsense.sh - Fixed the domain parse regex
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.
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>
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>
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>
peter 9a677534a7 added more debug info when rm recordid is empty
peter af08d67fad rem. ;
peter a2901d61ea check for return values
peter aaae83efec check for return values
neil 7369298638
Merge pull request from andischerer/master
Added united-domains Reselling DNS API
neil a761bd20fa
Merge pull request from mac-zhou/dev
Add environment variables ROUTER_OS_PORT
neilpang 01ace11293 Update dns_ispconfig.sh
fix https://github.com/acmesh-official/acme.sh/issues/3895#issuecomment-1035409954
Mac_Zhou 205e95a246 Add environment variables ROUTER_OS_PORT
neil 2c2a43e1ec Update dns_cf.sh
if CF_Zone_ID is used,  save it to domain conf instead.
peter 0c9a6da623 more specific delete of records
Andreas Scherer 888d91d14a FIX dns_udr api: loop variable
peter 2c0cc87b4c final commit
peter ee0fadf247 shfmt
peter 9fb89d7fd2 shfmt
peter af5c36e4ad shfmt'
peter a5f943e227 removed unused variable
peter f8532ba812 removed unused variable
peter fac4e151cc description
Andreas Scherer f3a0a25380 FIX dns_udr api: ttl, xargs, cleanup
neil 5a237795ea
Merge pull request from johnelliott/missing-oathtool-dep-error
Add err log for missing oathtool in Synology
John Elliott 3a99a77104 Update return statement