-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.docker.template
More file actions
58 lines (44 loc) · 1.98 KB
/
.env.docker.template
File metadata and controls
58 lines (44 loc) · 1.98 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
51
52
53
54
55
56
57
58
# =============================================================================
# REQUIRED CONFIGURATION
# =============================================================================
# Jellyfin Server Configuration
JELLYFIN_SERVER_URL=http://your-jellyfin-server:8096
JELLYFIN_API_KEY=your_jellyfin_api_key_here
JELLYFIN_USER_ID=your_user_id_here
# Discord Webhook Configuration
DISCORD_WEBHOOK_URL=https://discord.com/api/webhooks/your/webhook/url
# =============================================================================
# OPTIONAL CONFIGURATION
# =============================================================================
# Separate Discord Webhooks by Content Type
# DISCORD_WEBHOOK_URL_MOVIES=https://discord.com/api/webhooks/your/movies/webhook
# DISCORD_WEBHOOK_URL_TV=https://discord.com/api/webhooks/your/tv/webhook
# DISCORD_WEBHOOK_URL_MUSIC=https://discord.com/api/webhooks/your/music/webhook
# External Rating Services (Optional)
# OMDB_API_KEY=your_omdb_api_key_here
# TMDB_API_KEY=your_tmdb_api_key_here
# TVDB_API_KEY=your_tvdb_api_key_here
# TVDB_SUBSCRIBER_PIN=your_subscriber_pin_here
# =============================================================================
# SERVER CONFIGURATION
# =============================================================================
# Network Configuration
HOST=0.0.0.0
PORT=1984
# Logging Configuration
LOG_LEVEL=INFO
# =============================================================================
# SYSTEM CONFIGURATION
# =============================================================================
# User/Group Configuration for file permissions
PUID=1000
PGID=1000
# Timezone
TZ=America/New_York
# =============================================================================
# ADVANCED CONFIGURATION
# =============================================================================
# Show Docker interfaces in startup messages (true/false)
JELLYNOUNCER_DISPLAY_DOCKER=false
# Environment mode (development/production)
# ENVIRONMENT=production