From c737473f8b07ba30f7be20ef431e66409e0b734c Mon Sep 17 00:00:00 2001 From: "community-scripts-pr-app[bot]" <189241966+community-scripts-pr-app[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 08:21:22 +0100 Subject: [PATCH] Update date in json (#2992) --- json/seafile.json | 90 +++++++++++++++++++++++------------------------ 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/json/seafile.json b/json/seafile.json index a603ac350..ea7336a60 100644 --- a/json/seafile.json +++ b/json/seafile.json @@ -1,47 +1,47 @@ { - "name": "Seafile", - "slug": "Seafile", - "categories": [ - 12 - ], - "date_created": "2025-02-25", - "type": "ct", - "updateable": false, - "privileged": false, - "interface_port": 8000, - "documentation": "https://manual.seafile.com/11.0/deploy", - "website": "https://seafile.com", - "logo": "https://manual.seafile.com/11.0/media/seafile-transparent-1024.png", - "description": "Seafile is an open source file sync and share platform, focusing on reliability and performance.", - "install_methods": [ - { - "type": "default", - "script": "ct/seafile.sh", - "resources": { - "cpu": 2, - "ram": 2048, - "hdd": 20, - "os": "debian", - "version": "12" - } - } - ], - "default_credentials": { - "username": null, - "password": null + "name": "Seafile", + "slug": "Seafile", + "categories": [ + 12 + ], + "date_created": "2025-03-11", + "type": "ct", + "updateable": false, + "privileged": false, + "interface_port": 8000, + "documentation": "https://manual.seafile.com/11.0/deploy", + "website": "https://seafile.com", + "logo": "https://manual.seafile.com/11.0/media/seafile-transparent-1024.png", + "description": "Seafile is an open source file sync and share platform, focusing on reliability and performance.", + "install_methods": [ + { + "type": "default", + "script": "ct/seafile.sh", + "resources": { + "cpu": 2, + "ram": 2048, + "hdd": 20, + "os": "debian", + "version": "12" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [ + { + "text": "Application credentials: `cat ~/seafile.creds`", + "type": "info" }, - "notes": [ - { - "text": "Application credentials: `cat ~/seafile.creds`", - "type": "info" - }, - { - "text": "Change STORAGE_DIR value in `external-storage.sh` and run `bash external-storage.sh` to use your defined storage instead of internal.", - "type": "info" - }, - { - "text": "Execute `~/domain.sh ` to enable access to Seafile via your domain", - "type": "info" - } - ] -} \ No newline at end of file + { + "text": "Change STORAGE_DIR value in `external-storage.sh` and run `bash external-storage.sh` to use your defined storage instead of internal.", + "type": "info" + }, + { + "text": "Execute `~/domain.sh ` to enable access to Seafile via your domain", + "type": "info" + } + ] +}