• 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 Cloud solution, something like OwnCloud?

CoyoteKG

Regular Pleskian
Hello,

is there any solution for automatically syncing directories from Local PCs to Plesk Server?
Something like Dropbox, but free. For example OwnCloud.

Did someone already did that? If it is, please direct me what is the best solution.
Thanks and regards
 
Hello,

is there any solution for automatically syncing directories from Local PCs to Plesk Server?
Something like Dropbox, but free. For example OwnCloud.

Did someone already did that? If it is, please direct me what is the best solution.
Thanks and regards

If you only want to sync directories from your local PC, you can use syncthing : Syncthing
A wrapper is available on Windows to use it easily : GitHub - canton7/SyncTrayzor: Windows tray utility / filesystem watcher / launcher for Syncthing

Otherwise, you can try nextcloud (forked from owncloud) : Nextcloud
 
OK, it is very easy. I will write short steps if anyone is interested in NextCloud.

So

- First create Domain via Plesk server.
- To avoid later setup permissions, temporarily set user to use /bin/bash
upload_2017-10-10_15-8-56.png
- Login to SSH with that user, and go to root folder of that webspace. For example
Code:
-bash-4.2$ pwd
/var/www/vhosts/nextcloud.site.com/httpdocs
- Download the latest nextcloud stable revision and unpack it in root folder.
Code:
-bash-4.2$ wget https://download.nextcloud.com/server/releases/nextcloud-12.0.3.zip
-bash-4.2$ unzip nextcloud-12.0.3.zip
- Create database
- Run http://nextcloud.site.com/
- Create admin account, and set connection to that newly created database and that is it

nextcloud.JPG
 
Back
Top