mirror of
https://github.com/YunoHost-Apps/my_webapp_ynh.git
synced 2024-09-03 19:46:26 +02:00
Update manifest.toml
This commit is contained in:
parent
1c3d35bf2b
commit
fb5e9c5436
1 changed files with 11 additions and 0 deletions
|
@ -66,5 +66,16 @@ ram.runtime = "50M"
|
|||
[resources.permissions]
|
||||
main.url = "/"
|
||||
|
||||
[resources.apt]
|
||||
packages_from_raw_bash = """
|
||||
if [[ "$phpversion" == "7.3" || "$phpversion" == "7.4" || "$phpversion" == "8.1" || "$phpversion" == "8.2" ]]
|
||||
then
|
||||
echo "mariadb-server"
|
||||
elif [[ "$phpversion" == "none" ]]
|
||||
then
|
||||
echo ""
|
||||
fi
|
||||
"""
|
||||
|
||||
[resources.database]
|
||||
type = "mysql"
|
||||
|
|
Loading…
Add table
Reference in a new issue