mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Populate list of sites from a feed/API to import #477
Labels
No labels
A:accessibility
A:api
A:cert-expiry
A:core
A:dashboard
A:deployment
A:documentation
A:domain expiry
A:incidents
A:maintenance
A:metrics
A:monitor
A:notifications
A:reports
A:settings
A:status-page
A:ui/ux
A:user-management
Stale
ai-slop
blocked
blocked-upstream
bug
cannot-reproduce
dependencies
discussion
duplicate
feature-request
feature-request
good first issue
hacktoberfest
help
help wanted
house keeping
invalid
invalid-format
invalid-format
question
releaseblocker 🚨
security
spam
type:enhance-existing
type:new
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uptime-kuma#477
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doofusdavid on GitHub (Oct 26, 2021).
Hey there! Love this project, and I'm wanting to implement it in our environment.
The Import Backup seems 90% close to what we're looking for. We host a lot of sites. Like 4-500. We maintain a database of all of them which I can use to generate a JSON file that matches your backup. What I'd love is the ability to either monitor a file to auto-update the monitor list, or have a hidden API key I could use to submit the file, bypassing the need to be logged in, and trigger a backup import with the new file I create. Something so that when we have a new site added or deleted, I can have jobs running that would automatically import the newest version of all of our sites.
@deefdragon commented on GitHub (Oct 27, 2021):
API stuff in general is #118 and I think that that is the proper solution to your problem.
Watching a specific file for changes is a bit niche, and a messier solution if you are already planning on having jobs run to update the sites.
@doofusdavid commented on GitHub (Oct 27, 2021):
You got it, the API is the proper way!
docker-containermonitors are not correctly restored. #1350