{"id":13582825,"url":"https://github.com/hardillb/traefik-avahi-helper","last_synced_at":"2025-03-22T07:32:28.277Z","repository":{"id":40414712,"uuid":"300041428","full_name":"hardillb/traefik-avahi-helper","owner":"hardillb","description":"A container to create mDNS CNAMEs for Traefik exposed container","archived":false,"fork":false,"pushed_at":"2023-09-30T14:25:51.000Z","size":65,"stargazers_count":38,"open_issues_count":2,"forks_count":10,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-18T09:37:46.426Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hardillb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["hardillb"]}},"created_at":"2020-09-30T19:41:56.000Z","updated_at":"2025-01-12T17:15:31.000Z","dependencies_parsed_at":"2023-02-17T00:30:47.109Z","dependency_job_id":"ea58fac6-9777-4a1f-8ca4-3b9a862d0b64","html_url":"https://github.com/hardillb/traefik-avahi-helper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardillb%2Ftraefik-avahi-helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardillb%2Ftraefik-avahi-helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardillb%2Ftraefik-avahi-helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardillb%2Ftraefik-avahi-helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hardillb","download_url":"https://codeload.github.com/hardillb/traefik-avahi-helper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244925175,"owners_count":20532873,"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":[],"created_at":"2024-08-01T15:03:03.400Z","updated_at":"2025-03-22T07:32:27.855Z","avatar_url":"https://github.com/hardillb.png","language":"JavaScript","funding_links":["https://github.com/sponsors/hardillb"],"categories":["JavaScript"],"sub_categories":[],"readme":"# traefik-avahi-helper\n\nA helper container to expose proxied containers as mDNS CNAMEs that are being proxied by\nthe offical Traefik docker container.\n\nIt reads the same container labels as the Traefik container e.g.\n\n```\ntraefik.http.routers.r1.rule=Host(`r1.docker.local`)\n```\n\nThis will create a CNAME entry of `r1.docker.local`\n\n## Installing\n\n`docker pull hardillb/traefik-avahi-helper`\n\nCurrently there are AMD64 and ARM64 based builds.\n\n## Running\n\nTo work this needs the following 2 volumes mounting:\n\n\n` -v /var/run/docker.sock:/var/run/docker.sock`\n\nThis allows the container to monitor docker\n\n` -v /run/dbus/system_bus_socket:/run/dbus/system_bus_socket`\n\nAnd this allows the container to send d-bus commands to the host OS's Avahi daemon\n\n```\n$ docker run -d -v /var/run/docker.sock:/var/run/docker.sock -v /run/dbus/system_bus_socket:/run/dbus/system_bus_socket hardillb/traefik-avahi-helper \n```\n\n## AppArmor\n\nIf you are running on system with AppArmor installed you may get errors about not being able to send d-bus messages. To fix this add\n`--privileged` to the command line.\n\nThis is a temp workaround until I can work out a suitable policy to apply.\n\n## Acknowledgement\n\nThis uses and borrows heavily from [mdns-publisher](https://github.com/alticelabs/mdns-publisher)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhardillb%2Ftraefik-avahi-helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhardillb%2Ftraefik-avahi-helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhardillb%2Ftraefik-avahi-helper/lists"}