This commit is contained in:
MickLesk
2026-05-27 08:12:53 +02:00
parent 0638c23d76
commit 63c90d4650

View File

@@ -1,42 +1,44 @@
{ {
"name": "SnapOtter", "name": "SnapOtter",
"slug": "snapotter", "slug": "snapotter",
"categories": [13], "categories": [
"date_created": "2026-05-27", 13
"type": "ct", ],
"updateable": true, "date_created": "2026-05-27",
"privileged": false, "type": "ct",
"interface_port": 1349, "updateable": true,
"documentation": "https://docs.snapotter.com/", "privileged": false,
"website": "https://snapotter.com/", "interface_port": 1349,
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/snapotter.webp", "documentation": "https://docs.snapotter.com/",
"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.", "website": "https://snapotter.com/",
"install_methods": [ "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.",
"type": "default", "install_methods": [
"script": "ct/snapotter.sh", {
"config_path": "/opt/snapotter/.env", "type": "default",
"resources": { "script": "ct/snapotter.sh",
"cpu": 2, "config_path": "/opt/snapotter/.env",
"ram": 2048, "resources": {
"hdd": 10, "cpu": 2,
"os": "Debian", "ram": 2048,
"version": "13" "hdd": 10,
} "os": "Debian",
} "version": "13"
], }
"default_credentials": { }
"username": "admin", ],
"password": "admin" "default_credentials": {
}, "username": "admin",
"notes": [ "password": "admin"
{
"text": "Change the default password after first login!",
"type": "warning"
}, },
{ "notes": [
"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" "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"
}
]
}