Modules: - Chain: daemon RPC client (DaemonRpc singleton, cached queries) - Explorer: block browser, tx viewer, alias directory, search, stats API - Names: .lthn TLD registrar portal (availability check, lookup, directory) - Trade: scaffold (DEX frontend + API) - Pool: scaffold (mining pool dashboard) Replaces 5 Node.js containers (5.9GB) with one FrankenPHP app. Built on CorePHP framework pattern from host.uk.com. Co-Authored-By: Charon <charon@lethean.io>
37 lines
600 B
Text
37 lines
600 B
Text
# Host UK Robots.txt
|
|
# https://host.uk.com
|
|
|
|
User-agent: *
|
|
Allow: /
|
|
|
|
# Disallow admin and private areas
|
|
Disallow: /hub/
|
|
Disallow: /hub/*
|
|
Disallow: /login
|
|
Disallow: /logout
|
|
Disallow: /account/
|
|
Disallow: /examples/
|
|
Disallow: /debug-*
|
|
Disallow: /api/
|
|
Disallow: /workspace/
|
|
Disallow: /ref/
|
|
Disallow: /dev/
|
|
Disallow: /teapot
|
|
|
|
# Allow specific public pages
|
|
Allow: /
|
|
Allow: /services
|
|
Allow: /services/*
|
|
Allow: /pricing
|
|
Allow: /about
|
|
Allow: /faq
|
|
Allow: /contact
|
|
Allow: /privacy
|
|
Allow: /terms
|
|
Allow: /blog
|
|
Allow: /blog/*
|
|
Allow: /help
|
|
Allow: /help/*
|
|
|
|
# Sitemap location
|
|
Sitemap: https://host.uk.com/sitemap.xml
|