git-annex/doc/tips/owncloudannex.mdwn
2018-09-06 01:01:04 +00:00

32 lines
1,000 B
Markdown

owncloudannex 0.2.0
=========
Hook program for gitannex to use owncloud as backend
# Requirements:
python2
python-requests
Credit for the webdav api interface goes to https://launchpad.net/python-webdav-lib
# Install
Clone the git repository in your home folder.
git clone git://github.com/TobiasTheViking/owncloudannex.git
This should make a ~/owncloudannex folder
# Setup
Make the file executable, and link it into PATH
cd ~/owncloudannex; chmod +x git-annex-remote-owncloud; sudo ln -sf `pwd`/git-annex-remote-owncloud /usr/local/bin/git-annex-remote-owncloud
# Commands for gitannex:
USERNAME="login" PASSWORD="password" git annex initremote owncloud type=external externaltype=owncloud encryption=shared folder=gitannex url="https://host/remote.php/webdav/"
git annex describe dropbox "the owncloud library"
# Note
This can also be accomplished through the [[special_remotes/webdav]] special remote as Owncloud and Nextcloud are basically webdav endpoints.