How can I perform offline installation (no internet connection)?
Is it possible to download all the applications and then install them manually?
Hi sharicov,
If you are only talking about installing apps without internet connection, you can copy apps you needed to your server with the command git clone repository
and then install them with sudo yunohost app install /path/to/the/app
.