9 lines
229 B
Bash
9 lines
229 B
Bash
# Jellyfin Configuration
|
|
JELLYFIN_PORT_HTTP=8096
|
|
JELLYFIN_PORT_HTTPS=8920
|
|
DOMAIN=https://yourdomain.com
|
|
TZ=America/Los_Angeles
|
|
|
|
# Hardware Transcoding
|
|
# Get this value by running: getent group render | cut -d: -f3
|
|
RENDER_GID=993
|