mirror of
https://github.com/YunoHost-Apps/osticket_ynh.git
synced 2024-09-03 19:56:17 +02:00
Merge branch 'testing' into ci-auto-update-1.18
This commit is contained in:
commit
c562714a44
2 changed files with 8 additions and 3 deletions
|
@ -14,6 +14,7 @@ location __PATH__/ {
|
|||
location ~ ^/api/(?!http.php/)(.*) {
|
||||
try_files $uri $uri/ /api/http.php/$1;
|
||||
}
|
||||
|
||||
location ~ ^/pages/(?!index.php/)(.*) {
|
||||
try_files $uri $uri/ /pages/index.php/$1;
|
||||
}
|
||||
|
|
|
@ -17,7 +17,7 @@ userdoc = "https://docs.osticket.com"
|
|||
code = "https://github.com/osTicket/osTicket"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.1.15"
|
||||
yunohost = ">= 11.1.21"
|
||||
architectures = "all"
|
||||
multi_instance = true
|
||||
ldap = false
|
||||
|
@ -138,9 +138,13 @@ ram.runtime = "50M"
|
|||
|
||||
[resources.permissions]
|
||||
main.url = "/"
|
||||
api.url = "/api"
|
||||
api.allowed = "visitors"
|
||||
api.show_tile = false
|
||||
api.protected = true
|
||||
|
||||
[resources.apt]
|
||||
packages = "mariadb-server php8.0-mysql php8.0-gd php-php-gettext php8.0-imap php8.0-fpm php8.0-mbstring php8.0-xml php8.0-zip php8.0-intl php8.0-curl curl"
|
||||
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"
|
||||
|
||||
[resources.database]
|
||||
type = "mysql"
|
||||
|
|
Loading…
Add table
Reference in a new issue