{"id":34775133,"url":"https://github.com/paradox460/fly-grocy","last_synced_at":"2026-05-23T08:03:10.078Z","repository":{"id":230790684,"uuid":"779837130","full_name":"paradox460/fly-grocy","owner":"paradox460","description":"Hosting grocy on fly.io","archived":false,"fork":false,"pushed_at":"2024-04-01T23:49:32.000Z","size":6,"stargazers_count":3,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-26T19:47:54.465Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/paradox460.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-03-30T23:12:17.000Z","updated_at":"2025-12-21T15:47:25.000Z","dependencies_parsed_at":"2024-04-01T00:32:03.743Z","dependency_job_id":"e4f3765e-f44d-4a1e-8f7c-48ba6d2b95b0","html_url":"https://github.com/paradox460/fly-grocy","commit_stats":null,"previous_names":["paradox460/fly-grocy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/paradox460/fly-grocy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradox460%2Ffly-grocy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradox460%2Ffly-grocy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradox460%2Ffly-grocy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradox460%2Ffly-grocy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paradox460","download_url":"https://codeload.github.com/paradox460/fly-grocy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradox460%2Ffly-grocy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33387657,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T04:15:53.637Z","status":"ssl_error","status_checked_at":"2026-05-23T04:15:53.242Z","response_time":53,"last_error":"SSL_read: 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":"2025-12-25T08:14:48.423Z","updated_at":"2026-05-23T08:03:10.047Z","avatar_url":"https://github.com/paradox460.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Grocy on Fly\n\nThese are my minimal changes to the [linuxserver.io grocy image](https://github.com/linuxserver/docker-grocy) to get it running on [fly.io](https://fly.io/). They're mostly around resolving issues with linuxserver containers wanting to run at PID 1, which fly will not allow\n\n[Grocy](https://grocy.info) is an ERP for your home. Aka a grocery list manager and inventory tracker, with other cool superpowers.\n\n## Deploying\n\nThis is pretty much your standard fly docker container deployment. You'll need to edity `fly.toml` with nominal changes, i.e. changing app name to your preferred name and region to one geographically close to you.\n\nYou'll need to create a volume on fly, for grocy data to be stored in\n\n```sh\nflyctl volumes create grocy_data --size 1 --region den\n```\n\nFinally, once you've tried to start the app, you might notice it's not working. This is because nginx is misreading the `resolver.conf` file and interpreting the `::` in an IPv6 address as a port. Copy the contents of `modified-resolver.conf` over the file located at `/config/nginx/resolver.conf` and restart your app.\n\n\n## Why Fly?\n\nThere are a few reasons to run Grocy remotely, as opposed to on a home server, and a few advantages of picking Fly.io to do this.\n\nRunning it remotely allows you to use the various mobile apps, or access it from your phone's browser, while _at_ the store. Running it on a home server, you have to either have a public IP (dynamic or otherwise) and access it over that, or use a VPN of some sort. Android's approach to VPN handling leaves a lot to be desired; always on connections are unreasonably cumbersome. For non-technical people, the slight obstacle of having to turn on a VPN to access the grocery list is too obnoxious to ensure long term use.\n\nThere are many options for hosting Grocy, but Fly ultimately wins out on a few factors. There is a generous free tier, more than enough to run Grocy and a few other applications without paying anything, and Fly has a unique feature that will [shut down unused applications until they're used again](https://fly.io/docs/apps/autostart-stop/). This means that at 3 AM when no one is using your Grocy instance, you're not paying for it to be up and awaiting connections.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparadox460%2Ffly-grocy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparadox460%2Ffly-grocy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparadox460%2Ffly-grocy/lists"}