mirror of
https://github.com/YunoHost-Apps/hat_ynh.git
synced 2024-09-03 19:16:04 +02:00
52 lines
1.1 KiB
TOML
52 lines
1.1 KiB
TOML
packaging_format = 2
|
|
|
|
id = "hat"
|
|
name = "Hat.sh"
|
|
description.en = "Encrypt and Decrypt files securely in your browser"
|
|
description.fr = "Chiffrer et déchiffrer les fichiers en toute sécurité dans votre navigateur"
|
|
|
|
version = "2.3.6~ynh2"
|
|
|
|
maintainers = ["eric_G"]
|
|
|
|
[upstream]
|
|
license = "MIT"
|
|
website = "hat.sh"
|
|
demo = "https://hat.sh"
|
|
admindoc = "https://hat.sh/about/"
|
|
code = "https://github.com/sh-dv/hat.sh"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.1.19"
|
|
architectures = "all"
|
|
multi_instance = false
|
|
ldap = false
|
|
sso = false
|
|
disk = "50M"
|
|
ram.build = "50M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
full_domain = true
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
url = "https://github.com/sh-dv/hat.sh/archive/refs/tags/v2.3.6.zip"
|
|
sha256 = "04f57d2d621e73faced46bf8738f921d5d2ca99e5ac37a41ff5391e3aa27e8f1"
|
|
autoupdate.strategy = "latest_github_tag"
|
|
|
|
[resources.ports]
|
|
main.default = 3991
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|