Manyfold-script deferred

This commit is contained in:
Bas van den Berg 2025-09-21 13:34:39 +02:00 committed by GitHub
parent 527c31a94e
commit 192ab11b62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 0 additions and 35 deletions

View File

@ -1,35 +0,0 @@
{
"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": []
}