14 lines
503 B
Text
14 lines
503 B
Text
|
|
# Copy to .env. Nothing site-specific belongs in the Makefile.
|
||
|
|
PI=deploy@gps-ntp.local
|
||
|
|
KEY=~/.ssh/id_ed25519
|
||
|
|
APPDIR=/opt/gpsntp-dashboard
|
||
|
|
|
||
|
|
# Only needed if you front the dashboard with TLS via `make caddy`.
|
||
|
|
DOMAIN=clock.example.internal
|
||
|
|
CERT_SRC=$(HOME)/.certs/clock.example.internal
|
||
|
|
|
||
|
|
# hidden (default) | coarse (~11 km) | exact
|
||
|
|
# The receiver knows exactly where it is. `hidden` keeps that out of the page —
|
||
|
|
# and out of any screenshot you post. Think before you change this.
|
||
|
|
GPSNTP_POSITION=hidden
|