mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: fix browser, add uptime-kuma
This commit is contained in:
parent
f6a5590a9c
commit
cb7eb46ee7
5 changed files with 34 additions and 3 deletions
|
|
@ -42,3 +42,12 @@ resource "cloudflare_record" "ntfy" {
|
|||
value = "daiyousei.inskip.me"
|
||||
zone_id = local.zone_ids.kittywitch
|
||||
}
|
||||
|
||||
resource "cloudflare_record" "kuma" {
|
||||
name = "kuma"
|
||||
proxied = false
|
||||
ttl = 3600
|
||||
type = "CNAME"
|
||||
value = "mei.inskip.me"
|
||||
zone_id = local.zone_ids.kittywitch
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue