aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2021-12-22 07:34:07 -0800
committerGitHub <noreply@github.com>2021-12-22 07:34:07 -0800
commit9f14de32fe93854d7d2da6891ebcf274e4bb187c (patch)
tree0ebbecbabad0da958889cc3a7268899aa36c5401
parent8283b8da5a93c1141a247c3835678b4e2a2eba16 (diff)
parentad8efdc799fb066a50aeb4ee28a388239f7b9fc8 (diff)
downloadhomer-9f14de32fe93854d7d2da6891ebcf274e4bb187c.tar.gz
homer-9f14de32fe93854d7d2da6891ebcf274e4bb187c.tar.zst
homer-9f14de32fe93854d7d2da6891ebcf274e4bb187c.zip
Merge pull request #344 from michaelkrieger/patch-1
Warn about exposed apikeys
-rw-r--r--docs/customservices.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/customservices.md b/docs/customservices.md
index 7d47542..77109b7 100644
--- a/docs/customservices.md
+++ b/docs/customservices.md
@@ -1,7 +1,11 @@
1# Custom Services 1# Custom Services
2 2
3Some service can use a specific a component that provides some extra features by adding a `type` key to the service yaml 3Some service can use a specific a component that provides some extra features by adding a `type` key to the service yaml
4configuration. Available services are in `src/components/`. Here is an overview of all custom services that are available 4configuration and, where applicable, an apikey. Note that config.yml is exposed at /assets/config.yml via HTTP and any
5apikey included in the configuration file is exposed to anyone who can access the homer instance. Only include an apikey
6if your homer instance is secured behind some form of authentication or access restriction.
7
8Available services are in `src/components/`. Here is an overview of all custom services that are available
5within Homer. 9within Homer.
6 10
7If you experiencing any issue, please have a look to the [troubleshooting](troubleshooting.md) page. 11If you experiencing any issue, please have a look to the [troubleshooting](troubleshooting.md) page.