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

81 lines
1.9 KiB
TOML
Raw Normal View History

2023-03-27 21:45:01 +02:00
packaging_format = 2
id = "monica"
name = "Monica"
description.en = "Personal Relationship Manager"
description.fr = "Gestionnaire de relations personnelles"
2024-05-10 12:11:42 +02:00
version = "4.1.2~ynh1"
2023-03-27 21:45:01 +02:00
maintainers = ["Sebastian Gumprich"]
[upstream]
license = "GPL-3.0"
website = "https://monicahq.com"
code = "https://github.com/monicahq/monica"
[integration]
2023-11-08 17:34:24 +01:00
yunohost = ">= 11.2"
2023-03-27 21:53:20 +02:00
architectures = "all"
2023-03-27 21:45:01 +02:00
multi_instance = true
2024-05-11 11:55:47 +02:00
2023-03-27 21:53:20 +02:00
ldap = false
2024-05-11 11:55:47 +02:00
2023-03-27 21:53:20 +02:00
sso = false
2024-05-11 11:55:47 +02:00
2023-03-27 21:53:20 +02:00
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-03-27 21:45:01 +02:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/monica"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.language]
ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application"
2023-11-08 17:34:24 +01:00
type = "select"
2023-03-27 21:45:01 +02:00
choices = ["cs", "de", "en", "es", "fr", "he", "it", "nl", "pt", "ru", "zh"]
default = "en"
[install.admin]
type = "user"
[install.password]
type = "password"
[resources]
2023-03-27 22:13:06 +02:00
[resources.sources]
2023-03-27 22:24:49 +02:00
2023-03-27 21:45:01 +02:00
[resources.sources.main]
2024-05-10 12:11:42 +02:00
url = "https://github.com/monicahq/monica/archive/v4.1.2.zip"
sha256 = "792bb0af6bfb33abd3c4694eed309cf6c33001e589328c418bb1231e063d60d6"
2023-03-28 13:07:13 +02:00
autoupdate.strategy = "latest_github_tag"
2023-03-27 21:45:01 +02:00
[resources.system_user]
2023-11-09 10:14:06 +01:00
allow_email = true
2023-03-27 21:45:01 +02:00
[resources.install_dir]
[resources.permissions]
main.url = "/"
2023-03-27 21:53:20 +02:00
[resources.apt]
2024-05-10 12:14:50 +02:00
packages = "mariadb-server, php8.2-bcmath, php8.2-cli, php8.2-curl, php8.2-dom, php8.2-gd, php8.2-gmp, php8.2-iconv, php8.2-intl, php8.2-mbstring, php8.2-mysql, php8.2-mysqli, php8.2-opcache, php8.2-redis, php8.2-xml, php8.2-zip"
2023-03-27 21:53:20 +02:00
2023-03-27 22:24:49 +02:00
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
extras.yarn.packages = "yarn"
2023-03-27 21:45:01 +02:00
[resources.database]
type = "mysql"