mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-06-29 10:37:38 +00:00
New script: Part-DB LXC (#591)
* New script: Part-DB LXC * Improved based on PR feedback MickLesk * Migrate header & footer to latest version * formatting and remove old header * formatting * fix json --------- Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
This commit is contained in:
39
json/part-db.json
Normal file
39
json/part-db.json
Normal file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"name": "Part-DB",
|
||||
"slug": "part-db",
|
||||
"categories": [
|
||||
0
|
||||
],
|
||||
"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",
|
||||
"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 part-db.creds`",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user