-
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy path.env.example
More file actions
50 lines (37 loc) · 1.68 KB
/
Copy path.env.example
File metadata and controls
50 lines (37 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# maintenant Configuration
# ========================
# Listen address (use 0.0.0.0 inside containers, 127.0.0.1 on host)
MAINTENANT_ADDR=127.0.0.1:8080
MAINTENANT_GRPC_LISTEN=127.0.0.1:8443
# SQLite database path
MAINTENANT_DB=./maintenant.db
# Organisation name (displayed on the public status page)
# MAINTENANT_ORGANISATION_NAME=Acme Corp
# Public base URL (used for heartbeat ping URLs and subscriber links)
# MAINTENANT_BASE_URL=https://maintenant.example.com
# MAINTENANT_GRPC_URL=grpcs://maintenant-agents.example.com
# MAINTENANT_STATUS_URL=https://status.example.com (public)
# CORS allowed origins (comma-separated, empty = same-origin only)
# MAINTENANT_CORS_ORIGINS=http://localhost:5173
# Container runtime override (auto-detected by default: docker or kubernetes)
# MAINTENANT_RUNTIME=docker
# Max request body size in bytes (default: 1MB)
# MAINTENANT_MAX_BODY_SIZE=1048576
# Update intelligence scan interval (Go duration, default: 24h)
# MAINTENANT_UPDATE_INTERVAL=24h
# Kubernetes namespaces to monitor (comma-separated, empty = all)
# MAINTENANT_K8S_NAMESPACES=default,production
# Kubernetes namespaces to exclude (comma-separated)
# MAINTENANT_K8S_EXCLUDE_NAMESPACES=kube-system
# Pro license key (enables Pro features)
# MAINTENANT_LICENSE_KEY=your-license-key
# MCP Server (Model Context Protocol for AI assistants)
# MAINTENANT_MCP=true
# MAINTENANT_MCP_CLIENT_ID=maintenant-mcp
# MAINTENANT_MCP_CLIENT_SECRET=your-secret-here
# SMTP configuration (required for email notification channels)
# MAINTENANT_SMTP_HOST=smtp.example.com
# MAINTENANT_SMTP_PORT=587
# MAINTENANT_SMTP_USERNAME=alerts@example.com
# MAINTENANT_SMTP_PASSWORD=secret
# MAINTENANT_SMTP_FROM=maintenant@example.com