maketrandevu_ynh/manifest.toml

63 lines
1.6 KiB
TOML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

packaging_format = 2
id = "maketrandevu"
name = "MAKET Randevu"
description.en = "MAKET Appointment Portal for Schools, Universities and Organizations"
description.tr = "Okullar, Üniversiteler ve Organizasyonlar için MAKET Randevu Portalı"
version = "1.5.0-RC2"
maintainers = ["asandikci"]
[upstream]
license = "GPL-3.0-only"
# website = "https://maket.org/services/randevu"
# demo = "https://randevu.maket.org/"
# admindoc = "https://easyappointments.org/docs.html#1.4.3/readme.md"
code = "https://git.aliberksandikci.com.tr/maket/MaketRandevu"
[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.tr = "Uygulama dilini seçin"
type = "select"
choices = ["turkish", "english"]
default = "turkish"
[resources]
[resources.sources.main]
url = "https://git.aliberksandikci.com.tr/maket/MaketRandevu/releases/download/v1.5.0-RC2/maketrandevu-1.5.0-RC2.zip"
sha256 = "0bc522884bfa0ab0e7b110334e7e27a9aaf6df486b8ce7cf892535a881074b2b"
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"