{"id":25845808,"url":"https://github.com/i2h3/testcloud","last_synced_at":"2026-06-09T06:06:38.270Z","repository":{"id":279808042,"uuid":"940030038","full_name":"i2h3/testcloud","owner":"i2h3","description":"Simple Docker Compose setup of Nextcloud with MariaDB for testing on macOS.","archived":false,"fork":false,"pushed_at":"2025-06-30T15:03:19.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-23T06:30:43.925Z","etag":null,"topics":["development-environment","docker","docker-compose","macos","mariadb","nextcloud","test-environment"],"latest_commit_sha":null,"homepage":"https://i2h3.de/docker-compose-testcloud/","language":"Shell","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/i2h3.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":"2025-02-27T13:58:13.000Z","updated_at":"2025-03-05T10:00:00.000Z","dependencies_parsed_at":"2025-02-27T20:51:38.243Z","dependency_job_id":null,"html_url":"https://github.com/i2h3/testcloud","commit_stats":null,"previous_names":["i2h3/testcloud"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/i2h3/testcloud","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/i2h3%2Ftestcloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/i2h3%2Ftestcloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/i2h3%2Ftestcloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/i2h3%2Ftestcloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/i2h3","download_url":"https://codeload.github.com/i2h3/testcloud/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/i2h3%2Ftestcloud/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34093810,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"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":["development-environment","docker","docker-compose","macos","mariadb","nextcloud","test-environment"],"created_at":"2025-03-01T08:31:02.141Z","updated_at":"2026-06-09T06:06:38.264Z","avatar_url":"https://github.com/i2h3.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Testcloud ☁️👩🏻‍🔬☁️\n\nA simple setup which consists of a [Nextcloud](https://hub.docker.com/_/nextcloud) and [MariaDB](https://hub.docker.com/_/mariadb) containers.\nThis is targeting macOS with Docker Desktop installed.\n\n## Use Case\n\nI frequently need a fresh and local Nextcloud deployment for:\n\n* Reproducing reported problems around Nextcloud or its client apps in scope of customer support\n* Trying out Nextcloud features\n* Running automated client app tests with clean servers, in example Xcode UI tests\n\n⚠️ **Do not use this in production or public!**\nThis is intended for use on developer devices within a local and secure network only.\n\n## Features\n\n* A **script** for convenient control.\n* Nextcloud exposed to host port **8080**.\n* MariaDB exposed to host port **8306**.\n* Passwords are `password` by default. See [compose.yml](compose.yml) for further details.\n\n## How to Use\n\n[The included Zsh script](bin/testcloud) simplifies handling a lot.\nIt takes at least one argument to know what to do.\nTo improve convenience even further, adding the [`bin`](bin/) directory to your `PATH` makes the script available independent from your current working directory.\n\n```sh\nexport PATH=\"~/path/to/this/bin:$PATH\"\n```\n\n### Starting\n\nYou can start the Testcloud with this. If it does not exist yet, it will be set up automatically.\n\n```sh\n$ testcloud start\n```\n\nIf you would like to define a specific [Docker image tag](https://hub.docker.com/_/nextcloud/tags) for the Nextcloud image to use, you can do so through an environment variable.\n\n```sh\n$ NEXTCLOUD_TAG=30.0.5 testcloud start\n```\n\n### Dialing In\n\nIf you need to do so, you can open a shell directly as `www-data` in the Nextcloud web root inside the Docker container by issuing this:\n\n```sh\n$ testcloud shell\n```\n\nThis is frequently necessary to interact with Nextcloud's command-line [`occ`](https://docs.nextcloud.com/server/latest/admin_manual/occ_command.html).\n\n### Stopping\n\nTo shut everything down while still keeping the containers around:\n\n```sh\n$ testcloud stop\n```\n\n### Cleaning Up\n\nTo delete the containers completely without confirmation regardless of them running or not:\n\n```sh\n$ testcloud remove\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fi2h3%2Ftestcloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fi2h3%2Ftestcloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fi2h3%2Ftestcloud/lists"}