{"id":16542874,"url":"https://github.com/binhex/arch-fdroidserver","last_synced_at":"2026-05-11T17:34:28.111Z","repository":{"id":195814891,"uuid":"650587221","full_name":"binhex/arch-fdroidserver","owner":"binhex","description":"Docker build script for Arch Linux base with F-Droid Server","archived":false,"fork":false,"pushed_at":"2026-03-18T09:11:39.000Z","size":48,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-19T00:45:21.565Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/binhex.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":"2023-06-07T11:37:19.000Z","updated_at":"2026-03-18T09:11:43.000Z","dependencies_parsed_at":"2024-03-31T17:42:45.131Z","dependency_job_id":"4fdd9643-7ad7-4ca3-b988-891c1bee8744","html_url":"https://github.com/binhex/arch-fdroidserver","commit_stats":null,"previous_names":["binhex/arch-fdroidserver"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/binhex/arch-fdroidserver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-fdroidserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-fdroidserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-fdroidserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-fdroidserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binhex","download_url":"https://codeload.github.com/binhex/arch-fdroidserver/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-fdroidserver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32906164,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-11T17:09:15.040Z","status":"ssl_error","status_checked_at":"2026-05-11T17:08:45.420Z","response_time":120,"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":"2024-10-11T18:58:45.210Z","updated_at":"2026-05-11T17:34:28.107Z","avatar_url":"https://github.com/binhex.png","language":"Shell","funding_links":["https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif","https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=MM5E27UX6AUU4"],"categories":[],"sub_categories":[],"readme":"# Application\n\n[F-Droid Server](https://f-droid.org/en/)\n\n## Description\n\nF-Droid is an installable catalogue of FOSS (Free and Open Source Software)\napplications for the Android platform. The client makes it easy to browse,\ninstall, and keep track of updates on your device.\n\n## Build notes\n\nLatest stable F-Droid Server release from Arch Linux AUR.\n\n## Usage\n\n```bash\ndocker run -d \\\n    --rm \\\n    --name=\u003ccontainer name\u003e \\\n    -v \u003cpath for config files\u003e:/config \\\n    -v /etc/localtime:/etc/localtime:ro \\\n    -e FDROID_COMMAND=\u003ccommaand to issue\u003e \\\n    -e HEALTHCHECK_COMMAND=\u003ccommand\u003e \\\n    -e HEALTHCHECK_ACTION=\u003caction\u003e \\\n    -e HEALTHCHECK_HOSTNAME=\u003chostname\u003e \\\n    -e UMASK=\u003cumask for created files\u003e \\\n    -e PUID=\u003cuid for user\u003e \\\n    -e PGID=\u003cgid for user\u003e \\\n    binhex/arch-fdroidserver\n```\n\nPlease replace all user variables in the above command defined by \u003c\u003e with the\ncorrect values.\n\n## Access application\n\nCLI only\n\n## Example\n\n```bash\ndocker run -d \\\n    --rm \\\n    --name=fdroidserver \\\n    -v /apps/docker/fdroidserver:/config \\\n    -v /etc/localtime:/etc/localtime:ro \\\n    -e FDROID_COMMAND=init \\\n    -e UMASK=000 \\\n    -e PUID=0 \\\n    -e PGID=0 \\\n    binhex/arch-fdroidserver\n```\n\n## Notes\n\nUser ID (PUID) and Group ID (PGID) can be found by issuing the following\ncommand for the user you want to run the container as:-\n\n```bash\nid \u003cusername\u003e\n```\n\n___\nIf you appreciate my work, then please consider buying me a beer  :D\n\n[![PayPal donation](https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=MM5E27UX6AUU4)\n\n[Documentation](https://github.com/binhex/documentation) | [Support forum](https://forums.lime-technology.com/topic/61433-support-binhex-jackett/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinhex%2Farch-fdroidserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinhex%2Farch-fdroidserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinhex%2Farch-fdroidserver/lists"}