{"id":15421716,"url":"https://github.com/pedrolamas/docker-mainsail","last_synced_at":"2026-04-25T16:33:22.301Z","repository":{"id":145486060,"uuid":"450136267","full_name":"pedrolamas/docker-mainsail","owner":"pedrolamas","description":":package: Docker image for Mainsail","archived":false,"fork":false,"pushed_at":"2026-01-16T10:07:02.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-16T23:54:52.515Z","etag":null,"topics":["docker","docker-image","klipper","mainsail"],"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/pedrolamas.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"pedrolamas","patreon":"pedrolamas","ko_fi":"pedrolamas","custom":"https://paypal.me/pedrolamas"}},"created_at":"2022-01-20T14:45:48.000Z","updated_at":"2026-01-16T10:07:06.000Z","dependencies_parsed_at":"2025-02-02T05:23:56.795Z","dependency_job_id":"0cff1e67-a56e-4602-b0d9-9ea6bf19392a","html_url":"https://github.com/pedrolamas/docker-mainsail","commit_stats":{"total_commits":24,"total_committers":1,"mean_commits":24.0,"dds":0.0,"last_synced_commit":"5d355784876de54a75af5733c80545c08898b1b1"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pedrolamas/docker-mainsail","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrolamas%2Fdocker-mainsail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrolamas%2Fdocker-mainsail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrolamas%2Fdocker-mainsail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrolamas%2Fdocker-mainsail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pedrolamas","download_url":"https://codeload.github.com/pedrolamas/docker-mainsail/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrolamas%2Fdocker-mainsail/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32269458,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"last_error":"SSL_read: 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":["docker","docker-image","klipper","mainsail"],"created_at":"2024-10-01T17:35:39.599Z","updated_at":"2026-04-25T16:33:22.295Z","avatar_url":"https://github.com/pedrolamas.png","language":"Dockerfile","funding_links":["https://github.com/sponsors/pedrolamas","https://patreon.com/pedrolamas","https://ko-fi.com/pedrolamas","https://paypal.me/pedrolamas"],"categories":[],"sub_categories":[],"readme":"# docker-mainsail\n\n[![Project Maintenance](https://img.shields.io/maintenance/yes/2026.svg)](https://github.com/pedrolamas/docker-mainsail 'GitHub Repository')\n[![License](https://img.shields.io/github/license/pedrolamas/docker-mainsail.svg)](https://github.com/pedrolamas/docker-mainsail/blob/master/LICENSE 'License')\n\n[![Release](https://github.com/pedrolamas/docker-mainsail/workflows/Release/badge.svg)](https://github.com/pedrolamas/docker-mainsail/actions 'Build Status')\n\n[![Follow pedrolamas on Twitter](https://img.shields.io/twitter/follow/pedrolamas?label=Follow%20@pedrolamas%20on%20Twitter\u0026style=social)](https://twitter.com/pedrolamas)\n[![Follow pedrolamas on Mastodon](https://img.shields.io/mastodon/follow/109365776481898704?label=Follow%20@pedrolamas%20on%20Mastodon\u0026domain=https%3A%2F%2Fhachyderm.io\u0026style=social)](https://hachyderm.io/@pedrolamas)\n\nSimple Docker image running the latest [Mainsail](https://github.com/mainsail-crew/mainsail#readme)\n\n\u003e **Warning:** This project is not affiliated with Mainsail, so please be aware that it may stop working at any moment.\n\u003e\n\u003e Mainsail related issues must be reported directly on the Mainsail official repo.\n\nThis repo will run a GitHub action every 20 minutes to check for new code on the \"master\" and \"develop\" branches of the Mainsail repository, and creates new Docker images if there are any modifications.\n\n## Usage\n\nCreate and run the new container as you would normally do, but remember to specify the `API_HOST` environment variable to indicate the Moonraker host.\n\n```sh\ndocker run -d \\\n  --name mainsail \\\n  --net=host \\\n  -e API_HOST=\u003cmoonraker host or ip\u003e \\\n  ei99070/docker-mainsail\n```\n\nBy default the server runs on port 80, but this can be changed by specifying the `PORT` environment variable.\n\n```sh\ndocker run -d \\\n  --name mainsail \\\n  --net=host \\\n  -e API_HOST=\u003cmoonraker host or ip\u003e \\\n  -e PORT=\u003calternative port\u003e \\\n  ei99070/docker-mainsail\n```\n\n## Available tags\n\n- `latest` or `master`: points to \"master\" branch\n- `latest-dev` or `develop`: points to \"develop\" branch\n- `sha-\u003chash\u003e`: points to the GitHub commit hash\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpedrolamas%2Fdocker-mainsail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpedrolamas%2Fdocker-mainsail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpedrolamas%2Fdocker-mainsail/lists"}