-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathversion.json
More file actions
49 lines (49 loc) · 1.31 KB
/
version.json
File metadata and controls
49 lines (49 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"project": {
"name": "VPS Scripts",
"description": "VPS Comprehensive Management Toolkit",
"version": "2.6.0",
"release_date": "2026-01-20",
"author": "Jensfrank",
"repository": "https://github.com/everett7623/vps_scripts"
},
"update": {
"check_url": "https://raw.githubusercontent.com/everett7623/vps_scripts/main/version.json",
"script_url": "https://raw.githubusercontent.com/everett7623/vps_scripts/main/vps.sh",
"changelog_url": "https://github.com/everett7623/vps_scripts/blob/main/CHANGELOG.md",
"critical_update": false,
"message": "v2.6.0: Refactored for stateless remote execution. Optimized dashboard and dependency handling."
},
"compatibility": {
"min_bash_version": "4.0",
"supported_os": [
"Ubuntu 18.04+",
"Debian 10+",
"CentOS 7+",
"AlmaLinux 8+",
"Rocky Linux 8+",
"Alpine 3.10+"
],
"architectures": [
"x86_64",
"aarch64"
]
},
"dependencies": [
"curl",
"wget",
"git",
"sudo"
],
"features": [
"Remote Module Launcher",
"Real-time System Dashboard",
"Automated Dependency Resolution",
"Integrated 3rd-party Tools",
"Modular Design"
],
"checksums": {
"vps.sh": "auto-generated-on-release",
"common_functions.sh": "auto-generated-on-release"
}
}