From c99e41a30e36683f84c0ff0a8d9554fe8a49c375 Mon Sep 17 00:00:00 2001 From: SunFlowerOwl Date: Sun, 23 Nov 2025 15:43:48 -0500 Subject: [PATCH] Revert deleted manyfold json --- frontend/public/json/manyfold.json | 35 ++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 frontend/public/json/manyfold.json diff --git a/frontend/public/json/manyfold.json b/frontend/public/json/manyfold.json new file mode 100644 index 000000000..bb232666c --- /dev/null +++ b/frontend/public/json/manyfold.json @@ -0,0 +1,35 @@ +{ + "name": "Manyfold", + "slug": "manyfold", + "categories": [ + 24 + ], + "date_created": "2025-03-18", + "type": "ct", + "updateable": false, + "privileged": false, + "interface_port": 80, + "documentation": "https://manyfold.app/sysadmin/", + "website": "https://manyfold.app/", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/manyfold.webp", + "config_path": "", + "description": "Manyfold is an open source, self-hosted web application for managing a collection of 3d models, particularly focused on 3d printing.", + "install_methods": [ + { + "type": "default", + "script": "ct/manyfold.sh", + "resources": { + "cpu": 2, + "ram": 1024, + "hdd": 15, + "os": "debian", + "version": "12" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [] +}