Upgrade needed ressources

This commit is contained in:
SunFlowerOwl 2025-11-23 15:45:13 -05:00
parent c99e41a30e
commit c5d741d17d

View File

@ -1,35 +1,35 @@
{ {
"name": "Manyfold", "name": "Manyfold",
"slug": "manyfold", "slug": "manyfold",
"categories": [ "categories": [
24 24
], ],
"date_created": "2025-03-18", "date_created": "2025-03-18",
"type": "ct", "type": "ct",
"updateable": false, "updateable": false,
"privileged": false, "privileged": false,
"interface_port": 80, "interface_port": 80,
"documentation": "https://manyfold.app/sysadmin/", "documentation": "https://manyfold.app/sysadmin/",
"website": "https://manyfold.app/", "website": "https://manyfold.app/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/manyfold.webp", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/manyfold.webp",
"config_path": "", "config_path": "",
"description": "Manyfold is an open source, self-hosted web application for managing a collection of 3d models, particularly focused on 3d printing.", "description": "Manyfold is an open source, self-hosted web application for managing a collection of 3d models, particularly focused on 3d printing.",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/manyfold.sh", "script": "ct/manyfold.sh",
"resources": { "resources": {
"cpu": 2, "cpu": 4,
"ram": 1024, "ram": 4096,
"hdd": 15, "hdd": 15,
"os": "debian", "os": "debian",
"version": "12" "version": "13"
} }
} }
], ],
"default_credentials": { "default_credentials": {
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [] "notes": []
} }