2023-03-19 14:39:27 +01:00
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "simple-hash-generator"
|
|
|
|
name = "Simple-Hash-Generator"
|
|
|
|
description.en = "Simple hash generator utilizing a collection of popular and useful hash functions"
|
|
|
|
description.fr = "Générateur de hachage simple utilisant une collection de fonctions de hachage populaires et utiles"
|
|
|
|
|
|
|
|
version = "1.0~ynh2"
|
|
|
|
|
|
|
|
maintainers = ["Jarod5001"]
|
|
|
|
|
|
|
|
[upstream]
|
|
|
|
license = "MIT"
|
|
|
|
demo = "https://prizz.github.io/Simple-Hash-Generator/"
|
|
|
|
code = "https://github.com/pRizz/Simple-Hash-Generator"
|
|
|
|
website = "https://prizz.github.io/Simple-Hash-Generator/"
|
|
|
|
|
|
|
|
[integration]
|
2023-06-01 22:04:41 +02:00
|
|
|
yunohost = ">= 11.1.19"
|
2023-03-19 14:42:58 +01:00
|
|
|
architectures = "all"
|
2023-03-19 14:39:27 +01:00
|
|
|
multi_instance = true
|
2023-03-19 14:42:58 +01:00
|
|
|
ldap = false
|
|
|
|
sso = false
|
|
|
|
disk = "50M"
|
|
|
|
ram.build = "50M"
|
|
|
|
ram.runtime = "50M"
|
2023-03-19 14:39:27 +01:00
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
[install.path]
|
|
|
|
type = "path"
|
|
|
|
default = "/hash"
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
|
|
|
default = "visitors"
|
|
|
|
|
|
|
|
[resources]
|
|
|
|
[resources.sources.main]
|
|
|
|
url = "https://github.com/pRizz/Simple-Hash-Generator/releases/download/v1/Simple-Hash-Generator.zip"
|
|
|
|
sha256 = "10935b7973348ceeca9552c7f7149a29973f76ab441f908d55a9d6bdaff66f3d"
|
|
|
|
in_subdir = false
|
2024-02-20 06:08:03 +01:00
|
|
|
autoupdate.strategy = "latest_github_release"
|
|
|
|
autoupdate.asset = "Simple-Hash-Generator.zip"
|
2023-03-19 14:39:27 +01:00
|
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|