From fa4c10c9a4b6b0a735c73ce1ceb18d79ae298a32 Mon Sep 17 00:00:00 2001 From: Bastien Wirtz Date: Sun, 1 Dec 2024 14:55:10 +0100 Subject: [PATCH] fix: Peanut mock data folder & doc typos --- docs/customservices.md | 4 ++-- dummy-data/peanut/{ => api}/v1/devices/ups | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename dummy-data/peanut/{ => api}/v1/devices/ups (100%) diff --git a/docs/customservices.md b/docs/customservices.md index 781ee3cf..ffb06fc3 100644 --- a/docs/customservices.md +++ b/docs/customservices.md @@ -54,8 +54,8 @@ within Homer: > [!IMPORTANT] > Using smart cards, which interact with other services, will require either that: > -> - All services are exposed on the **same domain** as homer (mydomain,tld/pihole, mydomain,tld/proxmox), avoiding any cross domain request issues (CORS). -> - All services **accecpt cross site requests** (= send the necessary CORS headers, either set directly in the service configuration if possible, or using a proxy to set the headers) +> - All services are exposed on the **same domain** as homer (mydomain.tld/pihole, mydomain.tld/proxmox), avoiding any cross domain request issues (CORS). +> - All services **accept cross site requests** (= send the necessary CORS headers, either set directly in the service configuration if possible, or using a proxy to set the headers) > > If you experiencing any issue, please have a look to the [troubleshooting](troubleshooting.md#my-service-card-doesnt-work-nothing-appears-or-offline-status-is-displayed-pi-hole-sonarr-ping-) page. diff --git a/dummy-data/peanut/v1/devices/ups b/dummy-data/peanut/api/v1/devices/ups similarity index 100% rename from dummy-data/peanut/v1/devices/ups rename to dummy-data/peanut/api/v1/devices/ups