feat: add Agrarmonitor integration module
- New backend module (agrarmonitor) with status check and device registration - Frontend settings tab with connection status display and registration form - Environment variables for base URLs, credentials, cookie path and encryption key - Docker Compose env passthrough for agrarmonitor config Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -50,3 +50,12 @@ BELEGNUMMER_SET_URL=https://beispiel-api.de/set-number/{Jahr}/{Nummer}
|
||||
# Leer lassen für lokale Entwicklung (erlaubt alle Origins).
|
||||
# NODE_ENV=production ohne CORS_ORIGIN blockiert alle Cross-Origin-Anfragen.
|
||||
CORS_ORIGIN=
|
||||
|
||||
# --- Agrarmonitor ---
|
||||
AGRARMONITOR_BASE_URL=https://admin7.agrarmonitor.de
|
||||
AGRARMONITOR_API_BASE_URL=https://api.agrarmonitor.de
|
||||
AGRARMONITOR_USERNAME=
|
||||
AGRARMONITOR_PASSWORD=
|
||||
AGRARMONITOR_API_TOKEN=
|
||||
AGRARMONITOR_COOKIE_PATH=./data/agrarmonitor-cookies.json
|
||||
AGRARMONITOR_ENCRYPTION_KEY= # optional, 16+ Zeichen für Cookie-Verschlüsselung
|
||||
|
||||
Reference in New Issue
Block a user