No description
  • HTML 83.3%
  • CSS 11.1%
  • Shell 5.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
monerica-project b131daf02a Initial commit: howtobuymonero.net
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).
2026-07-28 15:15:25 -04:00
CI Initial commit: howtobuymonero.net 2026-07-28 15:15:25 -04:00
site Initial commit: howtobuymonero.net 2026-07-28 15:15:25 -04:00
.gitignore Initial commit: howtobuymonero.net 2026-07-28 15:15:25 -04:00
README.md Initial commit: howtobuymonero.net 2026-07-28 15:15:25 -04:00

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.

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.