1
0
Fork 0
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:
Éric Gaspar 2023-03-28 18:20:55 +02:00
parent 1c3d35bf2b
commit fb5e9c5436

View file

@ -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"