-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
sync #6715
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
bug fix Omnios fial
This updates the Exoscale DNS script to work with v2 of their API.
…validation check against the omg.lol API to confirm address and apikey are good before proceeding
fix: update Exoscale DNS script
Make it more resistant to deploy hooks api change by passing custom arguments first
small commit to trigger github actions
handle the case of metadata 404 in old api domains fix index of domain start fix shfmt Revert "handle the case of metadata 404 in old api domains" This reverts commit 9fe4616. fix 404 on dot ad hyphen fix shfmt
- 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.
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.
Before this, checker issues were only logged. This stops the deployment if any configuration is incorrect.
acme.sh takes care of that
Because it causes a mysterious crash and it's honestly not worth it.
Before this, the eval call would try to run some commands (if they were compound commands) in the yaml file on the machine running acme.sh Eval might not be worth it for the little benefit it brings.
Before this, some deployment scripts would interact with STDIN and that would cause this loop to skip some elements. By using descriptor 3 we avoid clashing with the very common stdin and stdout.
kislyuk yq (used by Debian packages) does not accept `yq e` and also returns strings with double quotes. mikefarah's yq-go (used by Alpine) accepts `yq e` and `yq`. replace `yq e` with `yq` and also use `-r` switch to remove double quoting to ensure uniform return values from both yq versions. Signed-off-by: invario <[email protected]>
Multideploy: Deploy to multiple hooks of the same type
change default renew to 30 days and fix readme
|
Welcome |
sync