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

57 lines
1.2 KiB
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"
2024-08-31 15:16:48 +02:00
version = "2016.06.17~ynh2"
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]
2024-08-31 09:17:40 +02:00
yunohost = ">= 11.2.29"
helpers_version = "2.1"
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]
2024-02-22 21:42:01 +01:00
url = "https://github.com/sprin/TrustyHash/archive/2a360dd904424c1c0365cb36e2b4ea91cf8e57b9.tar.gz"
sha256 = "5bf6070d6971681e2802e6afc3e393a535eeafd480d9711e1e763f40bdd84b5e"
autoupdate.strategy = "latest_github_commit"
2023-06-28 22:04:07 +02:00
[resources.system_user]
[resources.install_dir]
group = "www-data:r-x"
2023-06-28 22:04:07 +02:00
[resources.permissions]
main.url = "/"
2023-06-28 22:09:41 +02:00
[resources.apt]
2024-08-31 09:17:40 +02:00
packages = "php8.3-fpm"