Skip to content
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

rebase to current #1

Merged
merged 500 commits into from
Jul 7, 2020
Merged

rebase to current #1

merged 500 commits into from
Jul 7, 2020

Conversation

peterkelm
Copy link
Owner

No description provided.

qwqVictor and others added 30 commits February 6, 2020 11:12
Replace '_err' to '_debug' in the final error report.
Removed redundancy code.
The API seems to have changed and the ID is no longer in the same location.
This allows you to update a key on a Synology DSM using the existing API.
Handles restarting the necessary services the certificate is attached to and all other internal stuff (copying the certificate around, etc.)

This is way less error prone than most articles I've found on how to update a Synology DSM certificate.
This is a lot more fragile then the previous code due to treating JSON as just a string
Locate only the outer most "id" property
Add DNS API support for Constellix
Initial support for Synology DSM deployhook
ianw and others added 29 commits May 18, 2020 15:29
The current call uses the /domains end-point which lists all domains.
This only returns 100 domains at a time, so for long domain lists you
may not match and find the required ID.

Switch to using the search interface that only returns values matching
the requested domain.  This will avoid missing results.

Reported by @jjamfd.

Closes: #2944
Stop it from misinterpreting a following digit as part of the escape sequence
fix octal escapes for printf %b format
dns_rackspace: search for domain
Added dnsapi/dns_hetzner.sh
Support multiple servers for SSH deployment
Fix broken grep so that One984HOSTING_COOKIE actually gets set, and isn't left empty.
@peterkelm peterkelm merged commit a08c6bb into peterkelm:master Jul 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.