app-store/apps/your-spotify/config.json
Nicolas Meienberger e495cc1293
ci: automerge minor and patch app upgrades (#720)
* fix: app version mismatchs between config and docker-compose

* ci: create automerge workflow

wip
2023-06-20 22:52:42 +02:00

32 lines
841 B
JSON

{
"$schema": "../schema.json",
"name": "Your Spotify",
"available": true,
"exposable": true,
"port": 8103,
"id": "your-spotify",
"tipi_version": 4,
"version": "1.6.0",
"categories": ["music", "utilities"],
"description": "Self hosted Spotify tracking dashboard.",
"short_desc": "Self hosted Spotify tracking dashboard.",
"author": "Yooooomi",
"source": "https://github.com/Yooooomi/your_spotify",
"form_fields": [
{
"type": "text",
"label": "Spotify public key",
"hint": "The public key of your Spotify application",
"required": true,
"env_variable": "SPOTIFY_PUBLIC"
},
{
"type": "password",
"label": "Spotify secret key",
"hint": "The secret key of your Spotify application",
"required": true,
"env_variable": "SPOTIFY_SECRET"
}
]
}