Commit Graph

397 Commits (3ce7d410c8ee18d4ed1049ccdc500a6624613df7)

Author SHA1 Message Date
PM Extra 3ce7d410c8 improve doc comments 3 years ago
PM Extra 74f28021e7 fix format again 3 years ago
PM Extra f90cbb636a fix format 3 years ago
PM Extra c8929ca0cb support specifying port for each host 3 years ago
PM Extra 9fb5bb620d refact ssh hook to use deploy config 3 years ago
PM Extra ed58f32052 Merge branch 'dev' into feature/ssh_scp 3 years ago
quthla 08ae8cc3cb
Fix 3 years ago
quthla 201673ca8a
Store Mailcow deploy parameters 3 years ago
neil 6fb8c0ec4c
Merge pull request #3989 from abiessmann/deploy_routeros_handle_remote_errors
deploy/routeros: handle errors
3 years ago
neil 499ea07934
Merge pull request #3993 from imgrant/deploy-truenas-s3-feature
feat: Configure TrueNAS S3 certificate
3 years ago
Ian Grant afa06267a2 style: Neaten up some of the info & error messages, fix some typos 3 years ago
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 #3992 (TrueNAS deploy hook fails to set certificate for FTP or WebDAV)
3 years ago
Ian Grant c3f6112443 feat: Configure certificate for TrueNAS S3 service (MinIO) 3 years ago
Andreas Bießmann 3411b736dd deploy/routeros: add error handling for scp
In order to stop processing on failure to copy certificate
to remote side, fail on error of scp command.

Signed-off-by: Andreas Bießmann <andreas@biessmann.org>
3 years ago
Andreas Bießmann c603b9c40b deploy/routeros: add error handling for ssh
In order to detect errorneous scripts on remote side, catch return code
and handle it respectively.

Signed-off-by: Andreas Bießmann <andreas@biessmann.org>
Reviewed-by: Ross Shen @sjtuross
3 years ago
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>
3 years ago
fradev b37bf06de8 Update ssh.sh 3 years ago
fradev 27bbf0ccaf
Merge branch 'acmesh-official:master' into master 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
Mac_Zhou 205e95a246 Add environment variables ROUTER_OS_PORT 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
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
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
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
Sergey Pashinin 7e7291ace9
Support Vault KV v2 (#3502) 3 years ago
neil c959d64099
Merge pull request #3807 from dacrystal/topic/synology_dsm-otp_code
Add SYNO_TOTP_SECRET for user with two-factor authentication enabled
3 years ago
Frank Wall 6aa1ec0802 deploy/fritzbox: allow hook to be used with multiple fritzboxes
Previously the deploy hook config was stored in the account config.
This seems odd and adds unnecessary limitations to the hook.
Now we're using the correct _*deployconf() functions to read and
write the deploy hook config.
3 years ago
fradev 71a32477e4
Merge branch 'acmesh-official:master' into master 3 years ago
F-Plass b203f2abaa
Merge branch 'acmesh-official:master' into master 3 years ago
Nasser Alansari 4635dacf7f Add SYNO_TOTP_SECRET for user with two-factor authentication 3 years ago
F-Plass 3bcb91f6ae Update truenas.sh
solved the problem of UI-Restart after 12.0-U3
3 years ago
Miguel Angelo a31ed4a723 Notify user about a possible problem when using synology_dsm.sh with 2fa enabled user account 3 years ago
neil fba6de76b1
Merge pull request #3687 from gstrauss/use-getdeployconf
use _getdeployconf instead of sourcing DOMAIN_CONF
3 years ago
Glenn Strauss 8419b42e83 use ${ACME_OPENSSL_BIN:-openssl} instead of openssl
(requested by @Neilpang in #3687)
3 years ago
Nookery 2447fccf1e
name="snis" => name="snis[]"
kong 2.5.x,snis参数是一个数组
3 years ago
Glenn Strauss c43c711f72 use _getdeployconf instead of sourcing DOMAIN_CONF
(requested by @Neilpang in #3394)

github: closes #3394
3 years ago
Michael Weber f354e6de69 lighttpd deploy hook
* verbatim copy from haproxy.sh, s/haproxy/lighttpd
* enable issuer
3 years ago
fradev 08d60fcbf2 Update ssh.sh
shfmt formatting
3 years ago
fradev 4cda54774a Update ssh.sh
SC2086 and SC2215
3 years ago
fradev 613475ac26 Update ssh.sh 3 years ago
fradev 20d23fcb92 Update ssh.sh
Added scp mode for copy the certs
4 years ago
neil f41f93af3a
Merge pull request #3491 from bgarret/consul-deploy-hook
Consul deploy hooks
4 years ago