Files
venus/venus-html5-app/.env.local.example
dev 9756538f16 Initial commit: Venus OS boat addons monorepo
Organizes 11 projects for Cerbo GX/Venus OS into a single repository:
- axiom-nmea: Raymarine LightHouse protocol decoder
- dbus-generator-ramp: Generator current ramp controller
- dbus-lightning: Blitzortung lightning monitor
- dbus-meteoblue-forecast: Meteoblue weather forecast
- dbus-no-foreign-land: noforeignland.com tracking
- dbus-tides: Tide prediction from depth + harmonics
- dbus-vrm-history: VRM cloud history proxy
- dbus-windy-station: Windy.com weather upload
- mfd-custom-app: MFD app deployment package
- venus-html5-app: Custom Victron HTML5 app fork
- watermaker: Watermaker PLC control UI

Adds root README, .gitignore, project template, and per-project
.gitignore files. Sensitive config files excluded via .gitignore
with .example templates provided.

Made-with: Cursor
2026-03-16 17:04:16 +00:00

13 lines
433 B
Plaintext

PORT=8000
PUBLIC_URL=/app
# Whitelabels:
# 1. "KVNRV" - Generic RV-themed whitelabel
# 2. "Marine" - the original theme of the Venus HTML5 App
# 3. "Marine2" - the new Venus HTML5 App theme
REACT_APP_WHITELABEL=Marine2
POEDITOR_API_URL=https://api.poeditor.com/v2/
POEDITOR_PROJECT_ID=457055
POEDITOR_API_KEY=
# Allow overriding the language via the ?lang= URL parameter (disabled in production)
REACT_APP_ENABLE_LANG_OVERRIDE=true