
* Update jsons * push * more * Switch to CDN * push new Icons into Branch * Update dotnetaspwebapi.json * add proxmox logo * Update wger.json * switch to webp * Update apt-cacher-ng.json * Update homarr.json * finalize * Update sqlserver2022.json * fixes * merge --------- Co-authored-by: tremor021 <arezina.slavisa@gmail.com> Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "InvenTree",
|
|
"slug": "inventree",
|
|
"categories": [
|
|
25
|
|
],
|
|
"date_created": "2025-03-06",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 80,
|
|
"documentation": "https://docs.inventree.org/en/latest/",
|
|
"website": "https://inventree.org",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/inventree.webp",
|
|
"config_path": "/etc/inventree/",
|
|
"description": "InvenTree is an open-source inventory management system which provides intuitive parts management and stock control. It is designed to be lightweight and easy to use for SME or hobbyist applications.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/inventree.sh",
|
|
"resources": {
|
|
"cpu": 2,
|
|
"ram": 2048,
|
|
"hdd": 6,
|
|
"os": "debian",
|
|
"version": "12"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": "admin",
|
|
"password": "`cat /etc/inventree/admin_password.txt`"
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "Please read the documentation for your configuration needs.",
|
|
"type": "info"
|
|
}
|
|
]
|
|
}
|