{"id":47945363,"url":"https://github.com/antnsn/stackd","last_synced_at":"2026-04-04T08:24:59.477Z","repository":{"id":347141376,"uuid":"1193143875","full_name":"antnsn/stackd","owner":"antnsn","description":"GitOps daemon for Docker Compose stacks — auto-applies changes from git, monitors container health, and streams logs via a built-in dashboard","archived":false,"fork":false,"pushed_at":"2026-04-03T09:33:07.000Z","size":1068,"stargazers_count":5,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-03T15:20:25.349Z","etag":null,"topics":["devops","docker","docker-compose","gitops","homelab","self-hosted"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/antnsn.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":"2026-03-26T23:19:00.000Z","updated_at":"2026-04-03T09:32:10.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/antnsn/stackd","commit_stats":null,"previous_names":["antnsn/stackd"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/antnsn/stackd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antnsn%2Fstackd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antnsn%2Fstackd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antnsn%2Fstackd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antnsn%2Fstackd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antnsn","download_url":"https://codeload.github.com/antnsn/stackd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antnsn%2Fstackd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31393031,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T04:26:24.776Z","status":"ssl_error","status_checked_at":"2026-04-04T04:23:34.147Z","response_time":60,"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":["devops","docker","docker-compose","gitops","homelab","self-hosted"],"created_at":"2026-04-04T08:24:58.956Z","updated_at":"2026-04-04T08:24:59.468Z","avatar_url":"https://github.com/antnsn.png","language":"Go","readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"assets/logo.svg\" alt=\"stackd\" width=\"400\"/\u003e\n  \u003cbr/\u003e\n  \u003cbr/\u003e\n  \u003ca href=\"https://github.com/antnsn/stackd/releases\"\u003e\u003cimg src=\"https://img.shields.io/github/v/release/antnsn/stackd?style=flat-square\u0026color=58a6ff\" alt=\"Release\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/antnsn/stackd/pkgs/container/stackd\"\u003e\u003cimg src=\"https://img.shields.io/badge/container-ghcr.io-3fb950?style=flat-square\" alt=\"Container\"/\u003e\u003c/a\u003e\n  \u003ca href=\"LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-AGPL--3.0-8b949e?style=flat-square\" alt=\"AGPL-3.0 License\"/\u003e\u003c/a\u003e\n  \u003ca href=\"COMMERCIAL.md\"\u003e\u003cimg src=\"https://img.shields.io/badge/commercial-licensing-f78166?style=flat-square\" alt=\"Commercial Licensing\"/\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n---\n\n**stackd** is a lightweight GitOps daemon for Docker Compose. It watches your Git repositories, pulls changes, injects secrets via Infisical, and applies your stacks automatically. A built-in dashboard lets you monitor repos, stacks, and container logs in real time.\n\nThink of it as ArgoCD for Docker Compose, without the YAML sprawl.\n\n## Features\n\n- **GitOps sync** — polls one or more Git repos and applies `docker compose up -d` on change\n- **Infisical integration** — wraps deploys with `infisical run` to inject secrets; no `.env` files in Git\n- **Live dashboard** — dark-mode UI with stack status, container health, and real-time log streaming\n- **Web shell** — browser-based terminal (docker exec PTY) for any running container via xterm.js\n- **Activity feed** — live SSE stream of git pulls and stack applies across all repos\n- **Per-stack sync** — trigger a pull + apply for a single stack from the detail panel\n- **Settings UI** — manage repos, SSH keys, Infisical credentials, and auth token from the dashboard\n- **Multi-repo** — manage as many repos as you need; each gets its own sync loop and stack config\n\n## Quick Start\n\n\u003e **Note:** `SECRET_KEY` is required. stackd will refuse to start without it — it encrypts SSH keys and tokens stored in the database.\n\n```yaml\nservices:\n  stackd:\n    container_name: stackd\n    image: ghcr.io/antnsn/stackd:latest\n    environment:\n      - SECRET_KEY=change-me-use-a-strong-random-value\n      - DB_URL=sqlite:///data/stackd.db\n      - PORT=8080\n    volumes:\n      - /path/to/stackd-data:/data\n      - /var/run/docker.sock:/var/run/docker.sock\n    ports:\n      - \"8080:8080\"\n    restart: unless-stopped\n```\n\nGenerate a strong `SECRET_KEY`:\n\n```sh\nopenssl rand -hex 32\n```\n\nThen:\n\n```sh\ndocker compose up -d\n```\n\nOpen `http://localhost:8080` and use the **Settings** page to add your first repository.\n\n## Documentation\n\n| | |\n|---|---|\n| [Configuration](docs/configuration.md) | All env vars and their defaults |\n| [Installation](docs/installation.md) | Docker Compose setup, volume mounts, first run |\n| [SSH Setup](docs/ssh.md) | SSH key configuration via Settings UI and troubleshooting |\n| [Infisical Secrets](docs/infisical.md) | Secrets injection — global token, per-stack toml |\n| [Database](docs/database.md) | SQLite config store, SECRET_KEY, persistence, PostgreSQL option |\n| [Security](docs/security.md) | Auth, rate limiting, production hardening |\n| [Observability](docs/observability.md) | Logging, health probes, Prometheus metrics |\n| [API Reference](docs/api.md) | Full HTTP API with request/response examples |\n| [Multi-Repo Setup](docs/multi-repo.md) | Managing multiple repositories |\n| [Post-Sync Hooks](docs/post-sync-hooks.md) | Alternatives now that env-var hooks are removed |\n| [Architecture](docs/architecture.md) | How stackd works internally |\n\n## License\n\nAGPL-3.0 — see [LICENSE](LICENSE). For commercial licensing, see [COMMERCIAL.md](COMMERCIAL.md).\n```\n\n---","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantnsn%2Fstackd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantnsn%2Fstackd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantnsn%2Fstackd/lists"}