{"id":30286965,"url":"https://github.com/molikuner/crymap-container","last_synced_at":"2026-03-11T00:33:16.419Z","repository":{"id":306132659,"uuid":"1025091802","full_name":"molikuner/crymap-container","owner":"molikuner","description":"Containerized Release of https://github.com/AltSysrq/crymap","archived":false,"fork":false,"pushed_at":"2025-10-03T20:02:44.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-03T21:37:44.864Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/molikuner.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-23T17:54:02.000Z","updated_at":"2025-10-03T19:57:05.000Z","dependencies_parsed_at":"2025-07-23T21:47:32.611Z","dependency_job_id":"0f67549f-e73f-4e82-baf0-06f46f44d1e4","html_url":"https://github.com/molikuner/crymap-container","commit_stats":null,"previous_names":["molikuner/crymap-container"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/molikuner/crymap-container","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/molikuner%2Fcrymap-container","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/molikuner%2Fcrymap-container/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/molikuner%2Fcrymap-container/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/molikuner%2Fcrymap-container/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/molikuner","download_url":"https://codeload.github.com/molikuner/crymap-container/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/molikuner%2Fcrymap-container/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30363951,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T21:41:54.280Z","status":"ssl_error","status_checked_at":"2026-03-10T21:40:59.357Z","response_time":106,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-08-16T21:19:01.032Z","updated_at":"2026-03-11T00:33:16.413Z","avatar_url":"https://github.com/molikuner.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# crymap-container\nContainerized Release of https://github.com/AltSysrq/crymap\n\n## Usage\n\n### Prerequisites\n\n * a crymap config as described in [the official crymap documentation](https://altsysrq.github.io/crymap/admin-guide/config.html).\n * a TLS certificate (e.g. from [Let's Encrypt](https://letsencrypt.org/))\n * a secure place to save the user data (and keep it backed up regularly)\n\n### Simplified Example\n\n```shell\ndocker run \\ # or `podman` or what ever other container runtime you like\n  -p 25:25 -p 465:465 -p 587:587 -p 993:993 \\ # these ports need to be publicly available\n  -v /path/to/user/data:/etc/crymap/users \\ # mount the user data\n  -v /path/to/crymap.toml:/etc/crymap/crymap.toml \\ # mount your config\n  -v /path/to/privkey.pem:/config/path/to/privkey.pem \\ # mount pivkey (make sure to adjust path as in your config)\n  -v /path/to/fullchain.pem:/config/path/to/fullchain.pem \\ # mount fullchain (make sure to adjust path as in your config)\n  ghcr.io/molikuner/crymap-container:latest\n```\n\n### Logs\n\nThe container is configured by default to log to stdout. If that needs to be adjusted, please refer to the official [documentation to setup logging](https://altsysrq.github.io/crymap/admin-guide/config.html#logging).\n\n### IPv6\n\nBy default the container only binds IPv4 ports. If host networking is used or the container runtime supports IPv6, simply use the `/etc/inetd6.conf` to bind to IPv4 and IPv6 addresses.\n\nSince the entrypoint of the container is `inetd` already, it's sufficient to specify the new config as command:\n\n```shell\ndocker run \u003c...\u003e ghcr.io/molikuner/crymap-container:latest /etc/inetd6.conf\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmolikuner%2Fcrymap-container","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmolikuner%2Fcrymap-container","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmolikuner%2Fcrymap-container/lists"}