2023-06-28 22:04:07 +02:00
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "trustyhash"
|
|
|
|
name = "TrustyHash"
|
|
|
|
description.en = "SHA-256 Hash Calculator"
|
|
|
|
description.fr = "Calculateur de hachage SHA-256"
|
|
|
|
|
2023-06-28 22:09:41 +02:00
|
|
|
version = "1.0~ynh3"
|
2023-06-28 22:04:07 +02:00
|
|
|
|
|
|
|
maintainers = ["jarod5001"]
|
|
|
|
|
|
|
|
[upstream]
|
|
|
|
license = "MIT"
|
|
|
|
demo = "https://sprin.github.io/TrustyHash/"
|
|
|
|
userdoc = "https://github.com/sprin/TrustyHash"
|
|
|
|
code = "https://github.com/sprin/TrustyHash"
|
|
|
|
|
|
|
|
[integration]
|
2023-09-07 20:21:13 +02:00
|
|
|
yunohost = ">= 11.2"
|
2023-06-28 22:09:41 +02:00
|
|
|
architectures = "all"
|
2023-06-28 22:04:07 +02:00
|
|
|
multi_instance = true
|
2023-06-28 22:09:41 +02:00
|
|
|
ldap = false
|
|
|
|
sso = false
|
|
|
|
disk = "50M"
|
2023-06-28 22:16:53 +02:00
|
|
|
ram.build = "300M"
|
2023-06-28 22:09:41 +02:00
|
|
|
ram.runtime = "50M"
|
2023-06-28 22:04:07 +02:00
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
[install.path]
|
|
|
|
type = "path"
|
|
|
|
default = "/trustyhash"
|
|
|
|
|
2023-09-22 19:22:30 +02:00
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
|
|
|
default = "visitors"
|
|
|
|
|
2023-06-28 22:04:07 +02:00
|
|
|
[resources]
|
|
|
|
[resources.sources.main]
|
|
|
|
url = "https://github.com/sprin/TrustyHash/archive/refs/heads/master.zip"
|
|
|
|
sha256 = "52b48d4f6e18144424d158ad01e4adf0609a2d475792929b41265c56f5fa2d51"
|
|
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
2023-06-28 22:09:41 +02:00
|
|
|
|
|
|
|
[resources.apt]
|
|
|
|
packages = "php8.2-fpm"
|