mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-21 09:52:15 +00:00
Update date in json (#11149)
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
352bbc880e
commit
d8b0db99f1
@@ -1,40 +1,40 @@
|
|||||||
{
|
{
|
||||||
"name": "Manyfold",
|
"name": "Manyfold",
|
||||||
"slug": "manyfold",
|
"slug": "manyfold",
|
||||||
"categories": [
|
"categories": [
|
||||||
24
|
24
|
||||||
],
|
],
|
||||||
"date_created": "2025-03-18",
|
"date_created": "2026-01-24",
|
||||||
"type": "ct",
|
"type": "ct",
|
||||||
"updateable": true,
|
"updateable": true,
|
||||||
"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@main/webp/manyfold.webp",
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/manyfold.webp",
|
||||||
"config_path": "/opt/manyfold/.env",
|
"config_path": "/opt/manyfold/.env",
|
||||||
"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": 4,
|
"cpu": 4,
|
||||||
"ram": 4096,
|
"ram": 4096,
|
||||||
"hdd": 15,
|
"hdd": 15,
|
||||||
"os": "debian",
|
"os": "debian",
|
||||||
"version": "13"
|
"version": "13"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"default_credentials": {
|
"default_credentials": {
|
||||||
"username": null,
|
"username": null,
|
||||||
"password": null
|
"password": null
|
||||||
},
|
},
|
||||||
"notes": [
|
"notes": [
|
||||||
{
|
{
|
||||||
"text": "Setup library on first connection in /opt/manyfold/data",
|
"text": "Setup library on first connection in /opt/manyfold/data",
|
||||||
"type": "info"
|
"type": "info"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user