Delete cyberchef (ct) after migration to ProxmoxVE (#1894)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-06-05 11:56:05 +00:00
committed by GitHub
parent 633e998540
commit 50e918de8b
4 changed files with 0 additions and 148 deletions

View File

@@ -1,37 +0,0 @@
{
"name": "CyberChef",
"slug": "cyberchef",
"categories": [
6,
20
],
"date_created": "2026-04-28",
"type": "ct",
"updateable": true,
"privileged": false,
"has_arm": false,
"interface_port": 80,
"documentation": "https://github.com/gchq/CyberChef",
"website": "https://gchq.github.io/CyberChef",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/cyberchef.webp",
"description": "The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis",
"install_methods": [
{
"type": "default",
"script": "ct/cyberchef.sh",
"config_path": "",
"resources": {
"cpu": 2,
"ram": 4096,
"hdd": 4,
"os": "Debian",
"version": "13"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}