From 9157e625c73303a5b4ade2799a5ccf6d12430f01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 20:11:44 +0000 Subject: [PATCH] chore(deps): update slskd/slskd docker tag to v0.21.0 (#3614) --- apps/slskd/config.json | 51 ++++++++++++++++++----------------- apps/slskd/docker-compose.yml | 2 +- 2 files changed, 27 insertions(+), 26 deletions(-) diff --git a/apps/slskd/config.json b/apps/slskd/config.json index 6bc842b7..323bcbf3 100644 --- a/apps/slskd/config.json +++ b/apps/slskd/config.json @@ -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" } ] } diff --git a/apps/slskd/docker-compose.yml b/apps/slskd/docker-compose.yml index 5de11dbd..8aaaddd9 100644 --- a/apps/slskd/docker-compose.yml +++ b/apps/slskd/docker-compose.yml @@ -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"