diff --git a/apps/scrypted/config.json b/apps/scrypted/config.json index 8242ea42..f15d3219 100644 --- a/apps/scrypted/config.json +++ b/apps/scrypted/config.json @@ -6,9 +6,11 @@ "exposable": false, "https": true, "id": "scrypted", - "tipi_version": 5, - "version": "18-jammy-full.s6-v0.57.0", - "categories": ["security"], + "tipi_version": 6, + "version": "20-jammy-full.s6-v0.57.0", + "categories": [ + "security" + ], "description": "Scrypted is a high performance home video integration and automation platform", "short_desc": "High performance home video integration and automation platform", "author": "Koush", @@ -21,5 +23,8 @@ "env_variable": "SCRYPTED_BEARER_TOKEN" } ], - "supported_architectures": ["arm64", "amd64"] + "supported_architectures": [ + "arm64", + "amd64" + ] } diff --git a/apps/scrypted/docker-compose.yml b/apps/scrypted/docker-compose.yml index 35980afd..b42e563a 100644 --- a/apps/scrypted/docker-compose.yml +++ b/apps/scrypted/docker-compose.yml @@ -3,7 +3,7 @@ version: "3" services: scrypted: container_name: scrypted - image: koush/scrypted:18-jammy-full.s6-v0.57.0 + image: koush/scrypted:20-jammy-full.s6-v0.57.0 privileged: true volumes: - ${APP_DATA_DIR}/data/scrypted/database:/server/volume