From dc7529dc8e35ba373b955ce6cbc6d79676b9cb06 Mon Sep 17 00:00:00 2001 From: "community-scripts-pr-app[bot]" <189241966+community-scripts-pr-app[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 21:13:19 +0100 Subject: [PATCH] Update date in json (#2891) --- json/inventree.json | 74 ++++++++++++++++++++++----------------------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/json/inventree.json b/json/inventree.json index 071eeb2ed..cd535d281 100644 --- a/json/inventree.json +++ b/json/inventree.json @@ -1,39 +1,39 @@ { - "name": "InvenTree", - "slug": "inventree", - "categories": [ - 25 - ], - "date_created": "2025-03-05", - "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/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.", - "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" - } - ] + "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/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.", + "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" + } + ] }