77 lines
1.9 KiB
Plaintext
77 lines
1.9 KiB
Plaintext
|
#
|
||
|
# SERVER & COMMON VARIABLES
|
||
|
#
|
||
|
|
||
|
ENV_PUID=1000
|
||
|
ENV_PGID=1000
|
||
|
SERVER_IP=192.168.x.x
|
||
|
ENV_TIMEZONE=America/New_York
|
||
|
|
||
|
#
|
||
|
# SECRETS
|
||
|
#
|
||
|
MQTT_USERNAME=
|
||
|
MQTT_PASSWORD=
|
||
|
RCLONE_USERNAME=
|
||
|
RCLONE_PASSWORD=
|
||
|
PIHOLE_WEBPASSWORD=
|
||
|
FRIGATE_RTSP_PASSWORD=
|
||
|
CONTAINERMON_NOTIFICATION_URL="telegram://1234567890:AAESL_DeadB33f_c4t-asdfasdfasfdasdf@telegram?chats=-987654321"
|
||
|
STREAMER_PARAMETERS=rtsp://192.168.x.x:8554/frontyard_camera frontyard
|
||
|
CLOUDFLARE_TOKEN=abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz
|
||
|
|
||
|
#
|
||
|
# VOLUMES
|
||
|
#
|
||
|
VOL_MOSQUITTO_CONFIG_PATH=/home/suresh/mosquitto/config
|
||
|
VOL_MOSQUITTO_LOG_PATH=/home/suresh/mosquitto/log
|
||
|
VOL_MOSQUITTO_DATA_PATH=/home/suresh/mosquitto/data
|
||
|
|
||
|
VOL_HOME_ASSISTANT_CUSTOM_COMP_PATH=/home/suresh/homeassistant/custom_components
|
||
|
VOL_STREAMER_TEMP_STREAM_PATH=/tmp/stream
|
||
|
|
||
|
VOL_PORTAINER_DATA=/home/suresh/portainer_data
|
||
|
|
||
|
VOL_PIHOLE_CONFIG_PATH=/home/suresh/etc-pihole
|
||
|
VOL_PIHOLE_DNSMASQ_CONFIG_PATH=/home/suresh/etc-dnsmasq.d
|
||
|
|
||
|
VOL_HEIMDALL_CONFIG_PATH=/home/suresh/heimdall
|
||
|
|
||
|
VOL_NETBOOT_CONFIG_PATH=/home/suresh/netbootxyz/config
|
||
|
VOL_NETBOOT_ASSETS_PATH=/home/suresh/netbootxyz/assets
|
||
|
|
||
|
VOL_RCLONE_CONFIG_PATH=/home/suresh/docker/rclone_rclone
|
||
|
|
||
|
VOL_DASHY_CONFIG_PATH=/home/suresh/dashy/conf.yml
|
||
|
|
||
|
VOL_FRIGATE_MEDIA_PATH=/home/suresh/frigate
|
||
|
VOL_FRIGATE_CONFIG_YAML_PATH=/home/suresh/frigate/config.yml
|
||
|
VOL_HOME_ASSISTANT_CONFIG_PATH=/home/suresh/homeassistant
|
||
|
|
||
|
VOL_GO2RTC_PATH=/home/suresh/go2rtc
|
||
|
|
||
|
VOL_TRAEFIK_DYNAMIC_YAML=/home/suresh/traefik/dynamic.yaml
|
||
|
|
||
|
VOL_AIRSONIC_CONFIG=/home/suresh/airsonic/config
|
||
|
VOL_AIRSONIC_MUSIC=/home/suresh/airsonic/music
|
||
|
VOL_AIRSONIC_PLAYLISTS=/home/suresh/airsonic/playlists
|
||
|
VOL_AIRSONIC_PODCASTS=/home/suresh/airsonic/podcasts
|
||
|
|
||
|
#
|
||
|
# PORTS
|
||
|
#
|
||
|
PORT_HOME_ASSISTANT=
|
||
|
PORT_DOCKER_MON=
|
||
|
PORT_STREAMER=
|
||
|
PORT_PORTAINER=
|
||
|
PORT_GLANCES=
|
||
|
PORT_PIHOLE=
|
||
|
PORT_HEIMDALL=
|
||
|
PORT_HEIMDALL_SECURE=
|
||
|
PORT_DOZZLE=
|
||
|
PORT_NETBOOTXYZ=
|
||
|
PORT_TFTP=
|
||
|
PORT_NETBOOTXYZ_GUI=
|
||
|
PORT_RCLONE_GUI=
|
||
|
PORT_DASHY=
|