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,
|
||||
"id": "slskd",
|
||||
"description": "A modern client-server application for the Soulseek file-sharing network.",
|
||||
"tipi_version": 1,
|
||||
"version": "0.20.1",
|
||||
"tipi_version": 2,
|
||||
"version": "0.21.0",
|
||||
"categories": ["utilities"],
|
||||
"short_desc": "P2P downloads",
|
||||
"author": "jpdillingham",
|
||||
"source": "https://github.com/slskd/slskd",
|
||||
"supported_architectures": ["amd64", "arm64"],
|
||||
"form_fields": [{
|
||||
"form_fields": [
|
||||
{
|
||||
"type": "text",
|
||||
"label": "WebUI username",
|
||||
"max": 50,
|
||||
|
@ -21,34 +22,34 @@
|
|||
"env_variable": "SLSKD_WEB_USER"
|
||||
},
|
||||
{
|
||||
"type": "password",
|
||||
"label": "WebUI password",
|
||||
"max": 50,
|
||||
"min": 3,
|
||||
"required": true,
|
||||
"env_variable": "SLSKD_WEB_PASSWORD"
|
||||
"type": "password",
|
||||
"label": "WebUI password",
|
||||
"max": 50,
|
||||
"min": 3,
|
||||
"required": true,
|
||||
"env_variable": "SLSKD_WEB_PASSWORD"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"label": "Soulseek username",
|
||||
"max": 50,
|
||||
"min": 3,
|
||||
"required": true,
|
||||
"env_variable": "SLSKD_USER"
|
||||
"type": "text",
|
||||
"label": "Soulseek username",
|
||||
"max": 50,
|
||||
"min": 3,
|
||||
"required": true,
|
||||
"env_variable": "SLSKD_USER"
|
||||
},
|
||||
{
|
||||
"type": "password",
|
||||
"label": "Soulseek password",
|
||||
"max": 50,
|
||||
"min": 3,
|
||||
"required": true,
|
||||
"env_variable": "SLSKD_PASSWORD"
|
||||
"type": "password",
|
||||
"label": "Soulseek password",
|
||||
"max": 50,
|
||||
"min": 3,
|
||||
"required": true,
|
||||
"env_variable": "SLSKD_PASSWORD"
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"label": "Allow remote configuration",
|
||||
"required": true,
|
||||
"env_variable": "SLSKD_REMOTE_CONFIGURATION"
|
||||
"type": "boolean",
|
||||
"label": "Allow remote configuration",
|
||||
"required": true,
|
||||
"env_variable": "SLSKD_REMOTE_CONFIGURATION"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: "3.9"
|
||||
services:
|
||||
slskd:
|
||||
image: slskd/slskd:0.20.1
|
||||
image: slskd/slskd:0.21.0
|
||||
container_name: slskd
|
||||
volumes:
|
||||
- "${APP_DATA_DIR}:/app"
|
||||
|
|
Loading…
Reference in New Issue
Block a user