mirror of
https://github.com/YunoHost-Apps/snipeit_ynh.git
synced 2024-09-03 20:26:16 +02:00
coding style
This commit is contained in:
parent
5eb1877c02
commit
c9d4963d33
1 changed files with 13 additions and 1 deletions
|
@ -63,7 +63,19 @@ ram.runtime = "50M"
|
|||
main.url = "/"
|
||||
|
||||
[resources.apt]
|
||||
packages = "mariadb-server, openssl, php8.1-curl, php8.1-ldap, php8.1-mysql, php8.1-gd, php8.1-xml, php8.1-mbstring, php8.1-zip, php8.1-bcmath, php8.1-redis"
|
||||
packages = [
|
||||
"mariadb-server",
|
||||
"openssl",
|
||||
"php8.1-curl",
|
||||
"php8.1-ldap",
|
||||
"php8.1-mysql",
|
||||
"php8.1-gd",
|
||||
"php8.1-xml",
|
||||
"php8.1-mbstring",
|
||||
"php8.1-zip",
|
||||
"php8.1-bcmath",
|
||||
"php8.1-redis",
|
||||
]
|
||||
|
||||
[resources.database]
|
||||
type = "mysql"
|
||||
|
|
Loading…
Add table
Reference in a new issue