From 4bc139988eb8704f91990f62db1863c8cb89734b Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Fri, 21 Oct 2022 14:09:42 +0200 Subject: [PATCH] fix(tubearchivist): fix wrong parameter --- apps/tubearchivist/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tubearchivist/config.json b/apps/tubearchivist/config.json index 575430e0..46b6d0e4 100644 --- a/apps/tubearchivist/config.json +++ b/apps/tubearchivist/config.json @@ -7,6 +7,7 @@ "id": "tubearchivist", "tipi_version": 1, "version": "latest", + "supported_architectures": ["amd64", "arm64"], "categories": ["media"], "description": "Once your YouTube video collection grows, it becomes hard to search and find a specific video. That's where Tube Archivist comes in: By indexing your video collection with metadata from YouTube, you can organize, search and enjoy your archived YouTube videos without hassle offline through a convenient web interface.", "short_desc": "Your self-hosted YouTube media server", @@ -34,7 +35,6 @@ "label": "Elasticsearch Password", "max": 50, "min": 3, - "required": true, "env_variable": "ELASTIC_PASSWORD" } ]