• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Resolved Nextcloud Extension via CLI

Chrisl

New Pleskian
Hello,

I have a question about installing Plesk Extensions. I would like to install nextcloud on my Plesk server via CLI. Is there any possiblity to do this using a plesk integrated function/command? Like Plesk utility/plesk bin? Or do I have to do that manually or with a script for nextcloud installation?

Thanks for any help.
 
Thanks for this link. But its only about installing the extension, not a new nextcloud instance (the extension "Nextcloud" is already installed)?
I would like to create new instances via cli :)
 
But its only about installing the extension, not a new nextcloud instance (the extension "Nextcloud" is already installed)?
Try to use something like:

Code:
# plesk ext nextcloud --install -domain <DOMAIN_NAME> -user <SYSTEM_USER> -pass <SYSTEM_USER_PASSWORD> -subfolder 'nextcloud'
 
Back
Top