1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-03-08 13:19:05 +00:00

Update date in json (#2891)

This commit is contained in:
community-scripts-pr-app[bot] 2025-03-06 21:13:19 +01:00 committed by GitHub
parent 301ea36264
commit dc7529dc8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,39 +1,39 @@
{ {
"name": "InvenTree", "name": "InvenTree",
"slug": "inventree", "slug": "inventree",
"categories": [ "categories": [
25 25
], ],
"date_created": "2025-03-05", "date_created": "2025-03-06",
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": 80, "interface_port": 80,
"documentation": "https://docs.inventree.org/en/latest/", "documentation": "https://docs.inventree.org/en/latest/",
"website": "https://inventree.org", "website": "https://inventree.org",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/inventree.svg", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/inventree.svg",
"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.", "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": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/inventree.sh", "script": "ct/inventree.sh",
"resources": { "resources": {
"cpu": 2, "cpu": 2,
"ram": 2048, "ram": 2048,
"hdd": 6, "hdd": 6,
"os": "debian", "os": "debian",
"version": "12" "version": "12"
} }
} }
], ],
"default_credentials": { "default_credentials": {
"username": "admin", "username": "admin",
"password": "`cat /etc/inventree/admin_password.txt`" "password": "`cat /etc/inventree/admin_password.txt`"
}, },
"notes": [ "notes": [
{ {
"text": "Please read the documentation for your configuration needs.", "text": "Please read the documentation for your configuration needs.",
"type": "info" "type": "info"
} }
] ]
} }