-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.env.example
More file actions
18 lines (17 loc) · 849 Bytes
/
Copy pathconfig.env.example
File metadata and controls
18 lines (17 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by setup.ps1 / setup.sh (LAN_IP auto-detected).
# Image lines must match whoever published to GHCR (default: squishylemon).
LAN_IP=
SITE_HOSTNAME=teslacam.local
WEB_PORT=4321
USE_HTTPS=false
# Linux mDNS: auto (host Avahi if available), host, container, or off
MDNS_MODE=auto
SESSION_SECRET=change-me-use-a-long-random-string
# Testing only: bypass passkey/TOTP on login and security setup (shows a fixed debug footer)
DEBUG=false
# Pre-built images (default). Override if you publish under your own GHCR org.
TESLACAM_WEB_IMAGE=ghcr.io/squishylemon/teslacam-web:latest
TESLACAM_SFTP_IMAGE=ghcr.io/squishylemon/teslacam-sftp:latest
TESLACAM_SFTP_INIT_IMAGE=ghcr.io/squishylemon/teslacam-sftp-init:latest
TESLACAM_HOST_MDNS_IMAGE=ghcr.io/squishylemon/teslacam-host-mdns:latest
TESLACAM_MDNS_IMAGE=ghcr.io/squishylemon/teslacam-mdns:latest