{"id":18013086,"url":"https://github.com/smillerdev/nextcloud-actions","last_synced_at":"2025-08-02T21:34:39.400Z","repository":{"id":37825435,"uuid":"291448465","full_name":"SMillerDev/nextcloud-actions","owner":"SMillerDev","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-29T10:47:55.000Z","size":695,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-29T12:53:17.955Z","etag":null,"topics":["actions","github","nextcloud"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/SMillerDev.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,"zenodo":null}},"created_at":"2020-08-30T10:29:15.000Z","updated_at":"2025-07-29T10:47:52.000Z","dependencies_parsed_at":"2023-02-16T00:46:03.663Z","dependency_job_id":"b123b697-c6c3-4b35-8897-0740a1015ee5","html_url":"https://github.com/SMillerDev/nextcloud-actions","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SMillerDev/nextcloud-actions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SMillerDev%2Fnextcloud-actions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SMillerDev%2Fnextcloud-actions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SMillerDev%2Fnextcloud-actions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SMillerDev%2Fnextcloud-actions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SMillerDev","download_url":"https://codeload.github.com/SMillerDev/nextcloud-actions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SMillerDev%2Fnextcloud-actions/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268457009,"owners_count":24253329,"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","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["actions","github","nextcloud"],"created_at":"2024-10-30T03:19:48.774Z","updated_at":"2025-08-02T21:34:39.336Z","avatar_url":"https://github.com/SMillerDev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nextcloud setup actions\n\nSetup nextcloud using github actions\n\n## Setup Nextcloud\nTo set up a nextcloud instance on the runner in `../server`, use the following configuration.\n```yaml\n      - name: Nextcloud test setup\n        uses: SMillerDev/setup-nextcloud@main\n        with:\n          version: 'stable19'\n          database-type: 'sqlite'\n```\n\nThe default configuration is:\n```yaml\n      - name: Nextcloud test setup\n        uses: SMillerDev/setup-nextcloud@main\n        with:\n          version: 'stable19'\n          cron: true\n          admin-user: 'admin'\n          admin-password: 'admin'\n          database-type: 'pgsql'\n          database-user: 'postgres'\n          database-password: ''\n          database-name: 'oc_autotest'\n```\n\n## Setup Nextcloud app\n\nTo install the current repo as a nextcloud app, run the checkout action and then this one using the following configuration.\n```yaml\n      - name: Nextcloud app test setup\n        uses: SMillerDev/setup-nextcloud-app@main\n        with:\n          app: 'appid'\n          check: false\n```\n\nThe default configuration is:\n```yaml\n      - name: Nextcloud app test setup\n        uses: SMillerDev/setup-nextcloud-app@main\n        with:\n          app: 'appid'\n          check: false\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmillerdev%2Fnextcloud-actions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmillerdev%2Fnextcloud-actions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmillerdev%2Fnextcloud-actions/lists"}