From 63c90d46500f64ba3453bc5cb789c0ceee3ae78b Mon Sep 17 00:00:00 2001 From: MickLesk Date: Wed, 27 May 2026 08:12:53 +0200 Subject: [PATCH] format --- json/snapotter.json | 82 +++++++++++++++++++++++---------------------- 1 file changed, 42 insertions(+), 40 deletions(-) diff --git a/json/snapotter.json b/json/snapotter.json index caa718b9..197d73a9 100644 --- a/json/snapotter.json +++ b/json/snapotter.json @@ -1,42 +1,44 @@ { - "name": "SnapOtter", - "slug": "snapotter", - "categories": [13], - "date_created": "2026-05-27", - "type": "ct", - "updateable": true, - "privileged": false, - "interface_port": 1349, - "documentation": "https://docs.snapotter.com/", - "website": "https://snapotter.com/", - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/snapotter.webp", - "description": "SnapOtter is a self-hosted, privacy-first image processing toolbox with 50+ tools including background removal, upscaling, format conversion, OCR, face enhancement, and more — all running locally in your browser and on your server.", - "install_methods": [ - { - "type": "default", - "script": "ct/snapotter.sh", - "config_path": "/opt/snapotter/.env", - "resources": { - "cpu": 2, - "ram": 2048, - "hdd": 10, - "os": "Debian", - "version": "13" - } - } - ], - "default_credentials": { - "username": "admin", - "password": "admin" - }, - "notes": [ - { - "text": "Change the default password after first login!", - "type": "warning" + "name": "SnapOtter", + "slug": "snapotter", + "categories": [ + 13 + ], + "date_created": "2026-05-27", + "type": "ct", + "updateable": true, + "privileged": false, + "interface_port": 1349, + "documentation": "https://docs.snapotter.com/", + "website": "https://snapotter.com/", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/snapotter.webp", + "description": "SnapOtter is a self-hosted, privacy-first image processing toolbox with 50+ tools including background removal, upscaling, format conversion, OCR, face enhancement, and more — all running locally in your browser and on your server.", + "install_methods": [ + { + "type": "default", + "script": "ct/snapotter.sh", + "config_path": "/opt/snapotter/.env", + "resources": { + "cpu": 2, + "ram": 2048, + "hdd": 10, + "os": "Debian", + "version": "13" + } + } + ], + "default_credentials": { + "username": "admin", + "password": "admin" }, - { - "text": "AI features (background removal, upscaling, OCR, etc.) are installed on-demand via the settings page and require additional disk space and RAM.", - "type": "info" - } - ] -} + "notes": [ + { + "text": "Change the default password after first login!", + "type": "warning" + }, + { + "text": "AI features (background removal, upscaling, OCR, etc.) are installed on-demand via the settings page and require additional disk space and RAM.", + "type": "info" + } + ] +} \ No newline at end of file