1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/trustyhash_ynh.git synced 2024-09-04 01:15:56 +02:00
trustyhash_ynh/manifest.toml

50 lines
1,012 B
TOML
Raw Normal View History

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"
[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"