{"id":19571351,"url":"https://github.com/gemrest/momoka","last_synced_at":"2026-02-25T00:37:04.765Z","repository":{"id":245673280,"uuid":"818888801","full_name":"gemrest/momoka","owner":"gemrest","description":"🏕️ A Gemini-to-Gopher proxy that bridges the smolweb to even more smolweb","archived":false,"fork":false,"pushed_at":"2026-02-20T14:31:02.000Z","size":59,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-20T18:52:24.309Z","etag":null,"topics":["gemini","gemini-protocol","gopher","gopher-protocol","proxy","smolweb"],"latest_commit_sha":null,"homepage":"gopher://fuwn.me:70/","language":"Gleam","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/gemrest.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},"funding":{"github":["fuwn"]}},"created_at":"2024-06-23T06:54:30.000Z","updated_at":"2026-02-20T16:13:36.000Z","dependencies_parsed_at":"2024-06-23T10:35:40.538Z","dependency_job_id":"f988e435-ba75-460e-8704-b70d3bec5be0","html_url":"https://github.com/gemrest/momoka","commit_stats":null,"previous_names":["fuwn/momoka"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/gemrest/momoka","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemrest%2Fmomoka","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemrest%2Fmomoka/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemrest%2Fmomoka/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemrest%2Fmomoka/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gemrest","download_url":"https://codeload.github.com/gemrest/momoka/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemrest%2Fmomoka/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29806730,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T22:43:48.403Z","status":"ssl_error","status_checked_at":"2026-02-24T22:43:18.536Z","response_time":75,"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":["gemini","gemini-protocol","gopher","gopher-protocol","proxy","smolweb"],"created_at":"2024-11-11T06:18:35.788Z","updated_at":"2026-02-25T00:37:04.737Z","avatar_url":"https://github.com/gemrest.png","language":"Gleam","funding_links":["https://github.com/sponsors/fuwn"],"categories":[],"sub_categories":[],"readme":"# 🏕️ Momoka\n\n\u003e A Gemini-to-Gopher proxy that bridges the smolweb to even more smolweb\n\nMomoka is a [Gopher](https://www.rfc-editor.org/info/rfc1436) proxy that sits in\nbetween Gopher clients and [Gemini](https://fuwn.me/proxy/geminiprotocol.net/)\nservers. It translates any Gemini requests containing Gemtext into\nGopher-compatible responses.\n\nMomoka is written in under 350 (345) lines of code in the functional\n[Gleam](https://gleam.run) programming language. It's designed to be small and\nsimple.\n\n\u003cbr\u003e\n\nFor reference of accuracy, here is a screenshot of the\n[Lagrange](https://gmi.skyjake.fi/lagrange/) client displaying both the Gopher\nand the Gemini responses side-by-side. It's **literally** the same output.\n\n\u003cp align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003cimg src=\"https://i.imgur.com/07aLdRj.png\" width=\"75%\"\u003e\n\u003c/p\u003e\n\n## Usage\n\nIf you'd like to test out a production deployment of Momoka, you can visit\n[`gopher://fuwn.me:70/1`](gopher://fuwn.me:70/1).\n\n### Local\n\n```bash\n$ git clone git@github.com:Fuwn/momoka.git\n$ cd momoka\n$ gleam run\n$ # or\n$ nix run\n```\n\n### Docker\n\n```shell\ndocker run -p '70:70' --rm fuwn/momoka:latest\n```\n\n### Proxy\n\nBy default, top-level requests, like `gopher://fuwn.me/1`, are proxied to\ntheir mapped Gemini equivalents. Here are a few examples.\n\n- [`gopher://fuwn.me`](gopher://fuwn.me) =\u003e\n  [`gemini://fuwn.me`](gemini://fuwn.me)\n- [`gopher://fuwn.me/1`](gopher://fuwn.me/1) =\u003e\n  [`gemini://fuwn.me`](gemini://fuwn.me)\n- [`gopher://fuwn.me/1/index2`](gopher://fuwn.me/1/index2) =\u003e\n  [`gemini://fuwn.me/index2`](gemini://fuwn.me/index2)\n\nPrepending `/proxy/` to the path will allow you to proxy any Gemini server.\nHere are a few examples.\n\n- [`gopher://fuwn.me/1/proxy/geminiprotocol.net`](gopher://fuwn.me/1/proxy/geminiprotocol.net)\n  =\u003e [`gemini://geminiprotocol.net`](gemini://geminiprotocol.net)\n- [`gopher://fuwn.me/1/proxy/fuwn.me/index2`](gopher://fuwn.me/1/proxy/fuwn.me/index2)\n  =\u003e [`gemini://fuwn.me/index2`](`gemini://fuwn.me/index2`)\n\n### Configuration\n\nMomoka contains three environment variables that can be set to your liking.\n\n- `ROOT` – The root Gemini capsule to proxy for top-level requests (defaults to\n  `fuwn.me`)\n- `PORT` – The port to listen on for Gopher clients (defaults to `70`)\n- `GEMINI_PROXY` – A raw-Gemtext producing Gemini-to-HTTP proxy. (defaults to\n  the [fuwn.me](https://fuwn.me)\n  [September](https://github.com/gemrest/september) instance)\n\n## GemRest\n\nI'm also the author of [GemRest](https://github.com/gemrest), the largest\norganisation of Gemini-oriented software, tooling, and libraries. If you're\ninterested in Gemini, I'd recommend checking it out.\n\n## Licence\n\nThis project is licensed with the [GNU General Public License v3.0](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgemrest%2Fmomoka","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgemrest%2Fmomoka","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgemrest%2Fmomoka/lists"}