-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
20 lines (17 loc) · 997 Bytes
/
.env.example
File metadata and controls
20 lines (17 loc) · 997 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# ===========================================================================
# OpenHomeLab — Global Environment Variables
# ===========================================================================
# Copy this file to .env and fill in your values:
# cp .env.example .env
#
# This file is committed to Git. .env is gitignored.
# ===========================================================================
# --- Host / Identity ---
TZ=America/New_York # Your timezone (see: timedatectl list-timezones)
PUID=1000 # User ID for file ownership (run: id -u)
PGID=1000 # Group ID for file ownership (run: id -g)
# --- Storage Paths ---
NAS_PATH=/mnt/nas # Base path to your NAS or storage volume
DATA_PATH=/mnt/nas/appdata # Where container app data lives
# --- Domain (optional — for Traefik / reverse proxy) ---
DOMAIN=homelab.local # Your local domain or real domain