Files
2026-02-13 19:41:46 +02:00

30 lines
726 B
Bash
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Copy to .env and fill in. Never commit .env to git.
# Let's Encrypt / Traefik
ACME_EMAIL=
# Pi-hole admin password
PIHOLE_PASSWORD=
# Traefik basic auth generate: htpasswd -nb username password
# Then add to traefik/dynamic.yml middlewares.auth.basicAuth.users
TRAEFIK_AUTH_USERS=
# WOL API & Dashboard
WOL_API_USER=
WOL_API_PASS=
# WEATHER_API_KEY= # OpenWeatherMap optional for dashboard
# WEATHER_CITY=
# WOL_DEVICES=desktop:AA:BB:CC:DD:EE:FF:192.168.1.10 (name:mac:ip)
# WOL_BROADCAST_IP=192.168.0.255
# Drone CI (Gitea OAuth app, redirect https://drone.zea.lt/login)
DRONE_GITEA_CLIENT_ID=
DRONE_GITEA_CLIENT_SECRET=
DRONE_RPC_SECRET=
DRONE_ADMIN_USER=
# CUPS printer admin
CUPSADMIN=admin
CUPSPASSWORD=