mirror of
https://github.com/gethomepage/homepage.git
synced 2026-04-09 19:51:20 -07:00
suwayomi widget
This commit is contained in:
29
docs/widgets/services/suwayomi.md
Normal file
29
docs/widgets/services/suwayomi.md
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
title: Suwayomi
|
||||
description: Suwayomi Widget Configuration
|
||||
---
|
||||
|
||||
Learn more about [Suwayomi](https://github.com/Suwayomi/Suwayomi-Server).
|
||||
|
||||
all supported fields shown in example yaml, though a max of 4 will show at one time.
|
||||
username and password are available if you have basic auth setup for Suwayomi.
|
||||
|
||||
```yaml
|
||||
widget:
|
||||
icon: https://raw.githubusercontent.com/Suwayomi/Suwayomi-Server/refs/heads/master/server/src/main/resources/icon/faviconlogo-128.png
|
||||
widget:
|
||||
type: suwayomi
|
||||
url: http://suwayomi.host.or.ip
|
||||
username: username # if u have basic auth setup
|
||||
password: password # if u have basic auth setup
|
||||
category: 0 # to use a given categoryID defaults to all categories
|
||||
fields:
|
||||
- download
|
||||
- nondownload
|
||||
- read
|
||||
- unread
|
||||
- downloadedRead
|
||||
- downloadedunread
|
||||
- nondownloadedread
|
||||
- nondownloadedunread
|
||||
```
|
||||
Reference in New Issue
Block a user