From ca4483d6e4d550382fc11b48cb5641ab788920e2 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Thu, 26 Mar 2026 10:31:07 +0100 Subject: [PATCH] foldergram: add json --- json/foldergram.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 json/foldergram.json diff --git a/json/foldergram.json b/json/foldergram.json new file mode 100644 index 00000000..2b563fbf --- /dev/null +++ b/json/foldergram.json @@ -0,0 +1,35 @@ +{ + "name": "Foldergram", + "slug": "foldergram", + "categories": [ + 21 + ], + "date_created": "2026-03-26", + "type": "ct", + "updateable": true, + "privileged": false, + "interface_port": 4141, + "documentation": "https://foldergram.github.io/quick-start", + "config_path": "/opt/foldergram/foldergram.env", + "website": "https://foldergram.github.io/", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/foldergram.webp", + "description": "Foldergram is a self-hosted web application that turns your local folders into a beautiful, instagram-style feed and profile. It turns your local folder to app folders (profiles), and serves a lightning-fast Progressive Web App (PWA).", + "install_methods": [ + { + "type": "default", + "script": "ct/foldergram.sh", + "resources": { + "cpu": 1, + "ram": 1536, + "hdd": 4, + "os": "Debian", + "version": "13" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [] +} \ No newline at end of file