1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/beehive_ynh.git synced 2024-09-03 18:06:24 +02:00
beehive_ynh/manifest.toml

61 lines
1.8 KiB
TOML
Raw Normal View History

2023-03-25 21:05:36 +01:00
packaging_format = 2
id = "beehive"
name = "Beehive"
description.en = "Flexible event/agent & automation system"
2023-08-25 22:46:25 +02:00
description.fr = "Système flexible d'événement et d'automatisation"
2023-03-25 21:05:36 +01:00
2023-08-26 07:12:06 +02:00
version = "0.4.0~ynh3"
2023-03-25 21:05:36 +01:00
2023-08-25 22:46:25 +02:00
maintainers = []
2023-03-25 21:05:36 +01:00
[upstream]
license = "AGPL-3.0-or-later"
demo = "https://github.com/muesli/beehive/wiki/Available-Hives"
code = "https://github.com/muesli/beehive"
[integration]
2023-08-25 22:46:25 +02:00
yunohost = ">= 11.2"
2023-03-25 21:10:43 +01:00
architectures = ["amd64", "arm64", "armhf"]
2023-03-25 21:05:36 +01:00
multi_instance = true
2023-03-25 21:10:43 +01:00
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-03-25 21:05:36 +01:00
[install]
[install.domain]
type = "domain"
2023-08-25 22:46:25 +02:00
[install.init_main_permission]
type = "group"
default = "visitors"
2023-03-25 21:05:36 +01:00
[install.admin]
type = "user"
[resources]
[resources.sources.main]
in_subdir = false
arm64.url = "https://github.com/muesli/beehive/releases/download/v0.4.0/beehive_0.4.0_Linux_arm64.tar.gz"
arm64.sha256 = "d8ad07d68eadaa7b8a52df9c0b35b64902f6b9435096ccfad57ff7e20d262cd9"
amd64.url = "https://github.com/muesli/beehive/releases/download/v0.4.0/beehive_0.4.0_Linux_x86_64.tar.gz"
amd64.sha256 = "f1959bc2f7c19d4ec8eaabc7b78492836afcc3bcd75d034854e66607efa9efab"
armhf.url = "https://github.com/muesli/beehive/releases/download/v0.4.0/beehive_0.4.0_Linux_armv6.tar.gz"
armhf.sha256 = "c1fa8f5a1935ee12f09a2bd9579281d64552897c597534361aba90ed992676fb"
autoupdate.strategy = "latest_github_release"
autoupdate.asset.arm64 = "^beehive_.*_Linux_arm64.tar.gz$"
autoupdate.asset.amd64 = "^beehive_.*_Linux_x86_64.tar.gz$"
autoupdate.asset.armhf = "^beehive_.*_Linux_armv6.tar.gz$"
2023-03-25 21:10:43 +01:00
[resources.ports]
2023-03-25 21:05:36 +01:00
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"