mirror of
https://github.com/YunoHost-Apps/osticket_ynh.git
synced 2024-09-03 19:56:17 +02:00
commit
d0cbb77c1b
3 changed files with 7 additions and 7 deletions
|
@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
osTicket is a widely-used open source support ticket system. It seamlessly integrates inquiries created via email, phone and web-based forms into a simple easy-to-use multi-user web interface. Manage, organize and archive all your support requests and responses in one place while providing your customers with accountability and responsiveness they deserve.
|
||||
|
||||
**Shipped version:** 1.18~ynh1
|
||||
**Shipped version:** 1.18~ynh2
|
||||
|
||||
**Demo:** http://www.ostickethacks.com/demo/demo_info.php
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
|
||||
osTicket is a widely-used open source support ticket system. It seamlessly integrates inquiries created via email, phone and web-based forms into a simple easy-to-use multi-user web interface. Manage, organize and archive all your support requests and responses in one place while providing your customers with accountability and responsiveness they deserve.
|
||||
|
||||
**Version incluse :** 1.18~ynh1
|
||||
**Version incluse :** 1.18~ynh2
|
||||
|
||||
**Démo :** http://www.ostickethacks.com/demo/demo_info.php
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "osTicket"
|
|||
description.en = "Open source support ticket system"
|
||||
description.fr = "Système de ticket de support open source"
|
||||
|
||||
version = "1.18~ynh1"
|
||||
version = "1.18~ynh2"
|
||||
|
||||
maintainers = ["yalh76"]
|
||||
|
||||
|
@ -42,7 +42,7 @@ ram.runtime = "50M"
|
|||
ask.en = "Choose the application language"
|
||||
ask.fr = "Choisissez la langue de l'application"
|
||||
type = "string"
|
||||
choices = ["en_US", "fr", "ar_EG", "ar_SA", "az", "bg", "bn", "bs", "ca", "cs", "da", "de", "el", "en_GB", "es_AR", "es_ES", "es_MX", "et", "eu", "fa", "fi", "he", "hi", "hr", "hu", "id", "is", "it", "ja", "ka", "km", "ko", "lt", "lv", "mk", "mn", "ms", "nl", "no", "pl", "pt_BR", "pt_PT", "ro", "ru", "sk", "sl", "sq", "sr", "sr_CS", "sv_SE", "sw", "th", "tr", "uk", "ur_IN", "ur_PK", "vi", "zh_CN", "zh_TW"]
|
||||
select = ["en_US", "fr", "ar_EG", "ar_SA", "az", "bg", "bn", "bs", "ca", "cs", "da", "de", "el", "en_GB", "es_AR", "es_ES", "es_MX", "et", "eu", "fa", "fi", "he", "hi", "hr", "hu", "id", "is", "it", "ja", "ka", "km", "ko", "lt", "lv", "mk", "mn", "ms", "nl", "no", "pl", "pt_BR", "pt_PT", "ro", "ru", "sk", "sl", "sq", "sr", "sr_CS", "sv_SE", "sw", "th", "tr", "uk", "ur_IN", "ur_PK", "vi", "zh_CN", "zh_TW"]
|
||||
default = "fr"
|
||||
|
||||
[install.admin]
|
||||
|
@ -74,8 +74,8 @@ ram.runtime = "50M"
|
|||
autoupdate.strategy = "latest_github_commit"
|
||||
|
||||
[resources.sources.core-plugins]
|
||||
url = "https://github.com/osTicket/osTicket-plugins/archive/508b15e99a1f344663eb612e4f6b8b16d52ea9e2.tar.gz"
|
||||
sha256 = "01c080bebc28e8a7ef93b7e94b70428b4e860a7b8c128ca318dfe9a46f08eecb"
|
||||
url = "https://github.com/osTicket/osTicket-plugins/archive/4b545313f38a2f7f0e5b7e9b9c5e89dd629e51cf.tar.gz"
|
||||
sha256 = "3ef516cea9e0447cb1a86564fcb2dd84676e507906829f181c1c454fbc91fcf4"
|
||||
autoupdate.upstream = "https://github.com/osTicket/osTicket-plugins"
|
||||
autoupdate.strategy = "latest_github_commit"
|
||||
|
||||
|
@ -144,7 +144,7 @@ ram.runtime = "50M"
|
|||
api.protected = true
|
||||
|
||||
[resources.apt]
|
||||
packages = "mariadb-server php8.1-mysql php8.1-gd php-php-gettext php8.1-imap php8.1-fpm php8.1-mbstring php8.1-xml php8.1-zip php8.1-intl php8.1-curl curl"
|
||||
packages = "mariadb-server php8.2-mysql php8.2-gd php-php-gettext php8.2-imap php8.2-fpm php8.2-mbstring php8.2-xml php8.2-zip php8.2-intl php8.2-curl curl"
|
||||
|
||||
[resources.database]
|
||||
type = "mysql"
|
||||
|
|
Loading…
Add table
Reference in a new issue