2023-03-29 20:23:48 +03:00
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "easyappointments"
|
|
|
|
name = "Easy!Appointments"
|
|
|
|
description.en = "Open Source Appointment Scheduler"
|
|
|
|
description.fr = "Planificateur de rendez-vous Open Source"
|
|
|
|
|
2024-09-11 17:24:41 +03:00
|
|
|
version = "1.5.0~ynh3"
|
2023-03-29 20:23:48 +03:00
|
|
|
|
2024-08-14 14:43:52 +03:00
|
|
|
maintainers = []
|
2023-03-29 20:23:48 +03:00
|
|
|
|
|
|
|
[upstream]
|
|
|
|
license = "GPL-3.0-only"
|
|
|
|
website = "https://easyappointments.org/"
|
|
|
|
demo = "https://demo.easyappointments.org/"
|
2024-09-30 13:46:00 +03:00
|
|
|
admindoc = "https://easyappointments.org/docs.html#1.5.0/readme.md"
|
2023-03-29 20:23:48 +03:00
|
|
|
code = "https://github.com/alextselegidis/easyappointments"
|
|
|
|
|
|
|
|
[integration]
|
2024-09-29 00:07:44 +03:00
|
|
|
yunohost = ">= 11.2.30"
|
2024-08-30 23:50:56 +03:00
|
|
|
helpers_version = "2.1"
|
2023-03-29 20:30:41 +03:00
|
|
|
architectures = "all"
|
2023-03-29 20:23:48 +03:00
|
|
|
multi_instance = true
|
2023-12-20 20:41:58 +03:00
|
|
|
|
2023-03-29 20:30:41 +03:00
|
|
|
ldap = false
|
2023-12-20 20:41:58 +03:00
|
|
|
|
2023-03-29 20:30:41 +03:00
|
|
|
sso = false
|
2023-12-20 20:41:58 +03:00
|
|
|
|
2023-03-29 20:30:41 +03:00
|
|
|
disk = "50M"
|
2023-09-10 10:02:49 +03:00
|
|
|
ram.build = "700M"
|
2023-03-29 20:30:41 +03:00
|
|
|
ram.runtime = "50M"
|
2023-03-29 20:23:48 +03:00
|
|
|
|
|
|
|
[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"
|
2023-09-10 09:17:08 +03:00
|
|
|
type = "select"
|
2023-03-29 20:23:48 +03:00
|
|
|
choices = ["french", "english"]
|
|
|
|
default = "english"
|
|
|
|
|
|
|
|
[resources]
|
|
|
|
[resources.sources.main]
|
2024-07-07 15:20:23 +03:00
|
|
|
url = "https://github.com/alextselegidis/easyappointments/releases/download/1.5.0/easyappointments-1.5.0.zip"
|
|
|
|
sha256 = "2875e77fd019167ea62b304a93a39a3c0a402e602b642aaaf0d1f5c749265be1"
|
2023-03-29 20:23:48 +03:00
|
|
|
in_subdir = false
|
2023-03-29 20:30:41 +03:00
|
|
|
autoupdate.strategy = "latest_github_tag"
|
2023-03-29 20:23:48 +03:00
|
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
2024-08-30 23:50:56 +03:00
|
|
|
group = "www-data:r-x"
|
2023-03-29 20:23:48 +03:00
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
|
|
|
|
2023-03-29 20:30:41 +03:00
|
|
|
[resources.apt]
|
2024-07-07 15:20:23 +03:00
|
|
|
packages = "mariadb-server, php8.3-mbstring, php8.3-gd, php8.3-curl, php8.3-mysql"
|
2023-03-29 20:30:41 +03:00
|
|
|
|
2023-03-29 20:23:48 +03:00
|
|
|
[resources.database]
|
|
|
|
type = "mysql"
|