{"id":15918504,"url":"https://github.com/trmid/pool-limo","last_synced_at":"2025-04-03T12:12:32.233Z","repository":{"id":65724044,"uuid":"597798851","full_name":"trmid/pool-limo","owner":"trmid","description":"A static gateway service for .pool domains","archived":false,"fork":false,"pushed_at":"2023-02-08T22:17:01.000Z","size":2166,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-09T01:24:13.849Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pool.limo","language":"HTML","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/trmid.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}},"created_at":"2023-02-05T17:14:10.000Z","updated_at":"2024-04-22T03:02:37.000Z","dependencies_parsed_at":"2023-02-19T10:45:36.619Z","dependency_job_id":null,"html_url":"https://github.com/trmid/pool-limo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trmid%2Fpool-limo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trmid%2Fpool-limo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trmid%2Fpool-limo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trmid%2Fpool-limo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trmid","download_url":"https://codeload.github.com/trmid/pool-limo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246998218,"owners_count":20866696,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-06T18:42:24.935Z","updated_at":"2025-04-03T12:12:32.210Z","avatar_url":"https://github.com/trmid.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"![pool.limo logo](https://pool.limo/img/banner.png)\n\n## About\n\n`pool.limo` is a gateway service to serve decentralized websites managed by a `.pool` domain. You can learn more about `.pool` domains at [names.pooly.me](https://names.pooly.me/).\n\n## Limitations\n\n`pool.limo` is inspired by ENS gateways like [eth.limo](https://eth.limo). However, pool.limo takes a different approach to bring operational costs to a minimum. If you're used to using `eth.limo`, here are some of the differences to expect:\n\n|                    | pool.limo                | eth.limo           |\n|--------------------|--------------------------|--------------------|\n| Hosting            | static                   | dynamic            |\n| Name Resolution    | client-side              | server-side        |\n| Content Resolution | IPFS/(IPNS gateway only) | IPFS/IPNS/Skynet   |\n| SEO Optimized      | no                       | partial            |\n| Requires JavaScript| yes                      | no                 |\n| Service Workers    | no support               | full support       |\n| Data Collection    | none                     | caches request     |\n\n*If there is more demand (and funding) for the advanced features that other gateways offer, they may be added to the pool.limo service in the future.*\n\n## Summary\n\n`pool.limo` is a great service for serving simple decentralized content **FOR FREE** through your `.pool` name, but is not designed for production-grade applications.\n\n# How to Host a Website with pool.limo\n\n## Step 1: Buy a `.pool` domain\n\n- Go to [names.pooly.me](https://names.pooly.me/) and purchase a new name if you don't already have one.\n\n## Step 2: Create a decentralized website\n\n- Create a static website and pin the files to your local IPFS node or on a pinning service like [pinata](https://pinata.cloud).\n\n- If you don't know how to code a static website, you can start by copying and pasting this template into a text editor and saving the file as `index.html`:\n\n```html\n\u003c!DOCTYPE html\u003e\n\u003chtml\u003e\n  \u003chead\u003e\n    \u003ctitle\u003ePage Title\u003c/title\u003e\n  \u003c/head\u003e\n  \u003cbody\u003e\n    \u003ch1\u003eThis is a Heading\u003c/h1\u003e\n    \u003cp\u003eThis is a paragraph.\u003c/p\u003e\n  \u003c/body\u003e\n\u003c/html\u003e\n```\n\n- You can edit the text that is in-between the tags. Example:\n```html\n\u003csome-tag\u003eYour text here.\u003c/some-tag\u003e\n```\n\n- While editing, you can view your changes by opening the `index.html` file with your browser\n- Once you are done editing the file, pin it to IPFS.\n\n## Step 3: Set a `content` field on your domain\n\n- After pinning your site to IPFS, copy the IPFS CID of your site and go to [names.pooly.me](https://names.pooly.me/).\n\n- Go to your profile, and click `\"Edit domain data\"` next to the domain that you want to use.\n\n- Click `\"Edit data\"` and then click `\"Add new field\"`. Set the key to `\"content\"` and the value to `\"ipfs://\u003cYour CID\u003e\"`.\n\n- Your new field should look similar to this:\n\n  `content` -\u003e `ipfs://bafybeicc4mbqa6gi5i3jmmvmf4g56x2z6wjp3tqeos67ity2bjraedk3km`\n\n- Click `\"Submit\"` to update your domain information with the new content field. The site will prompt you to sign a transaction to complete this step.\n\n## Step 4: View your site!\n\n- Go to `\u003cyour name\u003e.pool.limo` to view your new decentralized `.pool` site!\n- You can update your site at any time by pinning your new site files to IPFS and updating the content CID of your domain.\n    - Note: It may take up to 10 minutes for changes you make to be updated on your pool.limo site.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrmid%2Fpool-limo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrmid%2Fpool-limo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrmid%2Fpool-limo/lists"}