maketrandevu_ynh/manifest.toml

63 lines
1.5 KiB
TOML
Raw Normal View History

2023-03-29 20:23:48 +03:00
packaging_format = 2
2023-12-20 00:07:27 +03:00
id = "iflrandevu"
name = "İFL Randevu"
description.en = "İzmir Fen Lisesi Appointment Portal"
description.tr = "İzmir Fen Lisesi Randevu Portalı"
2023-03-29 20:23:48 +03:00
2023-09-10 10:02:49 +03:00
version = "1.4.3~ynh3"
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"
website = "https://easyappointments.org/"
demo = "https://demo.easyappointments.org/"
admindoc = "https://easyappointments.org/docs.html#1.4.3/readme.md"
2023-12-20 00:07:27 +03:00
code = "https://git.aliberksandikci.com.tr/ifl/iflrandevu"
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]
2023-12-20 00:07:27 +03:00
url = "https://git.aliberksandikci.com.tr/ifl/iflrandevu/archive/1.4.3.zip"
sha256 = "8f899f2a55df01f4f234882b6b80dd2c35f7ca46ed5e41d18ebf8299a9c957ab"
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"