{"id":41269795,"url":"https://github.com/sams96/bookmark-feeder","last_synced_at":"2026-01-23T02:22:41.574Z","repository":{"id":309210770,"uuid":"1035480273","full_name":"sams96/bookmark-feeder","owner":"sams96","description":"Firefox bookmarks -\u003e atom feed","archived":false,"fork":false,"pushed_at":"2025-08-19T19:35:24.000Z","size":31,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-19T21:26:23.669Z","etag":null,"topics":["bookmarks","firefox","rss","self-hosting"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sams96.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-08-10T13:46:47.000Z","updated_at":"2025-08-19T19:33:57.000Z","dependencies_parsed_at":"2025-08-10T16:24:15.507Z","dependency_job_id":"f84fb0ea-a94f-4e4a-bd6c-5ec052b5650f","html_url":"https://github.com/sams96/bookmark-feeder","commit_stats":null,"previous_names":["sams96/bookmark-feeder"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/sams96/bookmark-feeder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sams96%2Fbookmark-feeder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sams96%2Fbookmark-feeder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sams96%2Fbookmark-feeder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sams96%2Fbookmark-feeder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sams96","download_url":"https://codeload.github.com/sams96/bookmark-feeder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sams96%2Fbookmark-feeder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28678145,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T01:00:35.747Z","status":"online","status_checked_at":"2026-01-23T02:00:08.296Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bookmarks","firefox","rss","self-hosting"],"created_at":"2026-01-23T02:22:40.977Z","updated_at":"2026-01-23T02:22:41.558Z","avatar_url":"https://github.com/sams96.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bookmark Feeder\n\nBookmark feeder is a service that loads bookmarks from Firefox Sync and exposes\nthem as an atom feed.\n\n## Usage\n\nTo run with docker-compose\n\n```yaml\nversion: \"3.4\"\n\nservices:\n  bookmark-feeder:\n    image: ghcr.io/sams96/bookmark-feeder:latest\n    container_name: bookmark-feeder\n    restart: unless-stopped\n    ports:\n      - \"19928:19928\"\n    env_file: \".env\"\n```\n\nor as a plain docker command\n\n```bash\ndocker run --name bookmark-feeder --restart unless-stopped -p 19928:19928 --env-file .env ghcr.io/sams96/bookmark-feeder:latest\n```\n\nThese fields are required in your `.env` file.\n\n```env\nBOOKMARK_FEEDER_SYNC_EMAIL=\u003csync email\u003e\nBOOKMARK_FEEDER_SYNC_PASSWORD=\u003csync password\u003e\nBOOKMARK_FEEDER_BOOKMARK_FOLDER=\u003cbookmark folder to extract from\u003e\n```\n\nAnd these are optional, the defaults are included here.\n\n```env\nBOOKMARK_FEEDER_SERVER_ADDRESS=\":19928\"\nBOOKMARK_FEEDER_FEED_TITLE=\"Bookmarks Feed\"\nBOOKMARK_FEEDER_FEED_LINK=\"\"\nBOOKMARK_FEEDER_FEED_DESC=\"A collection of bookmarks exported to Atom feed format.\"\nBOOKMARK_FEEDER_FEED_AUTHOR=\"Bookmark Feeder\"\n```\n\nOnce set up, just add `\u003cyour server address\u003e:19928` to your feed reader of\nchoice and enjoy.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsams96%2Fbookmark-feeder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsams96%2Fbookmark-feeder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsams96%2Fbookmark-feeder/lists"}