{"id":26880036,"url":"https://github.com/mobilpadde/pocketstream","last_synced_at":"2026-02-17T08:03:16.615Z","repository":{"id":154048368,"uuid":"631369633","full_name":"Mobilpadde/pocketstream","owner":"Mobilpadde","description":"Pocketbase + LiteStream 🤷","archived":false,"fork":false,"pushed_at":"2023-04-23T11:54:58.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-24T17:24:26.003Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mobilpadde.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":"2023-04-22T20:05:07.000Z","updated_at":"2024-12-04T05:25:10.000Z","dependencies_parsed_at":"2023-04-29T21:43:54.939Z","dependency_job_id":null,"html_url":"https://github.com/Mobilpadde/pocketstream","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mobilpadde/pocketstream","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mobilpadde%2Fpocketstream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mobilpadde%2Fpocketstream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mobilpadde%2Fpocketstream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mobilpadde%2Fpocketstream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mobilpadde","download_url":"https://codeload.github.com/Mobilpadde/pocketstream/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mobilpadde%2Fpocketstream/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29537257,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T05:00:25.817Z","status":"ssl_error","status_checked_at":"2026-02-17T04:57:16.126Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":"2025-03-31T13:34:36.939Z","updated_at":"2026-02-17T08:03:16.600Z","avatar_url":"https://github.com/Mobilpadde.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PocketStream\n\n\u003e A **pocket**base and lite**stream** combined Docker-image\n\nThis is inspired by [Ben Johnson](https://github.com/benbjohnson/litestream-docker-example)'s own Dockerfile example for [litestream](https://github.com/benbjohnson/litestream) and [Pocketbase](https://github.com/pocketbase/pocketbase).\n\nI decided, for reasons unknown, to make an image with both litestream and pocketbase in one, as the example from Ben Johnson above.\n\nThis is simply my take.\n\n## Run directly\n\nThis is ran in **almost** same way as the example mentioned above.\n\n```sh\ndocker run \\\n  -p 8090:80890 \\ # exposing of the pocketbase admin-UI - if wanted\n  -v /path/to/litestream.yml:/etc/litestream.yml \\ # your custom config for litestream\n  -v ${PWD}:/data \\ # only if you want the look at the data locally\n  -e REPLICA_URL=s3://BUCKET/db \\ # should probably be the same as in the litestream-config\n  ghcr.io/mobilpadde/pocketstream\n```\n\n## As base image\n\nPersonally I'm probably going to use this way, as I might want to build further upon this.\n\n```Dockerfile\nFROM ghcr.io/mobilpadde/pocketstream\nENV REPLICA_URL=s3://BUCKET/db\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmobilpadde%2Fpocketstream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmobilpadde%2Fpocketstream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmobilpadde%2Fpocketstream/lists"}