websoft9/version.json

44 lines
789 B
JSON
Raw Normal View History

2023-06-29 17:52:15 +08:00
{
"SERVICES": {
"PORTAINER": "2.18.3",
"NGINX": "2.10.3",
"APPMANAGE": "0.8.2",
2023-06-29 17:52:15 +08:00
"REDIS": "7.0.11"
},
"PLUGINS": {
2023-07-21 15:19:59 +08:00
"PORTAINER": "0.0.1",
"NGINX": "0.0.1",
"MYAPPS": "0.0.1",
2023-07-25 10:28:11 +08:00
"APPSTORE": "0.0.1",
2023-07-21 15:19:59 +08:00
"SETTINGS": "0.0.1",
"LIBRARY": "0.5.2"
2023-06-29 17:52:15 +08:00
},
"OS_SUPPORT": {
2023-07-25 16:39:18 +08:00
"Fedora": [
"37"
],
"RedHat": [
"9",
"8",
"7"
],
2023-07-21 15:19:59 +08:00
"CentOS": [
2023-07-25 16:39:18 +08:00
"8",
"7"
2023-07-25 13:36:50 +08:00
],
"CentOS Stream": [
2023-07-25 16:39:18 +08:00
"9",
"8"
],
"Debian": [
"11"
2023-07-21 15:19:59 +08:00
],
"Ubuntu": [
2023-07-25 16:39:18 +08:00
"22.04",
2023-07-21 15:19:59 +08:00
"20.04",
2023-07-25 16:39:18 +08:00
"18.04"
2023-07-21 15:19:59 +08:00
]
2023-06-29 17:52:15 +08:00
},
2023-07-25 13:36:50 +08:00
"VERSION": "0.8.3"
2023-07-25 16:39:18 +08:00
}