

Logout from the terminal of your server and login again with appropriate port forwarding enabled: Since syncthing runs on your ownCloud server, use ssh port forwarding to connect to the web config console. Thus, the better way is to use the web frontend which is built into syncthing on port 8384. Syncthing has a config directory which is in ~/.config/syncthing but unfortunately it is a somewhat confusing XML file. Now we have to add a synchronization folder to syncthing.
#Owncloud data directory permissions install
Install it if you don’t have it in your system. Now start a screen session by simply running screen. Login to your ownCloud and create a directory. Restart the web server and recursively change the group of the ownCloud data directory and its file mode: OwnCloud runs as web application under the web server which typically runs as the user 1 Let’s assume the local user is john.Īdd a new group to /etc/group and add www and john as group members: OwnCloud as well as syncthing access the file systems, thus we have to get the file system permissions right. The ownCloud installation resides in /usr/local/www/apache24/owncloud and the data directory is outside the program path in /usr/local/www/apache24/owncloud_data as suggested by the documentation. In my case this is a FreeBSD 10.1 running Apache 2.4 with PHP 5.6. Let’s assume that you have a standard ownCloud installation already set up.
#Owncloud data directory permissions update
Please also read update at the end of this article! Preparation Thus you control to who and where your data goes, which in fact is not known for Dropbox.Ĭombining both, ownCloud and syncthing actually adds background folder synchronization to the ownCloud features. Basically it works similar to Dropbox, but again, syncthing is free software, which Dropbox is not. Syncthing is a folder sharing system which allows real-time synchronization of shared folders between your devices and others. Unfortunately, there is no real-time background synchronization of folders, yet. OwnCloud allows to synchronize contacts, calendars, email, files, and has many more features. Every day this gets more and more important and you loose control if you use commercial cloud services such as Google, Microsoft, or Amazon. It allows companies and users to run their own cloud services thereby not loosing the control on their data.


OwnCloud is a nice cloud solution which is based on free software.
