project — infrastructure

free always-on cloud infra

a production-grade data plane running entirely on Oracle's free ARM tier — Docker, Postgres, monitoring, backups, and secure remote access. zero monthly cost.

what's running

compute

Oracle A1 ARM

4 OCPU / 24 GB RAM — free forever on Oracle Cloud's always-free tier.

database

Postgres 16 + pgvector

standard Postgres with vector search support. binds to localhost only — never public.

monitoring

Uptime Kuma

self-hosted uptime monitor at monitor.elevenbaselab.com.

networking

Cloudflare Tunnel

outbound-only tunnel — zero inbound ports open on the public IP.

access

Tailscale

WireGuard mesh for SSH. public SSH on port 22 restricted to the tailnet only.

backups

restic → Backblaze B2

nightly encrypted Postgres backups to B2. 7 daily + 4 weekly + 3 monthly snapshots.

runtime

Claude Code + tmux

persistent AI coding sessions reachable from any device over Tailscale.

design principles

public hostname routing

hostname routes to
elevenbaselab.com Cloudflare Pages — this site
monitor.elevenbaselab.com Cloudflare Tunnel → Uptime Kuma on Oracle
api.elevenbaselab.com Cloudflare Worker → Oracle backends
models.elevenbaselab.com Cloudflare Tunnel → Ollama on Mac Mini

build log