chore(deps): update slskd/slskd docker tag to v0.21.0 (#3614)
This commit is contained in:
parent
b5b4bdd1fd
commit
9157e625c7
|
@ -5,14 +5,15 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "slskd",
|
"id": "slskd",
|
||||||
"description": "A modern client-server application for the Soulseek file-sharing network.",
|
"description": "A modern client-server application for the Soulseek file-sharing network.",
|
||||||
"tipi_version": 1,
|
"tipi_version": 2,
|
||||||
"version": "0.20.1",
|
"version": "0.21.0",
|
||||||
"categories": ["utilities"],
|
"categories": ["utilities"],
|
||||||
"short_desc": "P2P downloads",
|
"short_desc": "P2P downloads",
|
||||||
"author": "jpdillingham",
|
"author": "jpdillingham",
|
||||||
"source": "https://github.com/slskd/slskd",
|
"source": "https://github.com/slskd/slskd",
|
||||||
"supported_architectures": ["amd64", "arm64"],
|
"supported_architectures": ["amd64", "arm64"],
|
||||||
"form_fields": [{
|
"form_fields": [
|
||||||
|
{
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"label": "WebUI username",
|
"label": "WebUI username",
|
||||||
"max": 50,
|
"max": 50,
|
||||||
|
@ -21,34 +22,34 @@
|
||||||
"env_variable": "SLSKD_WEB_USER"
|
"env_variable": "SLSKD_WEB_USER"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "password",
|
"type": "password",
|
||||||
"label": "WebUI password",
|
"label": "WebUI password",
|
||||||
"max": 50,
|
"max": 50,
|
||||||
"min": 3,
|
"min": 3,
|
||||||
"required": true,
|
"required": true,
|
||||||
"env_variable": "SLSKD_WEB_PASSWORD"
|
"env_variable": "SLSKD_WEB_PASSWORD"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"label": "Soulseek username",
|
"label": "Soulseek username",
|
||||||
"max": 50,
|
"max": 50,
|
||||||
"min": 3,
|
"min": 3,
|
||||||
"required": true,
|
"required": true,
|
||||||
"env_variable": "SLSKD_USER"
|
"env_variable": "SLSKD_USER"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "password",
|
"type": "password",
|
||||||
"label": "Soulseek password",
|
"label": "Soulseek password",
|
||||||
"max": 50,
|
"max": 50,
|
||||||
"min": 3,
|
"min": 3,
|
||||||
"required": true,
|
"required": true,
|
||||||
"env_variable": "SLSKD_PASSWORD"
|
"env_variable": "SLSKD_PASSWORD"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"label": "Allow remote configuration",
|
"label": "Allow remote configuration",
|
||||||
"required": true,
|
"required": true,
|
||||||
"env_variable": "SLSKD_REMOTE_CONFIGURATION"
|
"env_variable": "SLSKD_REMOTE_CONFIGURATION"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: "3.9"
|
version: "3.9"
|
||||||
services:
|
services:
|
||||||
slskd:
|
slskd:
|
||||||
image: slskd/slskd:0.20.1
|
image: slskd/slskd:0.21.0
|
||||||
container_name: slskd
|
container_name: slskd
|
||||||
volumes:
|
volumes:
|
||||||
- "${APP_DATA_DIR}:/app"
|
- "${APP_DATA_DIR}:/app"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user