swag: auto-uptime-kuma add Uptime Kuma v2 support #1097
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description:
This PR adds support for Uptime Kuma v2.x while maintaining backwards compatibility with v1.x through a new environment variable
UPTIME_KUMA_API_VERSION.Changes:
UPTIME_KUMA_API_VERSIONenvironment variable (defaults to1)1(default): installsuptime-kuma-apipackage for Uptime Kuma v1.x2: installsuptime-kuma-api-v2package for Uptime Kuma v2.xBenefits of this PR and context:
Uptime Kuma v2.x was released with breaking API changes. The original
uptime-kuma-apipackage by lucasheld is no longer maintained and doesn't support v2.x.This PR:
UPTIME_KUMA_API_VERSION=2uptime-kuma-api-v2package (a maintained fork) for v2 supportHow Has This Been Tested?
Tested manually with both Uptime Kuma versions:
uptime-kuma-apiuptime-kuma-api-v2Test process:
Source / References: