mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 11:50:06 +00:00
Add vitest, add json validation tests, fix broken json files (#566)
This commit is contained in:
parent
000f206d90
commit
03be08be63
208 changed files with 3312 additions and 928 deletions
|
|
@ -8,7 +8,7 @@
|
|||
"type": "ct",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": "4000",
|
||||
"interface_port": 4000,
|
||||
"documentation": null,
|
||||
"website": "https://0xerr0r.github.io/blocky/",
|
||||
"logo": "https://raw.githubusercontent.com/0xERR0R/blocky/main/docs/blocky.svg",
|
||||
|
|
@ -18,9 +18,9 @@
|
|||
"type": "default",
|
||||
"script": "ct/blocky.sh",
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "512",
|
||||
"hdd": "2",
|
||||
"cpu": 1,
|
||||
"ram": 512,
|
||||
"hdd": 2,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue