diff --git a/json/koffan.json b/json/koffan.json new file mode 100644 index 00000000..456cc78d --- /dev/null +++ b/json/koffan.json @@ -0,0 +1,40 @@ +{ + "name": "Koffan", + "slug": "koffan", + "categories": [ + 12 + ], + "date_created": "2026-05-21", + "type": "ct", + "updateable": true, + "privileged": false, + "interface_port": null, + "documentation": null, + "website": null, + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/koffan.webp", + "description": "Koffan is a lightweight web application for managing shopping lists, designed for couples and families. It allows real-time synchronization between multiple devices, so everyone knows what to buy and what's already in the cart.\n\nThe app works in any browser on both mobile and desktop. Just one password to log in - no complicated registration required.", + "install_methods": [ + { + "type": "default", + "script": "ct/koffan.sh", + "config_path": "/opt/koffan/data/.env", + "resources": { + "cpu": 1, + "ram": 512, + "hdd": 4, + "os": "Debian", + "version": "13" + } + } + ], + "default_credentials": { + "username": null, + "password": "shopping123" + }, + "notes": [ + { + "text": "Change the default password after first login!", + "type": "warning" + } + ] +} \ No newline at end of file