{"id":15051425,"url":"https://github.com/storj-thirdparty/connector-nextcloud","last_synced_at":"2025-10-19T21:40:32.652Z","repository":{"id":113907824,"uuid":"266887152","full_name":"storj-thirdparty/connector-nextcloud","owner":"storj-thirdparty","description":"Nextcloud connector to the Storj protocol; use this to backup your data to the leading decentralized storage network. ","archived":false,"fork":false,"pushed_at":"2020-10-02T01:56:40.000Z","size":11314,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T04:11:56.690Z","etag":null,"topics":["connector","nextcloud"],"latest_commit_sha":null,"homepage":"https://storj.io","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/storj-thirdparty.png","metadata":{"files":{"readme":"README.assets/Home.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2020-05-25T21:51:31.000Z","updated_at":"2024-09-29T11:06:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"c74123cf-80fa-46fd-a1ce-f6370e9d5431","html_url":"https://github.com/storj-thirdparty/connector-nextcloud","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/storj-thirdparty%2Fconnector-nextcloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/storj-thirdparty%2Fconnector-nextcloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/storj-thirdparty%2Fconnector-nextcloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/storj-thirdparty%2Fconnector-nextcloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/storj-thirdparty","download_url":"https://codeload.github.com/storj-thirdparty/connector-nextcloud/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248144964,"owners_count":21055017,"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":["connector","nextcloud"],"created_at":"2024-09-24T21:35:09.760Z","updated_at":"2025-10-19T21:40:27.602Z","avatar_url":"https://github.com/storj-thirdparty.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Flow Diagram\n\n![](https://github.com/storj-thirdparty/connector-nextcloud/blob/master/README.assets/arch.drawio.png)\n\n## Config Files\n\nThere are two config files that contain Storj network and Nextcloud connection information. The tool is designed so you can specify a config file as part of your tooling/workflow.\n\n##### `nextcloud_property.json`\n\nInside the `./config` directory there is a `nextcloud_property.json` file, with following information about your nextcloud account instance:\n\n* `url`- Login url of the user nextcloud account of the corresponding service provider\n* `username` - Username of nextcloud account\n* `password` - Password of nextcloud account\n\n##### `storj_config.json`\n\nInside the `./config` directory a `storj_config.json` file, with Storj network configuration information in JSON format:\n\n* `apikey` - API Key created in Storj Satellite GUI (mandatory)\n* `satellite` - Storj Satellite URL (mandatory)\n* `encryptionpassphrase` - Storj Encryption Passphrase (mandatory)\n* `bucket` - Name of the bucket to upload data into (mandatory)\n* `uploadPath` - Path on Storj Bucket to store data (optional) or \"\" or \"/\". (mandatory)\n* `serializedAccess` - Serialized access shared while uploading data used to access bucket without API Key (mandatory)\n* `allowDownload` - Set *true* to create serialized access with restricted download (mandatory while using *share* flag)\n* `allowUpload` - Set *true* to create serialized access with restricted upload (mandatory while using *share* flag)\n* `allowList` - Set *true* to create serialized access with restricted list access\n* `allowDelete` - Set *true* to create serialized access with restricted delete\n* `notBefore` - Set time that is always before *notAfter*\n* `notAfter` - Set time that is always after *notBefore*\n\n## Run\n\nOnce you have built the project run the following commands as per your requirement:\n\n##### Get help\n\n```\n$ ./connector-nextcloud help\n```\n\n##### Check version\n\n```\n$ ./connector-nextcloud version\n```\n\n##### Connect to a desired Nextcloud account and take complete back-up to desired Storj network bucket using API key from `storj_config.json`\n```\n$ ./connector-nextcloud store --nextcloud \u003cpath-to-nextcloud-config\u003e --storj \u003cpath-to-storj-config\u003e\n```\n\n##### Connect to to a desired Nextcloud account and take complete back-up to desired Storj network bucket Serialized Access Key from `storj_config.json`\n```\n$ ./connector-nextcloud store --accesskey\n```\n\n##### Connect to a desired Nextcloud account and take complete back-up to desired Storj network bucket using API key and generates a Shareable Serialized Access Key with restrictions in `storj-config.json`.\n```\n$ ./connector-nextcloud store --share\n```\n\n## Testing\n* The project has been tested on the following operating systems:\n```\n* Windows\n\t* Version: 10 Pro\n\t* Processor: Intel(R) Core(TM) i3-5005U CPU @ 2.00GHz 2.00GHz\n\t* Nextcloud version: 19.0.3\n\n* macOS Catalina\n\t* Version: 10.15.4\n\t* Processor: 2.5 GHz Dual-Core Intel Core i5\n\t* Nextcloud version: 19.0.3\n\n* ubuntu\n\t* Version: 16.04 LTS\n\t* Processor: AMD A6-7310 APU with AMD Radeon R4 Graphics × 4\n\t* Nextcloud version: 19.0.3\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstorj-thirdparty%2Fconnector-nextcloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstorj-thirdparty%2Fconnector-nextcloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstorj-thirdparty%2Fconnector-nextcloud/lists"}