Static landing page for GridPool.
Project-wide technical context and source-of-truth navigation live in the GridPool handbook. This repository owns only public website presentation and connection guidance.
python3 -m http.server 8080Then open:
http://127.0.0.1:8080/
Recommended setup:
- Create a dedicated GitHub repository for this folder.
- Push this folder as the repository root.
- In repository settings, enable GitHub Pages from the
mainbranch root. - Set the custom domain to
gridpool.net. - In Cloudflare, point
gridpool.netat GitHub Pages per GitHub's Pages custom-domain instructions. - Enable "Enforce HTTPS" after GitHub finishes provisioning the certificate.
Cloudflare DNS records for an apex-domain GitHub Pages site:
Type Name Value
A @ 185.199.108.153
A @ 185.199.109.153
A @ 185.199.110.153
A @ 185.199.111.153
CNAME www gridlabs-science.github.io
Use the actual GitHub Pages default domain for the repository if it differs from gridlabs-science.github.io.
The node UIs should stay on:
main.gridpool.nettest.gridpool.net
This root site is informational only. It is not the DATUM endpoint and it is not a GridPool node UI.