{"id":19068055,"url":"https://github.com/ensody/avahi","last_synced_at":"2026-03-10T00:32:29.801Z","repository":{"id":206875525,"uuid":"717879498","full_name":"ensody/avahi","owner":"ensody","description":"Avahi Docker image (auto-updated)","archived":false,"fork":false,"pushed_at":"2024-08-25T09:11:04.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-16T01:34:18.786Z","etag":null,"topics":["auto-updated","avahi","bonjour","docker","docker-image","mdns","podman","zeroconf"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/ensody.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":"2023-11-12T21:49:16.000Z","updated_at":"2024-08-25T09:11:07.000Z","dependencies_parsed_at":"2024-02-04T12:48:39.049Z","dependency_job_id":null,"html_url":"https://github.com/ensody/avahi","commit_stats":null,"previous_names":["ensody/avahi"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ensody%2Favahi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ensody%2Favahi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ensody%2Favahi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ensody%2Favahi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ensody","download_url":"https://codeload.github.com/ensody/avahi/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232213371,"owners_count":18489544,"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":["auto-updated","avahi","bonjour","docker","docker-image","mdns","podman","zeroconf"],"created_at":"2024-11-09T01:03:38.807Z","updated_at":"2026-03-10T00:32:24.776Z","avatar_url":"https://github.com/ensody.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Avahi Docker image\n\nThis is a simple Avahi Docker image.\n\nThe CI automatically checks for updates (e.g. security fixes) several times per day and publishes a new image only when necessary. So, this image could be used with podman-auto-update or Watchtower.\n\n## Defaults\n\nThere's a [default avahi-daemon.conf](https://github.com/ensody/avahi/blob/main/avahi-daemon.conf).\n\n## Volumes\n\nUsually you can just add one or more service definitions to `/etc/avahi/services`.\n\nFor more customization you can add your own `/etc/avahi/avahi-daemon.conf` or override the whole `/etc/avahi` folder.\n\n## Example\n\nThis will add a Samba service for auto-discovery on Linux and macOS, including Time Machine support.\n\n```sh\nAVAHI_ROOT=/var/data/samba-avahi\nmkdir -p \"$AVAHI_ROOT/services\"\ncat \u003e \"$AVAHI_ROOT/smb.service\" \u003c\u003cEOF\n\u003c?xml version=\"1.0\" standalone='no'?\u003e\n\u003c!DOCTYPE service-group SYSTEM \"avahi-service.dtd\"\u003e\n\u003cservice-group\u003e\n  \u003cname replace-wildcards=\"yes\"\u003e%h\u003c/name\u003e\n  \u003cservice\u003e\n    \u003ctype\u003e_adisk._tcp\u003c/type\u003e\n    \u003ctxt-record\u003esys=waMa=0,adVF=0x100\u003c/txt-record\u003e\n    \u003ctxt-record\u003edk0=adVN=TimeMachine,adVF=0x82\u003c/txt-record\u003e\n  \u003c/service\u003e\n  \u003cservice\u003e\n    \u003ctype\u003e_smb._tcp\u003c/type\u003e\n    \u003cport\u003e445\u003c/port\u003e\n  \u003c/service\u003e\n\u003c/service-group\u003e\nEOF\n\ndocker run --restart always -d --name samba-avahi --net=host -v \"$AVAHI_ROOT/services/:/etc/avahi/services/\" ghcr.io/ensody/avahi:latest\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fensody%2Favahi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fensody%2Favahi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fensody%2Favahi/lists"}