chore: add blank lines to env.example files for improved readability
This commit is contained in:
@@ -10,3 +10,4 @@ PGID=100
|
||||
# Used by: radarr, sonarr, lidarr, bookshelf, bazarr, jellyseerr, prowlarr, profilarr
|
||||
TZ=Canada/Eastern
|
||||
|
||||
|
||||
|
||||
@@ -2,3 +2,4 @@
|
||||
# This service uses a named volume for data persistence
|
||||
# Access the web UI at http://localhost:1866
|
||||
|
||||
|
||||
|
||||
@@ -2,3 +2,4 @@
|
||||
# This service uses named volumes for data persistence
|
||||
# Access the web UI at http://localhost:8000
|
||||
|
||||
|
||||
|
||||
@@ -16,3 +16,4 @@ PIA_PASSWORD=your_pia_password
|
||||
# Adjust to match your local network subnet
|
||||
LOCAL_NETWORK=192.168.50.0/24
|
||||
|
||||
|
||||
|
||||
@@ -6,3 +6,4 @@ GENERIC_TIMEZONE=America/New_York
|
||||
# N8N_RUNNERS_ENABLED=true
|
||||
# N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true
|
||||
|
||||
|
||||
|
||||
@@ -2,3 +2,4 @@
|
||||
# This service uses a named volume for data persistence
|
||||
# Access the web UI at http://localhost:1880
|
||||
|
||||
|
||||
|
||||
@@ -16,3 +16,4 @@ SEMAPHORE_EMAIL_USERNAME=smtp_username
|
||||
SEMAPHORE_EMAIL_PASSWORD=smtp_password
|
||||
SEMAPHORE_EMAIL_SECURE=false
|
||||
|
||||
|
||||
|
||||
@@ -3,3 +3,4 @@ PANGOLIN_ENDPOINT=your_pangolin_endpoint_url
|
||||
NEWT_ID=your_newt_id
|
||||
NEWT_SECRET=your_newt_secret
|
||||
|
||||
|
||||
|
||||
@@ -2,3 +2,4 @@
|
||||
# This service uses a named volume for data persistence
|
||||
# Access the web UI at http://localhost:5006
|
||||
|
||||
|
||||
|
||||
@@ -43,3 +43,4 @@ MAIL_PASSWORD=smtp_password
|
||||
MAIL_FROM=noreply@yourdomain.com
|
||||
MAIL_FROM_NAME=BookStack
|
||||
|
||||
|
||||
|
||||
@@ -2,3 +2,4 @@
|
||||
# This service uses the default configuration
|
||||
# Access the web UI at http://localhost:8080
|
||||
|
||||
|
||||
|
||||
@@ -7,3 +7,4 @@ TZ=Etc/UTC
|
||||
|
||||
# Access the web UI at http://localhost:9283
|
||||
|
||||
|
||||
|
||||
@@ -7,3 +7,4 @@ DB_ROOT_PASSWORD=your_secure_root_password
|
||||
APP_ADMIN_EMAIL=admin@yourdomain.com
|
||||
APP_ADMIN_PASSWORD=your_secure_admin_password
|
||||
|
||||
|
||||
|
||||
@@ -2,3 +2,4 @@
|
||||
# This is a simple web-based tool collection
|
||||
# Access the web UI at http://localhost:1234
|
||||
|
||||
|
||||
|
||||
@@ -19,3 +19,4 @@ OIDC_CLIENT_SECRET=your_oidc_client_secret
|
||||
# OpenAI API Key (optional, for AI features)
|
||||
OPENAI_API_KEY=your_openai_api_key
|
||||
|
||||
|
||||
|
||||
@@ -15,3 +15,4 @@ OPENID_REDIRECT_URI=http://localhost:11674/auth/oidc/callback
|
||||
# OAUTH_SCOPES=openid email profile
|
||||
# ENABLE_OAUTH_GROUP_MANAGEMENT=true
|
||||
|
||||
|
||||
|
||||
@@ -7,3 +7,4 @@
|
||||
# - /mnt/media/audiobooks:/audiobooks
|
||||
# - /mnt/media/podcasts:/podcasts
|
||||
|
||||
|
||||
|
||||
@@ -19,3 +19,4 @@ MYSQL_DATABASE=booklore
|
||||
# Booklore Application Port
|
||||
BOOKLORE_PORT=8090
|
||||
|
||||
|
||||
|
||||
@@ -2,3 +2,4 @@
|
||||
# If you need to add environment variables, add them here
|
||||
# Access the web UI at the configured port
|
||||
|
||||
|
||||
|
||||
@@ -11,3 +11,4 @@ LOG_LEVEL=info
|
||||
# JWT_SECRET=your_jwt_secret
|
||||
# COOKIE_SECRET=your_cookie_secret
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user