{"id":16005548,"url":"https://github.com/kwaa/dkit","last_synced_at":"2025-10-01T08:30:37.178Z","repository":{"id":115150802,"uuid":"467837771","full_name":"kwaa/dkit","owner":"kwaa","description":"🐋 Simple pnpm image optimized for SvelteKit project.","archived":false,"fork":false,"pushed_at":"2022-06-08T05:28:23.000Z","size":12,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-12T00:49:37.233Z","etag":null,"topics":["docker","docker-image","pnpm","sveltekit"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/kwaabot/dkit","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kwaa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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":"2022-03-09T08:21:53.000Z","updated_at":"2023-10-17T15:05:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"1fccc7d2-5a4a-4250-a8fa-2483bdb9499f","html_url":"https://github.com/kwaa/dkit","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/kwaa%2Fdkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kwaa%2Fdkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kwaa%2Fdkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kwaa%2Fdkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kwaa","download_url":"https://codeload.github.com/kwaa/dkit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234841991,"owners_count":18895146,"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":["docker","docker-image","pnpm","sveltekit"],"created_at":"2024-10-08T11:05:14.832Z","updated_at":"2025-10-01T08:30:36.909Z","avatar_url":"https://github.com/kwaa.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DKit\n\n🐋 Simple pnpm image optimized for SvelteKit project.\n\n## Pull\n\n```bash\ndocker pull kwaabot/dkit # DockerHub\n\ndocker pull ghcr.io/kwaa/dkit # GitHub Container Registry\n```\n\n## Example\n\nuse [importantimport/urara](https://github.com/importantimport/urara), build with adapter-node, serve at 0.0.0.0:3000\n\n\u003e `ADAPTER=node` required by Urara\n\n```bash\ndocker run -dt --rm --name dkit \\\n-e ADAPTER=node \\\n-e REPO=importantimport/urara \\\n-e SERVE=true \\\n--network=host \\\nkwaabot/dkit build\n```\n\nlocal repository at `/home/user/repo`, pnpm-store already exists, skip installation step, start the development server with port 8080\n\n\u003e Currently unavailable due to store-dir setting failed\n\n```bash\ndocker run -dt --rm --name dkit \\\n-e INSTALL=false \\\n-v /home/user/repo:/usr/src/app \\\n-v /var/cache/pnpm-store:/var/cache/pnpm-store \\\n--network=host \\\nkwaabot/dkit dev --port 8080\n```\n\n## Environment Variables\n\n### STORE ('/var/cache/pnpm-store')\n\npnpm-store folder location.\n\n### HOME ('/usr/src/app')\n\nrepository folder location.\n\n### REPO ('user/repo')\n\nset to another value to use degit to download the repository.\n\n### INSTALL (true)\n\nset to false to skip the installation step.\n\n### SERVE (false)\n\nset to true to start the server generated by adapter-\nwhen using this feature, you should ensure that the OUT directory is configured correctly and that the index.js file is correctly generated.\n\n### OUT ('build')\n\nadapter-node output folder name, only used when SERVE=true.\n\n## License\n\nThis work is free, it comes without any warranty. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See the [COPYING](https://github.com/kwaa/dkit/blob/main/COPYING) file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkwaa%2Fdkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkwaa%2Fdkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkwaa%2Fdkit/lists"}