mirror of
https://github.com/YunoHost-Apps/cyberchef_ynh.git
synced 2024-09-03 18:16:31 +02:00
61 lines
1.3 KiB
TOML
61 lines
1.3 KiB
TOML
packaging_format = 2
|
|
|
|
id = "cyberchef"
|
|
name = "CyberChef"
|
|
description.en = "Cyber Swiss Army Knife - toolbox for data analysis"
|
|
description.fr = "Cyber-couteau suisse - boîte à outils pour l'analyse de données"
|
|
version = "10.19.2~ynh1"
|
|
|
|
maintainers = ["oleole39"]
|
|
|
|
[upstream]
|
|
license = "Apache-2.0"
|
|
demo = "https://gchq.github.io/CyberChef"
|
|
userdoc = "https://github.com/gchq/CyberChef/wiki"
|
|
code = "https://github.com/gchq/CyberChef"
|
|
cpe = "cpe:2.3:a:gchq:cyberchef"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
ldap = false
|
|
sso = false
|
|
disk = "50M"
|
|
ram.build = "50M"
|
|
ram.runtime = "20M"
|
|
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/cyberchef"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[resources]
|
|
|
|
[resources.sources]
|
|
|
|
[resources.sources.main]
|
|
url = "https://github.com/gchq/CyberChef/releases/download/v10.19.2/CyberChef_v10.19.2.zip"
|
|
sha256 = "7838f713f69335fbdfd402764daf6c05f7848cf651f4b9e1a208c7993da1ec9e"
|
|
format = "zip"
|
|
extract = true
|
|
in_subdir = false
|
|
autoupdate.strategy = "latest_github_release"
|
|
autoupdate.asset = "CyberChef_.*zip"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.ports]
|