2023-09-28 22:23:08 +02:00
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "huginn"
|
|
|
|
name = "Huginn"
|
2023-09-28 22:31:48 +02:00
|
|
|
description.en = "Build agents that monitor and act on your behalf"
|
|
|
|
description.fr = "Build agents that monitor and act on your behalf"
|
2023-09-28 22:23:08 +02:00
|
|
|
|
2023-09-28 22:36:20 +02:00
|
|
|
version = "2022.08.18~ynh1"
|
2023-09-28 22:23:08 +02:00
|
|
|
|
|
|
|
maintainers = ["aurel"]
|
|
|
|
|
|
|
|
[upstream]
|
|
|
|
license = "MIT"
|
2023-10-28 18:07:06 +02:00
|
|
|
code = "https://github.com/huginn/huginn"
|
2023-09-28 22:23:08 +02:00
|
|
|
|
|
|
|
[integration]
|
2023-09-28 22:31:48 +02:00
|
|
|
yunohost = ">= 11.2"
|
|
|
|
architectures = "all"
|
2023-09-28 22:23:08 +02:00
|
|
|
multi_instance = true
|
2023-09-28 22:31:48 +02:00
|
|
|
ldap = false
|
|
|
|
sso = false
|
|
|
|
disk = "50M"
|
2023-09-28 22:39:15 +02:00
|
|
|
ram.build = "50M"
|
2023-09-28 22:31:48 +02:00
|
|
|
ram.runtime = "50M"
|
2023-09-28 22:23:08 +02:00
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
|
|
|
default = "visitors"
|
|
|
|
|
|
|
|
[install.admin]
|
|
|
|
type = "user"
|
|
|
|
|
|
|
|
[install.password]
|
|
|
|
type = "password"
|
|
|
|
|
|
|
|
[install.invitation]
|
|
|
|
ask.en = "Choose an invitation code for new users"
|
|
|
|
type = "string"
|
|
|
|
example = "invitationcode"
|
|
|
|
|
|
|
|
[resources]
|
2024-02-23 20:24:58 +01:00
|
|
|
[resources.sources.main]
|
|
|
|
url = "https://github.com/huginn/huginn/archive/refs/tags/v2022.08.18.tar.gz"
|
|
|
|
sha256 = "845042042089a35c274bef41fc498cfd23733d923ab3772f4311212b42b356d9"
|
|
|
|
autoupdate.strategy = "latest_github_release"
|
2023-09-28 22:23:08 +02:00
|
|
|
|
2023-09-28 22:31:48 +02:00
|
|
|
[resources.ports]
|
2023-09-28 22:23:08 +02:00
|
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
|
|
|
|
2023-09-28 22:31:48 +02:00
|
|
|
[resources.apt]
|
2024-02-23 20:24:58 +01:00
|
|
|
packages = [
|
|
|
|
"mariadb-server",
|
|
|
|
"default-libmysqlclient-dev",
|
|
|
|
"libyaml-dev",
|
|
|
|
"libgdbm-dev",
|
|
|
|
"libncurses5-dev",
|
|
|
|
"libjemalloc-dev",
|
|
|
|
"libffi-dev",
|
|
|
|
"libcurl4-openssl-dev",
|
|
|
|
"libicu-dev",
|
|
|
|
"python3-docutils",
|
|
|
|
"pkg-config",
|
|
|
|
"cmake",
|
|
|
|
"graphviz",
|
|
|
|
"jq",
|
|
|
|
]
|
2023-09-28 22:31:48 +02:00
|
|
|
|
2023-09-28 22:23:08 +02:00
|
|
|
[resources.database]
|
|
|
|
type = "mysql"
|