mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 14:18:47 +00:00
parent
45a9e2a6da
commit
8157b03380
7 changed files with 142 additions and 0 deletions
20
docs/widgets/services/stash.md
Normal file
20
docs/widgets/services/stash.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
title: Stash
|
||||
description: Stash Widget Configuration
|
||||
---
|
||||
|
||||
Learn more about [Stash](https://github.com/stashapp/stash).
|
||||
|
||||
Find your API key from inside Stash at `Settings > Security > API Key`. Note that the API key is only required if your Stash instance has login credentials.
|
||||
|
||||
Allowed fields: `["scenes", "scenesPlayed", "playCount", "playDuration", "sceneSize", "sceneDuration", "images", "imageSize", "galleries", "performers", "studios", "movies", "tags", "oCount"]`.
|
||||
|
||||
If more than 4 fields are provided, only the first 4 are displayed.
|
||||
|
||||
```yaml
|
||||
widget:
|
||||
type: stash
|
||||
url: http://stash.host.or.ip
|
||||
key: stashapikey
|
||||
fields: ["scenes", "images"] # optional - default fields shown
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue