Skip to content

Commit dc7529d

Browse files
Update date in json (#2891)
1 parent 301ea36 commit dc7529d

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

json/inventree.json

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
{
2-
"name": "InvenTree",
3-
"slug": "inventree",
4-
"categories": [
5-
25
6-
],
7-
"date_created": "2025-03-05",
8-
"type": "ct",
9-
"updateable": true,
10-
"privileged": false,
11-
"interface_port": 80,
12-
"documentation": "https://docs.inventree.org/en/latest/",
13-
"website": "https://inventree.org",
14-
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/inventree.svg",
15-
"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.",
16-
"install_methods": [
17-
{
18-
"type": "default",
19-
"script": "ct/inventree.sh",
20-
"resources": {
21-
"cpu": 2,
22-
"ram": 2048,
23-
"hdd": 6,
24-
"os": "debian",
25-
"version": "12"
26-
}
27-
}
28-
],
29-
"default_credentials": {
30-
"username": "admin",
31-
"password": "`cat /etc/inventree/admin_password.txt`"
32-
},
33-
"notes": [
34-
{
35-
"text": "Please read the documentation for your configuration needs.",
36-
"type": "info"
37-
}
38-
]
2+
"name": "InvenTree",
3+
"slug": "inventree",
4+
"categories": [
5+
25
6+
],
7+
"date_created": "2025-03-06",
8+
"type": "ct",
9+
"updateable": true,
10+
"privileged": false,
11+
"interface_port": 80,
12+
"documentation": "https://docs.inventree.org/en/latest/",
13+
"website": "https://inventree.org",
14+
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/inventree.svg",
15+
"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.",
16+
"install_methods": [
17+
{
18+
"type": "default",
19+
"script": "ct/inventree.sh",
20+
"resources": {
21+
"cpu": 2,
22+
"ram": 2048,
23+
"hdd": 6,
24+
"os": "debian",
25+
"version": "12"
26+
}
27+
}
28+
],
29+
"default_credentials": {
30+
"username": "admin",
31+
"password": "`cat /etc/inventree/admin_password.txt`"
32+
},
33+
"notes": [
34+
{
35+
"text": "Please read the documentation for your configuration needs.",
36+
"type": "info"
37+
}
38+
]
3939
}

0 commit comments

Comments
 (0)