maketrandevu_ynh/manifest.toml

63 lines
1.6 KiB
TOML
Raw Normal View History

2023-03-29 20:23:48 +03:00
packaging_format = 2
2023-12-31 21:24:11 +03:00
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ı"
2023-03-29 20:23:48 +03:00
2024-01-09 23:53:16 +03:00
version = "1.5.0-RC2"
2023-03-29 20:23:48 +03:00
2023-12-20 00:07:27 +03:00
maintainers = ["asandikci"]
2023-03-29 20:23:48 +03:00
[upstream]
license = "GPL-3.0-only"
2023-12-31 21:24:11 +03:00
# website = "https://maket.org/services/randevu"
# demo = "https://randevu.maket.org/"
# admindoc = "https://easyappointments.org/docs.html#1.4.3/readme.md"
2024-01-01 20:16:06 +03:00
code = "https://git.aliberksandikci.com.tr/maket/MaketRandevu"
2023-03-29 20:23:48 +03:00
[integration]
2023-08-18 12:30:53 +03:00
yunohost = ">= 11.2"
2023-03-29 20:30:41 +03:00
architectures = "all"
2023-03-29 20:23:48 +03:00
multi_instance = true
2023-03-29 20:30:41 +03:00
ldap = false
sso = false
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"
2023-12-20 00:07:27 +03:00
ask.tr = "Uygulama dilini seçin"
2023-09-10 09:17:08 +03:00
type = "select"
2023-12-20 00:07:27 +03:00
choices = ["turkish", "english"]
default = "turkish"
2023-03-29 20:23:48 +03:00
[resources]
[resources.sources.main]
2024-01-09 23:53:16 +03:00
url = "https://git.aliberksandikci.com.tr/maket/MaketRandevu/releases/download/v1.5.0-RC2/maketrandevu-1.5.0-RC2.zip"
sha256 = "0bc522884bfa0ab0e7b110334e7e27a9aaf6df486b8ce7cf892535a881074b2b"
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]
[resources.permissions]
main.url = "/"
2023-03-29 20:30:41 +03:00
[resources.apt]
2023-09-10 09:16:53 +03:00
packages = "mariadb-server, php8.2-mbstring, php8.2-gd, php8.2-curl, php8.2-mysql"
2023-03-29 20:30:41 +03:00
2023-03-29 20:23:48 +03:00
[resources.database]
type = "mysql"