{"id":28996591,"url":"https://github.com/frozenfoxx/docker-crawl","last_synced_at":"2025-10-11T04:55:50.256Z","repository":{"id":51104816,"uuid":"246764613","full_name":"frozenfoxx/docker-crawl","owner":"frozenfoxx","description":"Docker container for Dungeon Crawl Stone Soup","archived":false,"fork":false,"pushed_at":"2021-05-23T19:24:17.000Z","size":37,"stargazers_count":6,"open_issues_count":2,"forks_count":6,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-25T05:11:31.097Z","etag":null,"topics":["docker","nethack"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/frozenfoxx.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}},"created_at":"2020-03-12T06:56:36.000Z","updated_at":"2024-06-19T02:04:11.000Z","dependencies_parsed_at":"2022-08-19T17:31:35.100Z","dependency_job_id":null,"html_url":"https://github.com/frozenfoxx/docker-crawl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/frozenfoxx/docker-crawl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frozenfoxx%2Fdocker-crawl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frozenfoxx%2Fdocker-crawl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frozenfoxx%2Fdocker-crawl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frozenfoxx%2Fdocker-crawl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frozenfoxx","download_url":"https://codeload.github.com/frozenfoxx/docker-crawl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frozenfoxx%2Fdocker-crawl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006216,"owners_count":26084063,"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-10-11T02:00:06.511Z","response_time":55,"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":["docker","nethack"],"created_at":"2025-06-25T05:10:28.307Z","updated_at":"2025-10-11T04:55:50.211Z","avatar_url":"https://github.com/frozenfoxx.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-crawl\n\n[![Build Status](https://cloud.drone.io/api/badges/frozenfoxx/docker-crawl/status.svg?ref=refs/heads/main)](https://cloud.drone.io/frozenfoxx/docker-crawl)\n\nDocker container for Dungeon Crawl Stone Soup (DCSS).\n\nDocker Hub: [https://hub.docker.com/r/frozenfoxx/crawl](https://hub.docker.com/r/frozenfoxx/crawl)\n\n## How to Build\n\n```\ngit clone git@github.com:frozenfoxx/docker-crawl.git\ncd docker-crawl\ndocker build .\n```\n\nTo build a Webtiles server build explicitly:\n```\ndocker build -f Dockerfile.webtiles .\n```\n\nTo build a Tiles server build explicitly:\n```\ndocker build -f Dockerfile.tiles .\n```\n\n# How to Use this Image\n\n## Quickstart\n\nThe following will run the latest Webtiles crawl server.\n\n```\ndocker run -d --rm -p 8080:8080 --name=crawl_webtiles frozenfoxx/crawl:latest\n```\n\n## Persistent Deployment\n\nAll player RCs and webserver database files are located within `/data` within the container. Bind mount a host directory to this location to maintain persistence.\n\n```\ndocker run \\\n  -d \\\n  --rm \\\n  -v /data/:/data \\\n  -p 8080:8080 \\\n  --name=crawl_webtiles \\\n  frozenfoxx/crawl:latest\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrozenfoxx%2Fdocker-crawl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrozenfoxx%2Fdocker-crawl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrozenfoxx%2Fdocker-crawl/lists"}