{"id":13550032,"url":"https://github.com/anapsix/docker-satisfy","last_synced_at":"2025-04-11T05:35:42.769Z","repository":{"id":142856404,"uuid":"158118865","full_name":"anapsix/docker-satisfy","owner":"anapsix","description":"Satisfy in a box","archived":false,"fork":false,"pushed_at":"2024-09-11T10:22:51.000Z","size":15,"stargazers_count":8,"open_issues_count":0,"forks_count":10,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T03:34:52.171Z","etag":null,"topics":["composer","composer-hosting","composer-packages","docker-image","satisfy"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/anapsix.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}},"created_at":"2018-11-18T19:25:40.000Z","updated_at":"2024-09-11T10:09:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"b8f8858b-def9-4072-bd5d-8c1e0e34902c","html_url":"https://github.com/anapsix/docker-satisfy","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anapsix%2Fdocker-satisfy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anapsix%2Fdocker-satisfy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anapsix%2Fdocker-satisfy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anapsix%2Fdocker-satisfy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anapsix","download_url":"https://codeload.github.com/anapsix/docker-satisfy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248348820,"owners_count":21088924,"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":["composer","composer-hosting","composer-packages","docker-image","satisfy"],"created_at":"2024-08-01T12:01:28.263Z","updated_at":"2025-04-11T05:35:42.735Z","avatar_url":"https://github.com/anapsix.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# Satisfy in Docker\n\n![License](https://img.shields.io/github/license/anapsix/docker-satisfy.svg) [![Built with Nginx](https://img.shields.io/badge/built%20with-NGINX%20+%20Unit-green.svg?logo=nginx\u0026logoColor=white)][unit]\n[![Docker Automated build](https://img.shields.io/docker/automated/anapsix/satisfy.svg)][docker hub] [![Docker Pulls](https://img.shields.io/docker/pulls/anapsix/satisfy.svg)][docker hub]\n\n[Satisfy][1] - Satis composer repository manager with a Web UI, in Docker container based on Alpine Linux.\n\n## Features\n* After container launch, configured repos are synced every `CRON_SYNC_EVERY` seconds (60), as long as `CRON_ENABLED` is `true`\n* If `ADD_HOST_KEYS` is `true`, any time new Git repo is added, SSH fingerprints are collected and saved.\n* SSH private key can be passed via `SSH_PRIVATE_KEY` to enable sync for `git+ssh` type repos.\n\n## Versions\n component    | version\n------------- | -------\nAlpine Linux  | `3.20`\nPHP           | `8.2`\nComposer      | `2.7.9`\nSatisfy       | `3.7.0`\n\n\n## Build and Run\n```\ndocker build -t satisfy .\ndocker run -d --rm \\\n           --name satisfy \\\n           -e SSH_PRIVATE_KEY=\"$(\u003c./id_rsa)\" \\\n           -p 8080:80 \\\n           satisfy\n```\n\n## Run\n```\ndocker run -d --rm \\\n           --name satisfy \\\n           -e SSH_PRIVATE_KEY=\"$(\u003c./id_rsa)\" \\\n           -e CRON_SYNC_EVERY=120 \\\n           -p 8080:80 \\\n           anapsix/satisfy\n```\n\n## Launch options\nSee [`entrypoint.sh`][2] for more details\n\n option             | description\n------------------- | --------\n`REPO_NAME`         | name of your repository, defaults to `myorg/myrepo`\n`HOMEPAGE`          | url of this repository, defaults to `http://localhost:8080`\n`SSH_PRIVATE_KEY`   | private SSH key, used to access `git` repos, unused by default\n`ADD_HOST_KEYS`     | flag to enable watching `satis.json` for `git` repos, also turns on SSH `StrictHostKeyChecking`, defaults to `false`\n`CRON_ENABLED`      | flag to enable periodic `satis build`, defaults to `true`\n`CRON_SYNC_EVERY`   | rebuild satis index frequency, in seconds, defaults to `60`\n\n\nAccess the Admin UI via http://localhost:8080/admin.\n\n\n[== Links Reference ==]::\n[license]: ./LICENSE\n[docker hub]: https://hub.docker.com/r/anapsix/satisfy/ \"see it on Docker Hub\"\n[unit]: https://unit.nginx.org/ \"built with Nginx \u0026 Nginx Unit\"\n[1]: https://github.com/ludofleury/satisfy\n[2]: ./entrypoint.sh\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanapsix%2Fdocker-satisfy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanapsix%2Fdocker-satisfy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanapsix%2Fdocker-satisfy/lists"}