• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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