• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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