{"id":20583002,"url":"https://github.com/tdemin/docker-satellite","last_synced_at":"2026-06-01T03:31:38.202Z","repository":{"id":111541519,"uuid":"403097729","full_name":"tdemin/docker-satellite","owner":"tdemin","description":"Satellite Gemini server Docker image. Updates daily","archived":false,"fork":false,"pushed_at":"2023-07-08T18:05:50.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-06T12:47:19.313Z","etag":null,"topics":["docker","gemini","satellite","server"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tdemin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-09-04T15:56:33.000Z","updated_at":"2021-10-03T15:48:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"c0d48c6e-cc2f-4eb6-b268-a1161fbebb56","html_url":"https://github.com/tdemin/docker-satellite","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tdemin/docker-satellite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tdemin%2Fdocker-satellite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tdemin%2Fdocker-satellite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tdemin%2Fdocker-satellite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tdemin%2Fdocker-satellite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tdemin","download_url":"https://codeload.github.com/tdemin/docker-satellite/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tdemin%2Fdocker-satellite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33759178,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-01T02:00:06.963Z","response_time":115,"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","gemini","satellite","server"],"created_at":"2024-11-16T06:37:43.972Z","updated_at":"2026-06-01T03:31:38.194Z","avatar_url":"https://github.com/tdemin.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Satellite Docker image\n\n[![Build \u0026 push to GHCR](https://github.com/tdemin/docker-satellite/actions/workflows/docker.yml/badge.svg)](https://github.com/tdemin/docker-satellite/actions/workflows/docker.yml)\n\nThis repo holds [Satellite](https://git.sr.ht/~gsthnz/satellite), a Project Gemini static file\nserver software, Docker build recipe with GitHub Actions.\n\nThe latest version tag is rebuilt weekly to ensure the latest dependencies / OS\nversions.\n\nYou can pull the latest tagged version of Satellite:\n\n```\n% docker pull ghcr.io/tdemin/docker-satellite:latest\n```\n\nor the specific tag:\n\n```\n% docker pull ghcr.io/tdemin/docker-satellite:v1.0.0\n```\n\n## Usage\n\nCreate two directories to store certs/configuration and data served by satellite (Satellite runs\nunder UID 1000, so we need to grant it RWX on the config dir), then run the container:\n\n```\n% mkdir config\n% mkdir data\n% cat \u003econfig/config.toml \u003c\u003cEOF\n[tls]\ndirectory = \"/config\"\n[[domain]]\nname = \"example.org\"\nroot = \"/data\"\nEOF\n% chown 1000 config\n% chmod 700 config\n% docker run -d -p 1965:1965 -v $(pwd)/config:/config \\\n    -v $(pwd)/data:/data ghcr.io/tdemin/docker-satellite\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftdemin%2Fdocker-satellite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftdemin%2Fdocker-satellite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftdemin%2Fdocker-satellite/lists"}