-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
30 lines (23 loc) · 809 Bytes
/
.env.example
File metadata and controls
30 lines (23 loc) · 809 Bytes
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
# Jellyfin CLI Configuration
# Copy this file to .env and fill in your values
# Server URL (required)
JELLYFIN_SERVER_URL=http://your-server:8096
# Alias: JF_SERVER_URL
# API Key (optional - use either API key or username/password)
# JELLYFIN_API_KEY=your-api-key-here
# Alias: JF_API_KEY
# Username for authentication (optional)
# JELLYFIN_USERNAME=your-username
# Alias: JF_USER
# Password for authentication (optional)
# JELLYFIN_PASSWORD=your-password
# Alias: JF_PASSWORD
# User ID (optional - will be auto-detected if using username/password)
# JELLYFIN_USER_ID=your-user-id
# Alias: JF_USER_ID
# Request timeout in milliseconds (default: 30000)
# JELLYFIN_TIMEOUT=30000
# Alias: JF_TIMEOUT
# Output format: toon, json, table, raw (default: toon)
# JELLYFIN_OUTPUT_FORMAT=toon
# Alias: JF_FORMAT