-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
30 lines (24 loc) · 839 Bytes
/
.env.example
File metadata and controls
30 lines (24 loc) · 839 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
# Guardian Environment Configuration
# Copy this file to .env and modify as needed
# Plex Server Configuration
PLEX_TOKEN=
PLEX_SERVER_IP=
PLEX_SERVER_PORT=
USE_SSL=
# Guardian Configuration
PLEXGUARD_REFRESH_INTERVAL=10
PLEX_GUARD_DEFAULT_BLOCK=true
PLEXGUARD_STOPMSG="This device must be approved by the server owner. Please contact the server administrator for more information."
# Port Configuration
PLEXGUARD_FRONTEND_PORT=3000
PLEXGUARD_API_PORT=3001
# Backend URL Configuration (Optional)
# Use this to specify a custom backend URL when accessing from outside the network
# Examples:
# http://your-domain.com:3001
# https://plexguard.your-domain.com
# http://192.168.1.100:3001
# If not set, defaults to http://localhost:${PLEXGUARD_API_PORT}
PLEXGUARD_BACKEND_URL=
# Docker Compose Build Performance
COMPOSE_BAKE=true