-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathversion.json
More file actions
78 lines (78 loc) · 2.47 KB
/
Copy pathversion.json
File metadata and controls
78 lines (78 loc) · 2.47 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"project": {
"name": "VPS Scripts",
"description": "Modular VPS operations and deployment toolkit",
"version": "1.1.1",
"release_date": "2026-07-15",
"author": "everettlabs",
"repository": "https://github.com/everett7623/vps_scripts",
"maintenance_state": "active-modernization"
},
"launchers": {
"primary": "vps.sh",
"legacy_compat": "vps_scripts.sh",
"legacy_support_status": "legacy-only",
"legacy_policy": "compatibility handoff only; no new features",
"style_version": "1.1.0",
"primary_url": "https://raw.githubusercontent.com/everett7623/vps_scripts/main/vps.sh",
"legacy_url": "https://raw.githubusercontent.com/everett7623/vps_scripts/main/vps_scripts.sh"
},
"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": "Automatic persistent vps command installation with opt-out, non-interactive, and collision safeguards."
},
"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": [
"Modular remote launcher",
"Legacy compatibility handoff",
"System maintenance scripts",
"Benchmark and network diagnostics",
"Service installation modules",
"Validation-oriented repository layout",
"Responsive terminal UI",
"Modern CLI toolkit"
],
"documentation": {
"readme": "README.md",
"agents": "AGENTS.md",
"development_guide": "DEVELOPMENT_GUIDE.md",
"changelog": "CHANGELOG.md",
"release_checklist": "RELEASE_CHECKLIST.md",
"tasks": "TASKS.md"
},
"validation": {
"launcher_paths": "tests/validate_launcher_paths.sh",
"core_assets": "tests/validate_core_assets.sh",
"system_tools": "tests/validate_system_tools.sh",
"ui_layout": "tests/validate_ui_layout.sh",
"release_metadata": "tests/validate_release_metadata.sh"
},
"checksums": {
"vps.sh": "auto-generated-on-release",
"vps_scripts.sh": "auto-generated-on-release",
"common_functions.sh": "auto-generated-on-release"
}
}