{"id":29377780,"url":"https://trly.github.io/quad-ops/","last_synced_at":"2025-07-10T00:02:25.270Z","repository":{"id":278056771,"uuid":"933944129","full_name":"trly/quad-ops","owner":"trly","description":"GitOps for Quadlet","archived":false,"fork":false,"pushed_at":"2025-07-02T00:38:49.000Z","size":15105,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-02T01:29:40.354Z","etag":null,"topics":["podman","quadlet"],"latest_commit_sha":null,"homepage":"https://trly.github.io/quad-ops/","language":"Go","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/trly.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}},"created_at":"2025-02-17T02:28:05.000Z","updated_at":"2025-07-02T00:38:46.000Z","dependencies_parsed_at":"2025-04-13T05:18:00.935Z","dependency_job_id":"cfd9e27c-1f7a-4c74-bfdd-e0813923b97c","html_url":"https://github.com/trly/quad-ops","commit_stats":null,"previous_names":["trly/quad-ops"],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/trly/quad-ops","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trly%2Fquad-ops","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trly%2Fquad-ops/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trly%2Fquad-ops/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trly%2Fquad-ops/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trly","download_url":"https://codeload.github.com/trly/quad-ops/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trly%2Fquad-ops/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264505733,"owners_count":23618962,"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":["podman","quadlet"],"created_at":"2025-07-10T00:01:40.551Z","updated_at":"2025-07-10T00:02:25.231Z","avatar_url":"https://github.com/trly.png","language":"Go","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# Quad-Ops\n\n![Build](https://github.com/trly/quad-ops/actions/workflows/build.yml/badge.svg) ![Docs](https://github.com/trly/quad-ops/actions/workflows/docs.yaml/badge.svg) ![GitHub License](https://img.shields.io/github/license/trly/quad-ops) ![GitHub Release](https://img.shields.io/github/v/release/trly/quad-ops) [![codecov](https://codecov.io/gh/trly/quad-ops/graph/badge.svg?token=ID6CGJPXR6)](https://codecov.io/gh/trly/quad-ops)\n\n## GitOps for Quadlet\n\nQuad-Ops is a lightweight GitOps framework for Podman containers managed by [Quadlet](https://docs.podman.io/en/latest/markdown/podman-systemd.unit.5.html). It watches Git repositories for standard Docker Compose files and automatically converts them into systemd unit files to run your containers.\n\n**For comprehensive documentation, visit [https://trly.github.io/quad-ops/](https://trly.github.io/quad-ops/)**\n\n## Key Features\n\n- Monitor multiple Git repositories for container configurations\n- Support for standard Docker Compose files (services, networks, volumes, secrets)\n- Support for Podman-specific features like exposing secrets as environment variables\n- **Init containers** - Run initialization containers before main services start (similar to Kubernetes)\n- Automatic detection of service-specific environment files\n- Automated dependencies via systemd unit relationships\n- Intelligent restarts - only restarts services that changed and their dependents\n- Works in both system-wide and user (rootless) modes\n\n## Configuration Example\n\n```yaml\nrepositories:\n  - name: quad-ops-compose  # Repository name (required)\n    url: \"https://github.com/example/repo.git\"  # Git repository URL (required)\n    ref: \"main\"  # Git reference to checkout: branch, tag, or commit hash (optional)\n    composeDir: \"compose\"  # Subdirectory where Docker Compose files are located (optional)\n```\n\n## Getting Started with Development\n\n```bash\n# Clone the repository\ngit clone https://github.com/trly/quad-ops.git\ncd quad-ops\n\n# Build the binary\ngo build -o quad-ops cmd/quad-ops/main.go\n\n# Run tests\ngo test -v ./...\n\n# Run linting\nmise exec -- golangci-lint run\n```\n\n## Installation\n\n```bash\n# Build the binary\ngo build -o quad-ops cmd/quad-ops/main.go\n\n# Move to system directory\nsudo mv quad-ops /usr/local/bin/\n\n# Copy the example config file\nsudo mkdir -p /etc/quad-ops\nsudo cp configs/config.yaml.example /etc/quad-ops/config.yaml\n\n# Install the systemd service file (optional)\nsudo cp build/quad-ops.service /etc/systemd/system/quad-ops.service\n\n# Reload systemd daemon\nsudo systemctl daemon-reload\n\n# Enable and start the service\nsudo systemctl enable --now quad-ops\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/trly.github.io%2Fquad-ops%2F","html_url":"https://awesome.ecosyste.ms/projects/trly.github.io%2Fquad-ops%2F","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/trly.github.io%2Fquad-ops%2F/lists"}