app-store/apps/moodist/config.json
falkheiland 42b1f1e34e
App/moodist (#2531)
* added moodist

* added formfields, edited README.md

* edited port to 8221
2024-02-25 11:29:19 +01:00

21 lines
459 B
JSON

{
"$schema": "../schema.json",
"name": "Moodist",
"port": 8221,
"available": true,
"exposable": true,
"id": "moodist",
"tipi_version": 1,
"version": "v1.3.1",
"categories": [
"media"
],
"description": "Ambient sounds for focus and calm.",
"short_desc": "Ambient sounds for focus and calm.",
"author": "remvze",
"source": "https://github.com/remvze/moodist",
"form_fields": [],
"supported_architectures": [
"amd64"
]
}