{"id":15136191,"url":"https://github.com/devel0/nextcloud-list-shares","last_synced_at":"2026-01-19T07:32:41.952Z","repository":{"id":245569164,"uuid":"818634924","full_name":"devel0/nextcloud-list-shares","owner":"devel0","description":"List nextcloud shares ( postgres db )","archived":false,"fork":false,"pushed_at":"2024-06-24T18:00:51.000Z","size":107,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T02:32:01.580Z","etag":null,"topics":["nextcloud","postgres","shares"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devel0.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2024-06-22T12:00:40.000Z","updated_at":"2024-06-24T18:00:54.000Z","dependencies_parsed_at":"2024-06-22T20:58:42.818Z","dependency_job_id":"3a89b4c1-61a9-467f-a1ae-be6c30699cb5","html_url":"https://github.com/devel0/nextcloud-list-shares","commit_stats":null,"previous_names":["devel0/nextcloud-list-shares"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devel0/nextcloud-list-shares","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devel0%2Fnextcloud-list-shares","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devel0%2Fnextcloud-list-shares/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devel0%2Fnextcloud-list-shares/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devel0%2Fnextcloud-list-shares/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devel0","download_url":"https://codeload.github.com/devel0/nextcloud-list-shares/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devel0%2Fnextcloud-list-shares/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28562993,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T03:31:16.861Z","status":"ssl_error","status_checked_at":"2026-01-19T03:31:15.069Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["nextcloud","postgres","shares"],"created_at":"2024-09-26T06:04:30.537Z","updated_at":"2026-01-19T07:32:41.936Z","avatar_url":"https://github.com/devel0.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nextcloud-list-shares\n\n![](./doc/shot.png)\n\n- [Features](#features)\n- [Quickstart](#quickstart)\n- [Create release](#create-release)\n  - [Run release](#run-release)\n- [How this project was built](#how-this-project-was-built)\n\n## Features\n\n- nextcloud postgres backend db access ( readonly )\n- list share with\n  - flag if the share is a link share\n  - user or group that access the share\n  - share permissions ( merged for user and usergroup )\n  - fullpath of shared item\n  - share by ( who created the share )\n\n## Quickstart\n\n- replace `DBHOST`, `DBNAME`, `DBUSER`, `DBPASS` in the follow with your own\n\n```sh\ngit clone git@github.com:devel0/nextcloud-list-shares.git\ncd nextcloud-list-shares\ndotnet user-secrets set \"ConnectionStrings:Cloud\" \"Host=DBHOST; Database=DBNAME; Username=DBUSER; Password=DBPASS\"\ndotnet run\n```\n\n- generated file will be in Desktop/shares.xlsx unless `--output=SOMEPATHFILENAME` specified\n\n## Create release\n\n- change `RUNTIMERID` with target platform: `linux-x64`, `win-x64`, `osx-x64`\n\n```sh\ndotnet publish -c Release --runtime RUNTIMERID --sc\n```\n\npublished files will be in `bin/Release/net8.0/RUNTIMERID/publish/` ( there is no need to install dotnet on target platform thanks to `--sc` option )\n\n### Run release\n\n- add `--output=SOMEPATHFILENAME` argument to generate the file elsewhere than `Desktop/shares.xlsx`\n\n- linux\n\n```sh\nConnectionStrings__Cloud=\"Host=DBHOST; Database=DBNAME; Username=DBUSER; Password=DBPASS\" ./nextcloud-list-shares\n```\n\n- windows (powershell)\n\n```sh\ndotnet publish -c Release --runtime win-x64 --sc\n$Env:ConnectionStrings__Cloud=\"Host=DBHOST; Database=DBNAME; Username=DBUSER; Password=DBPASS\"\n```\n\n## How this project was built\n\n```sh\ndotnet new console -n nextcloud-list-shares\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevel0%2Fnextcloud-list-shares","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevel0%2Fnextcloud-list-shares","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevel0%2Fnextcloud-list-shares/lists"}