diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2022-10-11 14:53:35 +0200 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2022-10-11 14:53:35 +0200 |
commit | 73a2a4aa76e371f7207a94f3c78cb2070ab95650 (patch) | |
tree | 5f873b938e71720fc50ecdc5a3c1a3372e8baf34 | |
parent | e6069776cea9dd6ac86d5dbbb7ade3057271f3c2 (diff) | |
download | homer-73a2a4aa76e371f7207a94f3c78cb2070ab95650.tar.gz homer-73a2a4aa76e371f7207a94f3c78cb2070ab95650.tar.zst homer-73a2a4aa76e371f7207a94f3c78cb2070ab95650.zip |
Fix pihole demo url
-rw-r--r-- | public/assets/config-demo.yml.dist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/assets/config-demo.yml.dist b/public/assets/config-demo.yml.dist index f1b7e35..041d287 100644 --- a/public/assets/config-demo.yml.dist +++ b/public/assets/config-demo.yml.dist | |||
@@ -85,5 +85,6 @@ services: | |||
85 | url: "#" | 85 | url: "#" |
86 | - name: "Pi-hole" | 86 | - name: "Pi-hole" |
87 | logo: "https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/pihole.png" | 87 | logo: "https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/pihole.png" |
88 | url: "https://homer-demo-content.netlify.app/" | 88 | url: "#" |
89 | endpoint: "https://homer-demo-content.netlify.app/pihole" | ||
89 | type: "PiHole" | 90 | type: "PiHole" |