62 lines
1.5 KiB
TOML
62 lines
1.5 KiB
TOML
packaging_format = 2
|
||
|
||
id = "iflrandevu"
|
||
name = "İFL Randevu"
|
||
description.en = "İzmir Fen Lisesi Appointment Portal"
|
||
description.tr = "İzmir Fen Lisesi Randevu Portalı"
|
||
|
||
version = "1.4.3~ynh4"
|
||
|
||
maintainers = ["asandikci"]
|
||
|
||
[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://git.aliberksandikci.com.tr/ifl/iflrandevu"
|
||
|
||
[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/ifl/iflrandevu/releases/download/1.4.3-ifl.2/iflrandevu-1.4.3-ifl.2.zip"
|
||
sha256 = "66b5ecc621e7ecfb22edee8497ec44c59b10e0ffb5a49aa42d1fa30891f33f28"
|
||
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"
|