No description
Find a file
2025-12-24 10:56:53 +01:00
config small language fix 2025-12-24 10:56:53 +01:00
src building page 2025-12-24 10:22:13 +01:00
.gitignore working 2025-12-24 10:39:09 +01:00
build.py building page 2025-12-24 10:22:13 +01:00
caddy.bitcoininfra.contrapeso.xyz.conf working 2025-12-24 10:39:09 +01:00
deploy.config.example working 2025-12-24 10:39:09 +01:00
Makefile working 2025-12-24 10:39:09 +01:00
README.md working 2025-12-24 10:39:09 +01:00

Bitcoin Services Home

Static site generator for sharing self-hosted service information.

Usage

Build the site

make build

or

python3 build.py

Serve locally

make serve

Serves the site at http://localhost:8000

Deploy to remote server

make deploy

Before deploying, copy deploy.config.example to deploy.config and fill in your server details.

Edit config/services.json to customize content. Output is generated in dist/.

Structure

  • src/ - Template and styles
  • config/services.json - Site configuration
  • dist/ - Generated output (gitignored)