neil
9b79743c5d
Update proxmoxve.sh
2 years ago
neil
a386826808
Update proxmoxve.sh
2 years ago
neil
668894fc4d
Update proxmoxve.sh
2 years ago
William Sellitti
799f509ba9
typo
2 years ago
William Sellitti
b3b4811b2c
added savedeployconf to preserve environment variables usedi in initial deployments
2 years ago
William Sellitti
b876128635
forced content-type to json
2 years ago
William Sellitti
c0da801580
Revert "'+' are being converted to ' ' at some point"
This reverts commit 149310e1ec
.
2 years ago
William Sellitti
149310e1ec
'+' are being converted to ' ' at some point
2 years ago
William Sellitti
4e625c18dc
Revert "seems like the escaped new lines aren't remaining escaped new lines with the new version of curl"
This reverts commit a5d5113be3
.
2 years ago
William Sellitti
a5d5113be3
seems like the escaped new lines aren't remaining escaped new lines with the new version of curl
2 years ago
William Sellitti
7900c493af
debugging for the payload
2 years ago
William Sellitti
76fe5d8831
those where flipped by mistake
2 years ago
William Sellitti
37031721dd
typo
2 years ago
William Sellitti
3cc283cbee
not generating files any more
2 years ago
William Sellitti
35cf98fff2
sensititive things debugged at a higher level
2 years ago
William Sellitti
ca41ea2d5c
added _getdeployconf to set all of the environment variables
2 years ago
William Sellitti
daffc4e6a4
typo, using _H1 to provide header keys.
2 years ago
William Sellitti
5f3cb9019b
fixed to use _post function instead of curl
2 years ago
neil
7be7586971
Update proxmoxve.sh
2 years ago
William Sellitti
6d64098288
shell check war warning against unnecessary use of cat
2 years ago
William Sellitti
4351110082
properly quoted variable names
2 years ago
William Sellitti
6652138d3e
fixed per shellcheck's preference for `-n` instead of `! -z`
2 years ago
William Sellitti
c8d0d475e4
deploy api script to upload certs to proxmox using proxmox api
2 years ago
Debian Bear
b169a5c707
change _dbase64 to single line
2 years ago
neil
d2a9d731ed
Update ssh.sh
3 years ago
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
quthla
08ae8cc3cb
Fix
3 years ago
quthla
201673ca8a
Store Mailcow deploy parameters
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
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