mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
16 lines
336 B
Markdown
16 lines
336 B
Markdown
---
|
|
title: Romm
|
|
description: Romm Widget Configuration
|
|
---
|
|
|
|
Allowed fields: `["platforms", "roms", "saves", "states", "screenshots", "totalfilesize"]`.
|
|
|
|
```yaml
|
|
widget:
|
|
type: romm
|
|
url: http://romm.host.or.ip
|
|
username: username # optional
|
|
password: password # optional
|
|
fields: ["platforms", "roms", "saves", "screenshots"]
|
|
```
|