Host: docker1 — Wikantik Production

Role: production host for the Wikantik wiki, served publicly as wiki.wikantik.com through a Cloudflare tunnel. LAN address 192.168.0.4 (docker1.lan).

What runs here

How it is managed

Everything routes through bin/remote.sh in the wikantik repo (ssh-driven, with a deploy lock and ControlMaster):

Configuration comes from the gitignored remote.env (ssh target, paths) and .env / .env.prod (application config — in this repo .env is repurposed for prod, unlike most projects). See Wikantik Release and Deploy Process for the full release path and Wikantik Content vs Code Deployment for why page content does NOT ship with deploys.

Gotchas

See Also