From a347599b508187f6142ff10ab3bf291c9479aae8 Mon Sep 17 00:00:00 2001 From: Mahasri Kalavala Date: Sat, 6 May 2023 09:55:45 -0400 Subject: [PATCH] Create .env-sample --- docker/.env-sample | 76 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 docker/.env-sample diff --git a/docker/.env-sample b/docker/.env-sample new file mode 100644 index 0000000..cc422ef --- /dev/null +++ b/docker/.env-sample @@ -0,0 +1,76 @@ +# +# 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=