From b1bcbbfb8c1ee1bec86fef2af9d6ad61210c7737 Mon Sep 17 00:00:00 2001 From: tipi Date: Tue, 1 Jul 2025 19:09:51 +0000 Subject: [PATCH] =?UTF-8?q?nextcloud/config.json=20gel=C3=B6scht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nextcloud/config.json | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 nextcloud/config.json diff --git a/nextcloud/config.json b/nextcloud/config.json deleted file mode 100644 index b770221..0000000 --- a/nextcloud/config.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "$schema": "../app-info-schema.json", - "name": "Nextcloud", - "available": true, - "exposable": true, - "dynamic_config": true, - "port": 8083, - "id": "nextcloud", - "tipi_version": 24, - "version": "26.0.13-apache", - "categories": ["data"], - "description": "Nextcloud is a self-hosted, open source, and fully-featured cloud storage solution for your personal files, office documents, and photos.", - "short_desc": "Productivity platform that keeps you in control", - "author": "Nextcloud GmbH", - "source": "https://github.com/nextcloud/server", - "form_fields": [ - { - "type": "text", - "label": "Username", - "max": 50, - "min": 3, - "required": true, - "env_variable": "NEXTCLOUD_ADMIN_USER" - }, - { - "type": "password", - "label": "Password", - "max": 50, - "min": 10, - "required": true, - "env_variable": "NEXTCLOUD_ADMIN_PASSWORD" - } - ], - "supported_architectures": ["arm64", "amd64"], - "created_at": 1691943801422, - "updated_at": 1742038546498 -}