app-store/apps/your-spotify/config.json
Stavros 1cc62c2202
Add supported architectures to all apps. (#1493)
* Add the extra config to the first 50 apps and modify tests,

* Add arch to extra 55 apps.

* Fix tests error.

* Fix tests (again).

* Andd the last 77 apps.

* Change photoprism from latest to a version.

* Fixes.

* Drop arm support for peppermint.

---------

Co-authored-by: JigSaw <JigSawFr@users.noreply.github.com>
2023-10-29 21:43:17 +02:00

36 lines
902 B
JSON

{
"$schema": "../schema.json",
"name": "Your Spotify",
"available": true,
"exposable": true,
"port": 8103,
"id": "your-spotify",
"tipi_version": 6,
"version": "1.7.1",
"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"
}
],
"supported_architectures": ["arm64", "amd64"]
}