]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
Minor doc fixes (#595)
authorIvan Barsukov <barsukox@gmail.com>
Tue, 7 Feb 2023 07:33:33 +0000 (08:33 +0100)
committerGitHub <noreply@github.com>
Tue, 7 Feb 2023 07:33:33 +0000 (08:33 +0100)
docs/customservices.md
docs/troubleshooting.md
dummy-data/README.md

index 8b94cad4e16e79c9b97bbe21ad769bf7a3a8f22a..82114c2f0eb8f8903447400dd8c04e8f8825625c 100644 (file)
@@ -167,7 +167,7 @@ For AdGuard Home you need to set the type to AdGuard, if you have somes issues a
 This service displays info about the total number of containers managed by your Portainer instance.
 In order to use it, you must be using Portainer version 1.11 or later. Generate an access token from the UI and pass
 it to the apikey field.
-By default, every connected environments will be checked. To select specific ones,add an "environments" entry which can be a simple string or an array containing all the selected environments name.
+By default, every connected environments will be checked. To select specific ones, add an "environments" entry which can be a simple string or an array containing all the selected environments name.
 
 See https://docs.portainer.io/v/ce-2.11/user/account-settings#access-tokens
 
index 8a0d11d99aacb76b84f83cddc97fb5dee4eda3dc..6ac0b8a05ad6cbf4908a3038b369c308ec86db6f 100644 (file)
@@ -10,7 +10,7 @@ $ docker logs homer
 Assets directory not writable. Check assets directory permissions & docker user or skip default assets install by setting the INIT_ASSETS env var to 0
 ```
 
-In this case you need to make sure your mounted assests directory have the same GID / UID the container user have (default 1000:1000), and that the read and write permission is granted for the user or the group.
+In this case you need to make sure your mounted assets directory have the same GID / UID the container user have (default 1000:1000), and that the read and write permission is granted for the user or the group.
 
 You can either: 
 - Update your assets directory permissions (ex: `chown -R 1000:1000 /your/assets/folder/`, `chmod -R u+rw /your/assets/folder/`)
index 78b2243608b8a6af0ba62cd72403541f2e80c361..6a54be373a4a5483d17570cc917822164137f8f5 100644 (file)
@@ -18,5 +18,5 @@ Example:
 
 ```sh
 mkdir pihole
-curl http://my-pihole.me/admin/api.php -o pihole/api.php # /admin is omited because for PiHole, the implementation expect it to be in the base url (`url` or `endpoint` property)
+curl http://my-pihole.me/admin/api.php -o pihole/api.php # /admin is omitted because for PiHole, the implementation expect it to be in the base url (`url` or `endpoint` property)
 ```