doc(smartcards): fix incomplete sentence. Fix #834

pull/798/head^2
Bastien Wirtz 2024-11-24 09:30:55 +01:00
parent 97bb74a114
commit 7909bd1054
1 changed files with 5 additions and 1 deletions

View File

@ -49,7 +49,11 @@ within Homer:
- [What's Up Docker](#whats-up-docker)
> [!IMPORTANT]
> Using smart cards will probably requires
> 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)
>
> 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.
## Common options