mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-05-01 11:03:08 +00:00

* Prepare JSON files for new website feature * Update dashy.json * Update crafty-controller.json * Update ntfy.json * Update bookstack.json * Update add-lxc-iptag.json * Update zammad.json * Update adguard.json * Update apache-guacamole.json * Update authentik.json * Update authelia.json * Update gitea.json * Update forgejo.json * Update elementsynapse.json * Remove Whoogle --------- Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "Part-DB",
|
|
"slug": "part-db",
|
|
"categories": [
|
|
25
|
|
],
|
|
"date_created": "2024-12-18",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 80,
|
|
"documentation": "https://docs.part-db.de/",
|
|
"website": "https://github.com/Part-DB/Part-DB-server",
|
|
"logo": "https://avatars.githubusercontent.com/u/36010898?s=48&v=4",
|
|
"config_path": "/opt/partdb/.env.local",
|
|
"description": "Part-DB is an Open source inventory management system for your electronic components",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/part-db.sh",
|
|
"resources": {
|
|
"cpu": 2,
|
|
"ram": 1024,
|
|
"hdd": 8,
|
|
"os": "debian",
|
|
"version": "12"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "Show login and database credentials: `cat partdb.creds`",
|
|
"type": "info"
|
|
}
|
|
]
|
|
}
|
|
|