aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorluixal <luixal@gmail.com>2022-10-12 23:36:37 +0200
committerBastien Wirtz <bastien.wirtz@gmail.com>2022-10-13 21:51:06 +0200
commit96da0c7ce034ce7c6e2e1a4a65ee63e3edcb574c (patch)
tree39d54422b312fd70fd8f015b6bd7ea2a6469b754
parent4fe179c53364c21eae3e5507aa7140a701287214 (diff)
downloadhomer-96da0c7ce034ce7c6e2e1a4a65ee63e3edcb574c.tar.gz
homer-96da0c7ce034ce7c6e2e1a4a65ee63e3edcb574c.tar.zst
homer-96da0c7ce034ce7c6e2e1a4a65ee63e3edcb574c.zip
Fixes typo.
-rw-r--r--docs/customservices.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/customservices.md b/docs/customservices.md
index 417459e..3c4f5ad 100644
--- a/docs/customservices.md
+++ b/docs/customservices.md
@@ -259,7 +259,7 @@ The API Token (or the user asigned to that token if not separated permissions is
259 259
260It is highly recommended that you create and API Token with only these permissions on a read-only mode. 260It is highly recommended that you create and API Token with only these permissions on a read-only mode.
261 261
262If you get errors, they will be shown on browser's dev console. Main issues tend to be CORS related as Proxmox does not include CORS headers and you have to desploy it behind a reverse proxy and make the proxy add this headers. 262If you get errors, they will be shown on browser's dev console. Main issues tend to be CORS related as Proxmox does not include CORS headers and you have to deploy it behind a reverse proxy and make the proxy add this headers.
263 263
264Configuration example: 264Configuration example:
265 265