1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/huginn_ynh.git synced 2024-09-03 19:26:13 +02:00
huginn_ynh/manifest.toml

97 lines
2 KiB
TOML
Raw Normal View History

2024-02-23 20:26:13 +01:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
2023-09-28 22:23:08 +02:00
packaging_format = 2
id = "huginn"
name = "Huginn"
2024-02-24 18:13:04 +01:00
description.en = "Build agents that monitor and act on your behalf. Your agents are standing by"
2023-09-28 22:23:08 +02:00
2024-06-28 03:40:55 +02:00
version = "2024.06.07~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]
2024-05-20 23:33:28 +02:00
yunohost = ">= 11.2.12"
2023-09-28 22:31:48 +02:00
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]
2024-06-28 03:40:55 +02:00
url = "https://github.com/huginn/huginn/archive/5a1509b51188e0d16868be893c983d6fcfd232a5.tar.gz"
sha256 = "d71c27306e6cb63a6e9e02c6a18b8a63c0f4bb4d94311002c8df526d66f6dddf"
2024-06-28 00:16:34 +02:00
# Yeah there is a release but it's 2 years old and the doc tells to git commit…
autoupdate.strategy = "latest_github_commit"
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",
"libffi-dev",
"libcurl4-openssl-dev",
"libicu-dev",
"python3-docutils",
"pkg-config",
"cmake",
"graphviz",
"jq",
2024-02-23 20:46:52 +01:00
"openssl",
2024-02-23 21:09:55 +01:00
"autoconf",
"automake",
"bison",
"build-essential",
"curl",
"libjemalloc-dev",
"libreadline-dev",
"libsqlite3-dev",
"libssl-dev",
"libtool",
"libxml2-dev",
"libxslt-dev",
"zlib1g-dev",
2024-02-23 20:24:58 +01:00
]
2023-09-28 22:31:48 +02:00
2023-09-28 22:23:08 +02:00
[resources.database]
type = "mysql"