My_webapp install missing PHP extensions

What type of hardware are you using: Virtual machine
What YunoHost version are you running: 12.0.9.2
What app is this about: my_webapp

Describe your issue

Hey Community,
I’m trying to install flarum with the my_webapp App. Everything works fine but I have to install some php extensions. I tried it via SSH but there I’m unable to run apt install. “my_webapp is not allowed to run sudo on yuno.”
What is the best way to add extra PHP Extensions here?

Thank you for your answer’s and help! :slight_smile:

Share relevant logs or error messages

/

Hi

Why not use the flarum app compiled by yunohost

Do you have specific usage ?

I tried this app on two different systems. Rented VPS and my homeserver and on both the installation failed. So I assumed this would be a good way around :smile:

This is the error log:
https://paste.yunohost.org/raw/ilovamekoq

I’m using ProxMox btw.

Hi,

I had to install php7.4-gd for a my_webapp on my Yunohost, I just did on Yunohost, not in my my_webapp:

sudo apt-get update
sudo apt-get install php7.4-gd

I already tried to install it via the root@yuno access but this did’nt solve it.

This helped after I increased the SWAP using ProxMox :smile: