{"id":19024962,"url":"https://github.com/gko/nextcloud-sandbox","last_synced_at":"2026-04-11T17:41:47.470Z","repository":{"id":66145954,"uuid":"230482393","full_name":"gko/nextcloud-sandbox","owner":"gko","description":"☁️ nextcloud app development sandbox","archived":false,"fork":false,"pushed_at":"2019-12-28T08:29:50.000Z","size":7,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-16T00:41:21.624Z","etag":null,"topics":["app","composer","docker","nextcloud","node","npm","php","plugin"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/gko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"patreon":"gko","open_collective":"konstantin"}},"created_at":"2019-12-27T17:07:21.000Z","updated_at":"2022-12-02T05:08:09.000Z","dependencies_parsed_at":"2023-03-04T12:30:18.350Z","dependency_job_id":null,"html_url":"https://github.com/gko/nextcloud-sandbox","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gko%2Fnextcloud-sandbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gko%2Fnextcloud-sandbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gko%2Fnextcloud-sandbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gko%2Fnextcloud-sandbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gko","download_url":"https://codeload.github.com/gko/nextcloud-sandbox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240072132,"owners_count":19743526,"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":["app","composer","docker","nextcloud","node","npm","php","plugin"],"created_at":"2024-11-08T20:39:42.949Z","updated_at":"2025-10-21T18:05:54.937Z","avatar_url":"https://github.com/gko.png","language":"Dockerfile","funding_links":["https://patreon.com/gko","https://opencollective.com/konstantin"],"categories":[],"sub_categories":[],"readme":"# Nextcloud sandbox\n\nThis repo contains `docker` stack to be able to develop and test `nextcloud` app.\n\nIt contains:\n - nextcloud\n - composer\n - node\n\n## Installation\n\nClone the project:\n```shell\ngit clone https://github.com/gko/nextcloud-sandbox.git\n```\n\n## Usage\n\nTo run it simply launch:\n```shell\ndocker-compose -f stack.yml up\n```\n\nthen `nextcloud` will be available on [localhost:8080](https://localhost:8080/)\n\n### Node version\n\nBy default `node` 12 will be installed, but you can change it in [`.env`](/.env) file.\n\n### Creating app\n\nLet's look at the example of [nextcloud/notes](https://github.com/nextcloud/notes)\n\nFirst, clone repo within [`custom_apps/`](/custom_apps) folder:\n```shell\ngit clone https://github.com/nextcloud/notes.git\n```\n\nthen bash into container:\n```shell\ndocker exec -it \\\n\t--workdir /var/www/html/custom_apps/notes \\\n\tnextcloud \\\n\t/bin/bash\n```\n\nThen follow the `developer` instructions in the [notes/README](https://github.com/nextcloud/notes#warning-developer-info)\n\nOnce you start app with `npm run dev` within docker you can simply develop in the local `custom_apps/notes/` folder.\n\n## License\n\n[MIT](http://opensource.org/licenses/MIT)\n\nCopyright (c) 2012-2020 Konstantin Gorodinskiy\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgko%2Fnextcloud-sandbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgko%2Fnextcloud-sandbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgko%2Fnextcloud-sandbox/lists"}