websoft9/version.json

34 lines
638 B
JSON
Raw Normal View History

2023-06-29 09:52:15 +00:00
{
"SERVICES": {
"PORTAINER": "2.18.3",
"NGINX": "2.10.3",
2023-07-21 07:19:59 +00:00
"APPMANAGE": "0.8.1",
2023-06-29 09:52:15 +00:00
"REDIS": "7.0.11"
},
"PLUGINS": {
2023-07-21 07:19:59 +00:00
"PORTAINER": "0.0.1",
"NGINX": "0.0.1",
"MYAPPS": "0.0.1",
"APPSTORE": "0.0.1",
"SETTINGS": "0.0.1",
"LIBRARY": "0.5.2"
2023-06-29 09:52:15 +00:00
},
"OS_SUPPORT": {
2023-07-21 07:19:59 +00:00
"CentOS": [
2023-07-24 03:33:13 +00:00
"7",
"8",
"9"
2023-07-21 07:19:59 +00:00
],
"Ubuntu": [
"18.04",
"20.04",
"22.04"
],
"RedHat": [
2023-07-24 03:33:13 +00:00
"7",
"8",
"9"
2023-07-21 07:19:59 +00:00
]
2023-06-29 09:52:15 +00:00
},
2023-07-21 09:01:42 +00:00
"VERSION": "0.8.2"
2023-07-21 07:19:59 +00:00
}