{"id":17456077,"url":"https://github.com/trympet/nextcloud-artifacts-action","last_synced_at":"2025-04-19T15:23:46.941Z","repository":{"id":49412476,"uuid":"373138393","full_name":"trympet/nextcloud-artifacts-action","owner":"trympet","description":"GitHub Action for uploading artifacts to Nextcloud via webdav","archived":false,"fork":false,"pushed_at":"2024-06-25T11:41:51.000Z","size":1214,"stargazers_count":13,"open_issues_count":3,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T09:22:13.652Z","etag":null,"topics":["artifacts","cicd","devops","github-actions","self-hosted"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trympet.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":"2021-06-02T11:10:23.000Z","updated_at":"2025-01-18T10:29:42.000Z","dependencies_parsed_at":"2024-10-20T18:50:56.754Z","dependency_job_id":null,"html_url":"https://github.com/trympet/nextcloud-artifacts-action","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trympet%2Fnextcloud-artifacts-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trympet%2Fnextcloud-artifacts-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trympet%2Fnextcloud-artifacts-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trympet%2Fnextcloud-artifacts-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trympet","download_url":"https://codeload.github.com/trympet/nextcloud-artifacts-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249220839,"owners_count":21232421,"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":["artifacts","cicd","devops","github-actions","self-hosted"],"created_at":"2024-10-18T02:24:09.804Z","updated_at":"2025-04-16T08:32:51.258Z","avatar_url":"https://github.com/trympet.png","language":"TypeScript","readme":"# Nextcloud Artifact Upload Action\nUpload artifacts to nextcloud and output a shareable URL.\n\n### How it looks:\n![image](https://user-images.githubusercontent.com/23460729/120891750-7f247380-c60a-11eb-9998-3b3b7f61066f.png)\n\n### Example:\nSimple example. Globbing is supported. \n\n```yaml\non:\n  pull_request:\n  push:\njobs:\n  build-test:\n    name: Build \u0026 Test\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v2                               # checkout the repo\n\n      - name: Nextcloud Artifact\n        uses: trympet/nextcloud-artifacts-action@v2\n        with:\n          name: 'my-artifact'                                   # Name of the artifact\n          path: 'bin/**/*.exe'                                  # Globbing supported\n          nextcloud-url: 'https://nextcloud.example.com'        # Nextcloud URL\n          nextcloud-username: ${{ secrets.NEXTCLOUD_USERNAME }} # Username from repository secret\n          nextcloud-password: ${{ secrets.NEXTCLOUD_PASSWORD }} # Password from repository secret\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrympet%2Fnextcloud-artifacts-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrympet%2Fnextcloud-artifacts-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrympet%2Fnextcloud-artifacts-action/lists"}