{"id":31996809,"url":"https://github.com/mufeedali/quad-bucket","last_synced_at":"2026-02-20T17:02:08.456Z","repository":{"id":316098904,"uuid":"1058276519","full_name":"mufeedali/quad-bucket","owner":"mufeedali","description":"My precious quadlets. This is most of my self-hosted services. [NOTE: This is a mirror from the actual repo hosted on my domain.]","archived":false,"fork":false,"pushed_at":"2026-02-16T02:57:31.000Z","size":122,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-16T09:49:39.836Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","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/mufeedali.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-16T21:48:38.000Z","updated_at":"2026-02-16T02:57:33.000Z","dependencies_parsed_at":"2026-02-08T16:02:17.992Z","dependency_job_id":null,"html_url":"https://github.com/mufeedali/quad-bucket","commit_stats":null,"previous_names":["mufeedali/quad-bucket"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mufeedali/quad-bucket","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mufeedali%2Fquad-bucket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mufeedali%2Fquad-bucket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mufeedali%2Fquad-bucket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mufeedali%2Fquad-bucket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mufeedali","download_url":"https://codeload.github.com/mufeedali/quad-bucket/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mufeedali%2Fquad-bucket/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29658167,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T16:33:43.953Z","status":"ssl_error","status_checked_at":"2026-02-20T16:33:43.598Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2025-10-15T13:58:23.568Z","updated_at":"2026-02-20T17:02:08.451Z","avatar_url":"https://github.com/mufeedali.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quad-Bucket\n\nCollection of [quadlets](https://docs.podman.io/en/latest/markdown/podman-systemd.unit.5.html).\n\nI also make use of some compose stacks: [`compose-bucket`](https://github.com/mufeedali/compose-bucket).\n\n## Structure\n\n- Service-based dirs: `actual/`, `beaver/`, etc.\n  - `\u003ccontainer-name\u003e.container`: Quadlet unit\n  - `container-data/`: Data\n  - `container-config/`: Config\n  - `.env`: Private vars\n  - `.env.example`: Template\n\n### Container File Format\n\nAll `.container` files follow this structure:\n\n```\n[Unit]\n[Service]\n[Install]\n[Container]\n  # Container properties\n    ContainerName -\u003e Image -\u003e AutoUpdate -\u003e Pull\n  # Environment options\n    Environment vars -\u003e EnvironmentFile\n  # User options\n    User -\u003e Group -\u003e UserNS\n  # Network options\n    Network -\u003e NetworkAlias -\u003e PublishPort\n  # Volume binds\n    Data -\u003e Config -\u003e System files\n  # Traefik Labels\n    enable -\u003e rule -\u003e entrypoints -\u003e middlewares -\u003e services\n  # Glance Labels\n    name -\u003e icon -\u003e url -\u003e description -\u003e id\n```\n\nSee `beaver.container` for reference.\n\n## Setup\n\n1. Clone repo\n2. Symlink: `ln -s (pwd) ~/.config/containers/systemd`\n3. `systemctl --user daemon-reload`\n4. Copy/edit `.env` from `.env.example`\n\n## Management\n\n- Start: `systemctl --user start \u003cservice\u003e.container`\n- Stop: `systemctl --user stop \u003cservice\u003e.container`\n- Status: `systemctl --user status \u003cservice\u003e.container`\n- Enable: `systemctl --user enable \u003cservice\u003e.container`\n\n## GitOps\n\nI auto-update container images via Renovate + auto-deploy on push. Well, not truly \"auto\" since I merge manually to make sure there's some level of stability via pinning.\n\n```\nRenovate (hourly + on-push) -\u003e PR with update -\u003e Manual Merge via Web UI or Mobile app\n-\u003e Update .container images -\u003e Forgejo Push Trigger -\u003e Webhook\n-\u003e touch trigger -\u003e systemd .path -\u003e Pull changes -\u003e Restart relevant containers\n```\n\n## Dev\n\n- Update `.env.example` files with `qh generate env` (quadlet-helper). There's also a pre-commit hook in the .githooks directory.\n\n### Traefik\n\n- Update Cloudflare IPs in `traefik.yaml` with `qh cloudflare run`. Automate using `qh cloudflare install`.\n- Update `traefik.yaml.example` file with `qh generate traefik`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmufeedali%2Fquad-bucket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmufeedali%2Fquad-bucket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmufeedali%2Fquad-bucket/lists"}