mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
FR: Config File #2474
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#2474
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 @userbradley on GitHub (Aug 15, 2023).
⚠️ Please verify that this feature request has NOT been suggested before.
🏷️ Feature Request Type
Other
🔖 Feature description
I work a lot with configuration as code and was surprised to see that this (amazing) tool was missing it.
I'd like to see a yaml file that users can either mount to the container on run time, or users can upload in the UI to configure stuff like authentication, reverse proxies etc etc
✔️ Solution
Below is a rough draft of what a monitor and group could look like
❓ Alternatives
Nothing, I am happy to use this as is, but would be nice to configure this through helm charts, or as code
📝 Additional Context
Keep doing what you're doing, this is awesome!
@UptimeKumaBot commented on GitHub (Aug 15, 2023):
Hi, I'm a bot. I'm here to help you to find similar issues: #3455 #1354
@CommanderStorm commented on GitHub (Aug 15, 2023):
@userbradley
I think this is a duplicate of https://github.com/louislam/uptime-kuma/issues/1354
If you agree, could you please close this Issue, as duplicates only create immortal zombies and are really hard to issue-manage?
If not, what makes this issue unique enough to require an additional issue? (Could this be integrated into the issue linked above?) ^^
@hypery2k commented on GitHub (Oct 7, 2023):
I would also like to have this feature. So to completly configure UK via Code (IaC).
If there's interest, I can fill a PR
@louislam commented on GitHub (Oct 7, 2023):
Also duplicate of #270
@hypery2k Thanks, but it is really too hard to be implemented already in the current design. It is not not worth to spend time on it, so please don't make this pr.
Please wait for an API or you can directly utilize the SQLite database instead.
I would also suggest gatus which is a great monitoring tools that you can define everything in yaml.