- HTML 83.3%
- CSS 11.1%
- Shell 5.6%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
Open-source, static Monero-themed guide to every way to buy Monero (XMR) — no-KYC instant swaps, fiat on-ramps, P2P, cash, atomic swaps, ATMs, gift cards and mining. Plain HTML/CSS served by nginx; no database, no backend. Outbound exchange links are the owner's real referral links (rel=sponsored nofollow); an affiliate disclosure appears on every page. Wallet picks are merit-based. No secrets or infra details in the repo: the deploy host and TLS email are read from DEPLOY_HOST / DEPLOY_EMAIL (env or an untracked CI/deploy.env). |
||
| CI | ||
| site | ||
| .gitignore | ||
| README.md | ||
howtobuymonero.net
A fast, static, Monero-themed guide to every way to buy Monero (XMR) — no-KYC instant swaps, fiat on-ramps, peer-to-peer, cash, atomic swaps, ATMs, gift cards and mining. Content-only (no database, no backend): plain HTML/CSS served by nginx.
Layout
site/ document root (everything here is served as-is)
index.html the complete guide (hub page)
buy-monero-without-kyc.html
buy-monero-with-cash.html
best-monero-wallet.html
faq.html
404.html
robots.txt · sitemap.xml
assets/style.css · assets/logo.svg
CI/deploy.sh rsync to the server + nginx vhost + TLS (certbot)
Deploy
Hosted on a Linux VPS behind nginx, TLS via Let's Encrypt. CI/deploy.sh rsyncs
the site/ folder to the server and (re)asserts the nginx vhost + certificate.
Set the target with environment variables, or an untracked CI/deploy.env
(gitignored):
# CI/deploy.env
DEPLOY_HOST=your-ssh-host # SSH host/alias to deploy to
DEPLOY_EMAIL=you@example.com # Let's Encrypt registration email
cd CI && ./deploy.sh # sync content, (re)assert nginx vhost, ensure cert
./deploy.sh --content-only # just push the HTML/CSS, skip nginx/cert
Served from /var/www/howtobuymonero on the server; it's plain static nginx —
no app service to restart.
Affiliate links
Outbound exchange links are the site owner's real referral links and carry
rel="sponsored nofollow noopener". Own properties (Monerica, SwapRaven,
MoneroPriceNow, MoneroMarketCap) are plain links. Wallet recommendations are
merit-based, not affiliate. An affiliate disclosure appears on every page.