# camofox stack env — committed intentionally (homelab convention; secrets versioned in the # private repo). LF line endings (enforced by .gitattributes). # # CAMOFOX_ACCESS_KEY — bearer required on all routes except /health, cookie-import, /stop. # CAMOFOX_ADMIN_KEY — required for POST /stop. # CAMOFOX_API_KEY — left UNSET on purpose: keeps the cookie-import endpoint disabled. # CAMOFOX_COOKIES_DIR / CAMOFOX_PROFILE_DIR — explicit container paths (avoid home-dir ambiguity); # mapped to /config/camofox/* binds on the host. CAMOFOX_ACCESS_KEY=cc9dac55139c97431160468bcfa43bbe0ab862710990f762d04e5881da9574b3 CAMOFOX_ADMIN_KEY=117606acac488bf9661dab6ed276bc2cb465799eaf5676f2f7576b57e44b0ef4 CAMOFOX_PORT=9377 CAMOFOX_COOKIES_DIR=/data/cookies CAMOFOX_PROFILE_DIR=/data/profiles