Jacobo de Vera
6b66e734a9
Remove explicit save of the deployhook
acme.sh takes care of that
4 months ago
Jacobo de Vera
4f0a4850a6
Remove unnecessary resetting of IFS
4 months ago
Jacobo de Vera
8a78865174
Quote paths to prevent word splitting
4 months ago
Jacobo de Vera
69dd2cf78b
Explain _clear_envs rationale
4 months ago
Jacobo de Vera
a961e03a59
Explain the use of eval
4 months ago
Jacobo de Vera
1d8788767f
Make failure to check file stop the deployment
Before this, checker issues were only logged. This stops the deployment if any configuration is incorrect.
4 months ago
Jacobo de Vera
986a6138eb
Fix config file checks
The config file checks were returning okay even when there were errors. The yq tool returns "null" when it cannot find what's queried, but exists with a 0 rc still.
4 months ago
Jacobo de Vera
f850e8d0e4
Support spaces in service names
- Prefer using a pipe to `while read`
- But use a temp file when the loop needs to modify variables that need to be used outside the loop, as the pipe creates a subshell and modifications do not survive after the loop exits.
4 months ago
tomo
d375012c5d
fixed yml file env list
6 months ago
tomo
37c25aa107
removed unneeded return value
7 months ago
tomo
7b16526e7f
removed dead code
7 months ago
tomo
093f36b4d6
implemented exiting with the number of failed deployments
7 months ago
tomo
e5b47f6402
implemented exiting with 1 if at least one deployment fails
7 months ago
tomo
a55d40be97
fixed bug with envs due to the use of a wrong function
7 months ago
tomo
c1c49d5a01
simplified deploy method
9 months ago
tomo
88e4d64c1a
fixed IFS problems for some hooks
9 months ago
tomo
17e0bbcbb6
fixed formatting
9 months ago
tomo
95c7546051
removed configs and implemented specification of deploy file name
9 months ago
tomo
c1e17c366f
Update links in multideploy.sh
10 months ago
tomo
88cde7be6d
fixed missing wiki link
10 months ago
tomo
c16e059535
allowed using varaibles in deploy file
10 months ago
tomo
88d4637ee3
added header doc
10 months ago
tomo
74ed0354a3
added docs and enhanced log messages
10 months ago
tomo
2cc5e66517
added docs
10 months ago
tomo
ba7c368ee5
fixed IFS problems
10 months ago
tomo
768de270bf
improved preprocessing and fixed bug with wrong param of services
10 months ago
tomo
db1dc4de0d
added debug messages
10 months ago
tomo
fb0926dc81
implemented checking for different kinds of deploy file
10 months ago
tomo
23e1a53ec8
implemented deploying to services
10 months ago
tomo
67d58a12e7
implemented handling envs
10 months ago
tomo
0ed5e21232
fixed formatting and private var names
10 months ago
tomo
b2eb1d2bbc
refactored getting services
10 months ago
tomo
3c184486c3
fixed indents
10 months ago
tomo
5a730bf00d
implemented checking deploy file
10 months ago
xiagw
b9c877adb9
fix: update timestamp variable for CDN and DCDN SSL certificate queries
3 days ago
DreamSlave
fd6a14de8a
Update timestamp function in ali_dcdn.sh
1 week ago
DreamSlave
0eb40c6ce6
Update timestamp variable in ali_cdn.sh
1 week ago
Sergey Parfenov
00aaed1b14
Fix strongswan deploy hook
Make it more resistant to deploy hooks api change by passing custom arguments first
2 weeks ago
Antoni Company
46a2608783
fix: Renamed filaname to certname
- Changed filename to certname to better reflect the actual issue at hand.
- Restored _cdomain variable to its original place for clarity.
1 month ago
Antoni Company
3d3053f427
feat: Add custom filename for panos
1 month ago
privacyfr3ak
59a286b0b7
disable shellcheck
2 months ago
Richard Glidden
693b1f7a74
Fix TrueNAS deploy fails on TrueNAS 25.10
2 months ago
Jens Spanier
3cdce86339
rename to keyhelp_api
2 months ago
Jens Spanier
f7cc72be35
add missing double quotes
3 months ago
Jens Spanier
17da49bb78
add keyhelp deploy hook
3 months ago
Richard Glidden
070cd0f4df
Use _sleep instead of sleep
3 months ago
Richard Glidden
8608e9cd3a
Save and read variables
4 months ago
Jacobo de Vera
5aae3333bc
Show proxmox deploy scripts response only on debug
4 months ago
Richard Glidden
6d40ac8644
chore: Fix shellcheck errors
6 months ago
Richard Glidden
d7c428fc8d
feat: Add ability to deploy to remote TrueNAS instances
6 months ago