mirror of
https://github.com/bastienwirtz/homer.git
synced 2024-11-07 08:44:00 +01:00
Improve demo content
This commit is contained in:
parent
e274807602
commit
e6069776ce
3
dummy-data/_headers
Normal file
3
dummy-data/_headers
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
/*
|
||||||
|
Content-Type: application/json
|
||||||
|
Access-Control-Allow-Origin: *
|
38
dummy-data/pihole/api.php
Normal file
38
dummy-data/pihole/api.php
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
{
|
||||||
|
"domains_being_blocked": 152588,
|
||||||
|
"dns_queries_today": 0,
|
||||||
|
"ads_blocked_today": 0,
|
||||||
|
"ads_percentage_today": 42,
|
||||||
|
"unique_domains": 0,
|
||||||
|
"queries_forwarded": 0,
|
||||||
|
"queries_cached": 0,
|
||||||
|
"clients_ever_seen": 0,
|
||||||
|
"unique_clients": 0,
|
||||||
|
"dns_queries_all_types": 0,
|
||||||
|
"reply_UNKNOWN": 0,
|
||||||
|
"reply_NODATA": 0,
|
||||||
|
"reply_NXDOMAIN": 0,
|
||||||
|
"reply_CNAME": 0,
|
||||||
|
"reply_IP": 0,
|
||||||
|
"reply_DOMAIN": 0,
|
||||||
|
"reply_RRNAME": 0,
|
||||||
|
"reply_SERVFAIL": 0,
|
||||||
|
"reply_REFUSED": 0,
|
||||||
|
"reply_NOTIMP": 0,
|
||||||
|
"reply_OTHER": 0,
|
||||||
|
"reply_DNSSEC": 0,
|
||||||
|
"reply_NONE": 0,
|
||||||
|
"reply_BLOB": 0,
|
||||||
|
"dns_queries_all_replies": 0,
|
||||||
|
"privacy_level": 0,
|
||||||
|
"status": "enabled",
|
||||||
|
"gravity_last_updated": {
|
||||||
|
"file_exists": true,
|
||||||
|
"absolute": 1665486627,
|
||||||
|
"relative": {
|
||||||
|
"days": 0,
|
||||||
|
"hours": 0,
|
||||||
|
"minutes": 22
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -83,3 +83,7 @@ services:
|
|||||||
subtitle: "Another application"
|
subtitle: "Another application"
|
||||||
tag: "app"
|
tag: "app"
|
||||||
url: "#"
|
url: "#"
|
||||||
|
- name: "Pi-hole"
|
||||||
|
logo: "https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/pihole.png"
|
||||||
|
url: "https://homer-demo-content.netlify.app/"
|
||||||
|
type: "PiHole"
|
||||||
|
Loading…
Reference in New Issue
Block a user