# Copy to .env and fill in real values. .env is gitignored — never commit it. # # cp .env.example .env # ── SSH access to the production server ───────────────────────────────────── REMOTE_USER= REMOTE_HOST= REMOTE_PORT=22 # Home directory of REMOTE_USER on the server. Used to derive WEBROOT and # SITE_CONFIG_DIR below unless you override those directly. REMOTE_HOME= # Override only if the site doesn't live at $REMOTE_HOME/public_html # WEBROOT= # Override only if the config repo shouldn't clone to $REMOTE_HOME/site-config # SITE_CONFIG_DIR= # Hostname production identifies itself as to Grav (used by # `make remote-configure-env` to pin git-sync's direction for this env — # see user/env//config/... in CLAUDE.md). Defaults to # nieuw.natascha-rieter.nl; override only if that changes. # REMOTE_ENV_HOST= # ── Gitea (content + config repos) ────────────────────────────────────────── GITEA_HOST= GITEA_USER= GITEA_TOKEN= # Git URLs for the two repos (used by `make remote-install` to clone them # onto a fresh server) USER_REPO= MAIN_REPO= # ── Grav ───────────────────────────────────────────────────────────────────── # e.g. 1.7.49.5 GRAV_VERSION=