62 lines
1.5 KiB
TOML
62 lines
1.5 KiB
TOML
packaging_format = 2
|
|
|
|
id = "easyappointments"
|
|
name = "Easy!Appointments"
|
|
description.en = "Open Source Appointment Scheduler"
|
|
description.fr = "Planificateur de rendez-vous Open Source"
|
|
|
|
version = "1.4.3~ynh3"
|
|
|
|
maintainers = ["eric_G"]
|
|
|
|
[upstream]
|
|
license = "GPL-3.0-only"
|
|
website = "https://easyappointments.org/"
|
|
demo = "https://demo.easyappointments.org/"
|
|
admindoc = "https://easyappointments.org/docs.html#1.4.3/readme.md"
|
|
code = "https://github.com/alextselegidis/easyappointments"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
ldap = false
|
|
sso = false
|
|
disk = "50M"
|
|
ram.build = "700M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[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 = "select"
|
|
choices = ["french", "english"]
|
|
default = "english"
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
url = "https://github.com/alextselegidis/easyappointments/releases/download/1.4.3/easyappointments-1.4.3.zip"
|
|
sha256 = "8b7f56269f2ce2ac21195bbce96f9f35f465da92eb4d48ca8027a9df7e5106eb"
|
|
in_subdir = false
|
|
autoupdate.strategy = "latest_github_tag"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
packages = "mariadb-server, php8.2-mbstring, php8.2-gd, php8.2-curl, php8.2-mysql"
|
|
|
|
[resources.database]
|
|
type = "mysql"
|