feat: Add FirePortal to sites
All checks were successful
Build Docker / BuildImage (push) Successful in 2m39s

This commit is contained in:
2025-06-19 13:01:00 +10:00
parent f0c60a4cea
commit 9d359640d3

View File

@@ -46,7 +46,8 @@
"url": "https://linkr", "url": "https://linkr",
"img": "/favicon.png", "img": "/favicon.png",
"name": "LINKR/", "name": "LINKR/",
"description": "A free link shortener with a Handshake TLD and using DNS for authentication" "description": "A free link shortener with a Handshake TLD and using DNS for authentication",
"enabled": false
}, },
{ {
"url": "https://faucet.woodburn.au", "url": "https://faucet.woodburn.au",
@@ -59,5 +60,11 @@
"img": "/assets/img/external/HNS.png", "img": "/assets/img/external/HNS.png",
"name": "HNS DoH", "name": "HNS DoH",
"description": "A DNS over HTTPS resolver for Handshake domains" "description": "A DNS over HTTPS resolver for Handshake domains"
},
{
"url": "https://ipfs.hnsproxy.au",
"img": "https://ipfs.hnsproxy.au/fireportal.png",
"name": "FirePortal",
"description": "A Handshake domain IPFS gateway that allows you to access IPFS content using Handshake domains"
} }
] ]