👨🏫how to add apps in nextcloud
2: enter Nextcloud Docker
#docker exec -it nextcloud-aio-nextcloud bash3: download and extract app in /var/www/html/apps
bash-5.1# cd apps
bash-5.1# wget [https://github.com/newroco/emlviewer/releases/download/1.0.7/emlviewer-1.0.7.tar.gz](https://github.com/newroco/emlviewer/releases/download/1.0.7/emlviewer-1.0.7.tar.gz)
bash-5.1#tar zxvf emlviewer-1.0.7.tar.gzLast updated