a433715c5a
* Add CyberChef app to the Runtipi App Store * pick a unique port ( thought i had one :-/ ) * docker image tag update * update docker tag (pretty sure this should remain as tipi version 1 until merged) --------- Co-authored-by: cori <cori@gallimaufri.es>
16 lines
458 B
JSON
16 lines
458 B
JSON
{
|
|
"name": "CyberChef",
|
|
"id": "cyberchef",
|
|
"available": true,
|
|
"exposable": true,
|
|
"short_desc": "The Cyber Swiss Army Knife",
|
|
"author": "GCHQ",
|
|
"port": 9080,
|
|
"categories": ["utilities", "security"],
|
|
"description": "CyberChef is a web app for encryption, encoding, compression, and data analysis.",
|
|
"tipi_version": 1,
|
|
"version": "10.18.9",
|
|
"source": "https://github.com/gchq/CyberChef",
|
|
"supported_architectures": ["arm64", "amd64"]
|
|
}
|