{"id":16773917,"url":"https://github.com/zigarn/docker-nextcloud-client","last_synced_at":"2026-05-10T00:43:21.619Z","repository":{"id":77931281,"uuid":"60468799","full_name":"zigarn/docker-nextcloud-client","owner":"zigarn","description":"nextCloud client docker image for nextCloud synchronization","archived":false,"fork":false,"pushed_at":"2021-07-27T16:53:31.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-23T04:14:57.484Z","etag":null,"topics":["docker","docker-image","nextcloud","nextcloud-client"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/zigarn/nextcloud-client/","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zigarn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-06-05T16:10:09.000Z","updated_at":"2022-05-16T15:31:40.000Z","dependencies_parsed_at":"2023-04-07T01:48:20.545Z","dependency_job_id":null,"html_url":"https://github.com/zigarn/docker-nextcloud-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigarn%2Fdocker-nextcloud-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigarn%2Fdocker-nextcloud-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigarn%2Fdocker-nextcloud-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigarn%2Fdocker-nextcloud-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zigarn","download_url":"https://codeload.github.com/zigarn/docker-nextcloud-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243903172,"owners_count":20366436,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-image","nextcloud","nextcloud-client"],"created_at":"2024-10-13T06:47:24.797Z","updated_at":"2026-05-10T00:43:21.573Z","avatar_url":"https://github.com/zigarn.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nextcloud client docker image for nextcloud synchronization\n\n[![Build Status](https://github.com/zigarn/docker-nextcloud-client/actions/workflows/docker.yml/badge.svg)](https://github.com/zigarn/docker-nextcloud-client/actions/workflows/docker.yml)\n\n![Docker Image Version (latest by date)](https://img.shields.io/docker/v/zigarn/nextcloud-client)\n![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/zigarn/nextcloud-client)\n![Docker Pulls](https://img.shields.io/docker/pulls/zigarn/nextcloud-client)\n\n## Configuration\n\nCreate a configuration folder with 2 files :\n\n  - `.netrc`: [netrc](http://linux.die.net/man/5/netrc) configuration file for authentication on nextcloud server. E.g `default login mylogin password mypassword`\n  - `sync-exclude.lst`: list of files or folder to exclude in the format generated by the [Ignored Files Editor](https://docs.nextcloud.com/desktop/3.1/navigating.html#using-the-ignored-files-editor)\n\n## Use\n\nLaunch the docker image with:\n\n - Volumes:\n   - `/data`: folder of synced data\n   - `/log`: folder for sync logs\n   - `/conf`: folder containing configuration files\n - Env:\n   - `LANG`: the `LANG` for encoding in file names. Defaults to 'C.UTF-8'\n   - `SERVER`: the Nextcloud server URL\n   - `DAVPATH`: the WebDAV path on the server. Defaults to '/remote.php/dav' (may have to change for '/remote.php/webdav')\n   - `PERIODICITY`: sync periodicity in [crontab](http://linux.die.net/man/5/crontab) format (but DO NOT USE @xxx formats). Defaults to `0 * * * *` (hourly)\n\nE.g:\n\n```shell\ndocker run --detach \\\n  --volume ~/nextcloud-sync:/data \\\n  --volume /var/log:/log \\\n  --volume /etc/nextcloud-sync/:/conf \\\n  --env LANG=fr_FR.ISO-8859-15 \\\n  --env SERVER=http://nextcloud.server.com/ \\\n  --env PERIODICITY='*/15 * * * *' \\\n  zigarn/nextcloud-client\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzigarn%2Fdocker-nextcloud-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzigarn%2Fdocker-nextcloud-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzigarn%2Fdocker-nextcloud-client/lists"}