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"
|
|
|
|
|
|
|
|
version = "4.0.0~ynh1"
|
|
|
|
|
|
|
|
maintainers = ["Sebastian Gumprich"]
|
|
|
|
|
|
|
|
[upstream]
|
|
|
|
license = "GPL-3.0"
|
|
|
|
website = "https://monicahq.com"
|
|
|
|
code = "https://github.com/monicahq/monica"
|
|
|
|
|
|
|
|
[integration]
|
2023-03-27 21:53:20 +02:00
|
|
|
yunohost = ">= 11.1.15"
|
|
|
|
architectures = "all"
|
2023-03-27 21:45:01 +02:00
|
|
|
multi_instance = true
|
2023-03-27 21:53:20 +02:00
|
|
|
ldap = false
|
|
|
|
sso = false
|
|
|
|
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"
|
|
|
|
type = "string"
|
|
|
|
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 21:45:01 +02:00
|
|
|
[resources.sources.main]
|
|
|
|
url = "https://github.com/monicahq/monica/archive/v4.0.0.zip"
|
|
|
|
sha256 = "5b108525a2f5fedc0a2bb82a49d3de47d087b33082fb21e64f874d387304ed9f"
|
|
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
2023-03-27 21:53:20 +02:00
|
|
|
|
|
|
|
[resources.apt]
|
|
|
|
packages = "mariadb-server php8.1-bcmath php8.1-cli php8.1-curl php8.1-dom php8.1-gd php8.1-gmp php8.1-iconv php8.1-intl php8.1-mbstring php8.1-mysql php8.1-mysqli php8.1-opcache php8.1-redis php8.1-xml php8.1-zip"
|
|
|
|
|
|
|
|
extras.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
|
|
|
extras.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
|
|
|
extras.packages = "yarn"
|
2023-03-27 21:45:01 +02:00
|
|
|
|
|
|
|
[resources.database]
|
|
|
|
type = "mysql"
|