]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
Merge pull request #402 from Zareix/feature/portainer-environments
authorBastien Wirtz <bastien.wirtz@gmail.com>
Thu, 7 Apr 2022 19:45:32 +0000 (21:45 +0200)
committerGitHub <noreply@github.com>
Thu, 7 Apr 2022 19:45:32 +0000 (21:45 +0200)
Portainer service - Select environments

1  2 
docs/customservices.md
src/components/services/Portainer.vue

index 49798a8c5603640e3f6324bdb586f9cd901f4ce2,2e65f1926ab3e77c8352af8595cdd32034af3eee..d9aa43f59b8f152f34b797c777154f4a7a7006b7
@@@ -149,17 -141,7 +150,20 @@@ See https://docs.portainer.io/v/ce-2.11
    url: "http://192.168.0.151/"
    type: "Portainer"
    apikey: "MY-SUPER-SECRET-API-KEY"
+   # environments:
+   #   - "raspberry"
+   #   - "local"
  ```
 +
 +## Emby
 +
 +You need to set the type to Emby, provide an api key and choose which stats to show if the subtitle is disabled.
 +
 +```yaml
 +- name: "Emby"
 +  logo: "assets/tools/sample.png"
 +  url: "http://192.168.0.151/"
 +  type: "Emby"
 +  apikey: "MY-SUPER-SECRET-API-KEY"
 +  libraryType: "music" #Choose which stats to show. Can be one of: music, series or movies.
 +```
Simple merge