headless nextcloud-client on Alpine:latest
9.7K
Nextcloud headless client on Alpine so I can run multiple nextcloud clients on one machine to dfferent nextcloud servers :)
Image should install the latest client
*Usage:
docker run -d -v <hostdirtosync:dockerdirtosync> <environment vars> \
idef1x/docker-owncloud-client
*Example :
docker run -d \
-v ~/mydocs:/mydocs
-e LOCALDIR="/mydocs" \
-e USER="example" \
-e PASSWORD="examplepassword" \
-e URL="https://<nextcloudserver_name>/nextcloud/remote.php/webdav/mydocs" \
-e INTERVAL="30" \
-e HOSTUSER="myuserid" \
--name <container name> \
idef1x/docker-owncloud-client
Content type
Image
Digest
sha256:ff38a6b82…
Size
55.2 MB
Last updated
about 9 years ago
docker pull idef1x/docker-owncloud-client