{"id":36586223,"url":"https://github.com/michaelcoll/gallery-daemon","last_synced_at":"2026-01-12T08:03:27.984Z","repository":{"id":59325435,"uuid":"526875616","full_name":"michaelcoll/gallery-daemon","owner":"michaelcoll","description":"The daemon for the gallery app","archived":false,"fork":false,"pushed_at":"2025-12-24T06:05:40.000Z","size":24557,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-25T19:30:07.450Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/michaelcoll.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":"2022-08-20T09:01:24.000Z","updated_at":"2025-12-24T06:05:44.000Z","dependencies_parsed_at":"2024-01-03T08:23:13.135Z","dependency_job_id":null,"html_url":"https://github.com/michaelcoll/gallery-daemon","commit_stats":{"total_commits":68,"total_committers":3,"mean_commits":"22.666666666666668","dds":"0.27941176470588236","last_synced_commit":"b4c6386921527c48d8eeb381fe77f47ba40481f9"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/michaelcoll/gallery-daemon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelcoll%2Fgallery-daemon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelcoll%2Fgallery-daemon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelcoll%2Fgallery-daemon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelcoll%2Fgallery-daemon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michaelcoll","download_url":"https://codeload.github.com/michaelcoll/gallery-daemon/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelcoll%2Fgallery-daemon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28336992,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"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":"2026-01-12T08:03:26.567Z","updated_at":"2026-01-12T08:03:27.971Z","avatar_url":"https://github.com/michaelcoll.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--suppress HtmlDeprecatedAttribute --\u003e\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/michaelcoll/gallery-web/main/doc/logo.png\" alt=\"Logo\" /\u003e\u003cbr /\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    A simple decentralized photo gallery\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/actions/workflow/status/michaelcoll/gallery-daemon/build.yml?branch=main\" alt=\"build tag\" /\u003e\n    \u003cimg src=\"https://img.shields.io/github/v/release/michaelcoll/gallery-daemon\" alt=\"version tag\" /\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/michaelcoll/gallery-daemon\" alt=\"licence tag\" /\u003e\n\u003c/p\u003e\n\n# gallery-daemon\nThe daemon for the gallery app\n\n## Usage\n### Indexation only\n```\n$ ./gallery-daemon index --help\nStarts the daemon in index mode only.\n\nIndexes the given folder and create a database file.\n\nUsage:\n  gallery-daemon index [flags]\n\nFlags:\n  -h, --help   help for index\n\nGlobal Flags:\n  -f, --folder string   The folder containing the photos (default \".\")\n      --local-db        Place the database in the current folder\n      --verbose         Verbose display\n```\n\n### Serve\n```\n$ ./gallery-daemon serve --help\nStarts the daemon in server mode.\n\nIn this mode it will :\n - index the images if the database is not up-to-date\n - register the daemon to the backend\n - watch for file changes\n - serve backend requests\n\nUsage:\n  gallery-daemon serve [flags]\n\nFlags:\n  -H, --external-host string   External host (default \"localhost\")\n  -h, --help                   help for serve\n  -n, --name string            Daemon name (default \"localhost-daemon\")\n  -o, --owner string           Daemon owner email (default \"no@name.com\")\n  -p, --port int32             Grpc Port (default 9000)\n      --re-index               Launch a full re-indexation\n\nGlobal Flags:\n  -f, --folder string   The folder containing the photos (default \".\")\n      --local-db        Place the database in the current folder\n      --verbose         Verbose display\n```\n\n## Exemple\n\n![](doc/gallery-daemon.webp)\n\n## Docker image usage\n```\ndocker run -ti --rm \\\n-e OWNER=owner@mail.com \\\n-e DAEMON_NAME=docker-daemon \\\n-v ~/Images/Photos:/media \\\n-p 9001:9000 \\\nghcr.io/michaelcoll/gallery-daemon:latest\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelcoll%2Fgallery-daemon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelcoll%2Fgallery-daemon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelcoll%2Fgallery-daemon/lists"}