Skip to content

Commit

Permalink
Fix up deploy previews (#749)
Browse files Browse the repository at this point in the history
fix(ci): deploy previews

---------

Co-authored-by: Bastien Wirtz <bastien.wirtz@gmail.com>
  • Loading branch information
daniel-simpson and bastienwirtz authored Jun 26, 2024
1 parent 4726d8d commit 2b83a38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
3 changes: 0 additions & 3 deletions dummy-data/_headers
Original file line number Diff line number Diff line change
@@ -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
8 changes: 4 additions & 4 deletions public/assets/config-demo.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down

0 comments on commit 2b83a38

Please sign in to comment.