Fix up deploy previews (#749)

fix(ci): deploy previews

---------

Co-authored-by: Bastien Wirtz <bastien.wirtz@gmail.com>
This commit is contained in:
Dan Simpson 2024-06-26 15:53:54 +10:00 committed by GitHub
parent 4726d8dbc7
commit 2b83a38fc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 7 deletions

View File

@ -1,5 +1,2 @@
/*
Content-Type: application/json
Access-Control-Allow-Origin: https://homer-demo.netlify.app
Access-Control-Allow-Headers: Authorization
Access-Control-Allow-Methods: GET, OPTIONS

View File

@ -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"