-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
49 lines (41 loc) · 1.17 KB
/
Copy path.env.example
File metadata and controls
49 lines (41 loc) · 1.17 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
OWNER_PHONE=
COOLIFY_TOKEN=
CLAUDE_TIMEOUT=300000
CLAUDE_ALLOWED_TOOLS=Bash,Read,Write,Edit,Glob,Grep,Task,WebFetch,WebSearch,NotebookEdit
WEB_PASSWORD=
OWNER_NAME=
GITHUB_REPO=
GH_TOKEN=
# Brain (autonomous mode)
BRAIN_ENABLED=true
BRAIN_TICK_INTERVAL=60000
BRAIN_MAX_MESSAGES_PER_DAY=5
BRAIN_QUIET_START=23
BRAIN_QUIET_END=7
BRAIN_MIN_MESSAGE_INTERVAL=7200000
BRAIN_THINK_COOLDOWN=300000
BRAIN_OBSERVATION_DAYS=7
BRAIN_NOTEBOOK_MAX_CHARS=8000
# Google Calendar (uses Gmail OAuth accounts)
CALENDAR_ENABLED=false
CALENDAR_POLL_INTERVAL=300000
# Home Assistant
HA_URL=
HA_TOKEN=
HA_ENTITIES=light,switch,lock,climate,binary_sensor,sensor
HA_POLL_INTERVAL=60000
# RSS Feeds
RSS_POLL_INTERVAL=900000
# Daily news digest (Hacker News primary + Reddit + Dutch + tech). Owner-local hour to run (default 7).
NEWS_DIGEST_HOUR=7
# Embeddings (optional — defaults to OpenAI text-embedding-3-small)
# EMBEDDING_MODEL=text-embedding-3-large
# EMBEDDING_API_URL=https://api.openai.com/v1/embeddings
# OwnTracks
OWNTRACKS_USER=
OWNTRACKS_DEVICE=
# Server deployment (set in Coolify env vars)
# AUTH_STATE_DIR=/data/auth_state
# CLAUDE_HOME=/data/claude
# LOG_FILE=/data/agent.log
# BRAIN_DIR=/data/brain