mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 14:18:47 +00:00
18 lines
411 B
Markdown
18 lines
411 B
Markdown
---
|
|
title: Atsumeru
|
|
description: Atsumeru Widget Configuration
|
|
---
|
|
|
|
Learn more about [Atsumeru](https://github.com/AtsumeruDev/Atsumeru).
|
|
|
|
Define same username and password that is used for login from web or supported apps
|
|
|
|
Allowed fields: `["series", "archives", "chapters", "categories"]`.
|
|
|
|
```yaml
|
|
widget:
|
|
type: atsumeru
|
|
url: http://atsumeru.host.or.ip:port
|
|
username: username
|
|
password: password
|
|
```
|