mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-01-23 02:15:09 +00:00
Fix up deploy previews (#749)
fix(ci): deploy previews --------- Co-authored-by: Bastien Wirtz <bastien.wirtz@gmail.com>
This commit is contained in:
parent
4726d8dbc7
commit
2b83a38fc3
2 changed files with 4 additions and 7 deletions
|
|
@ -104,19 +104,19 @@ services:
|
|||
- name: "Octoprint"
|
||||
logo: "https://cdn-icons-png.flaticon.com/512/3112/3112529.png"
|
||||
apikey: "xxxxxxxxxxxx"
|
||||
endpoint: "https://homer-demo-content.netlify.app/octoprint"
|
||||
endpoint: "/dummy-data/octoprint"
|
||||
type: "OctoPrint"
|
||||
- name: "Pi-hole"
|
||||
logo: "https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/pi-hole.png"
|
||||
url: "https://pi-hole.net/"
|
||||
endpoint: "https://homer-demo-content.netlify.app/pihole"
|
||||
endpoint: "/dummy-data/pihole"
|
||||
type: "PiHole"
|
||||
- name: "Proxmox - Node1"
|
||||
logo: "https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/proxmox.png"
|
||||
type: "Proxmox"
|
||||
tag: "sys"
|
||||
url: "https://www.proxmox.com/en/"
|
||||
endpoint: "https://homer-demo-content.netlify.app/proxmox"
|
||||
endpoint: "/dummy-data/proxmox"
|
||||
node: "node1"
|
||||
warning_value: 50
|
||||
danger_value: 80
|
||||
|
|
@ -125,7 +125,7 @@ services:
|
|||
location: "Lille"
|
||||
apikey: "xxxxxxxxxxxx" # insert your own API key here. Request one from https://openweathermap.org/api.
|
||||
units: "metric"
|
||||
endpoint: "https://homer-demo-content.netlify.app/openweather/weather"
|
||||
endpoint: "/dummy-data/openweather/weather"
|
||||
type: "OpenWeather"
|
||||
- name: "Ressources"
|
||||
icon: "fa-regular fa-bookmark"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue