2022-07-28 17:46:12 +00:00
|
|
|
{
|
2022-08-24 09:18:00 +00:00
|
|
|
"$schema": "../schema.json",
|
2022-07-28 17:46:12 +00:00
|
|
|
"name": "Your Spotify",
|
|
|
|
"available": true,
|
2022-11-11 19:33:58 +00:00
|
|
|
"exposable": true,
|
2022-07-28 17:46:12 +00:00
|
|
|
"port": 8103,
|
|
|
|
"id": "your-spotify",
|
2024-03-24 05:22:08 +00:00
|
|
|
"tipi_version": 14,
|
|
|
|
"version": "1.10.1",
|
2023-07-24 21:54:38 +00:00
|
|
|
"categories": [
|
|
|
|
"music",
|
|
|
|
"utilities"
|
|
|
|
],
|
2022-07-28 17:46:12 +00:00
|
|
|
"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"
|
|
|
|
}
|
2023-10-29 19:43:17 +00:00
|
|
|
],
|
2023-11-19 22:56:12 +00:00
|
|
|
"supported_architectures": [
|
|
|
|
"arm64",
|
|
|
|
"amd64"
|
|
|
|
]
|
2022-07-28 17:46:12 +00:00
|
|
|
}
|