From 82995764a79e115e495e71b1ea6a961ae7cceaba Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Thu, 14 Nov 2024 15:31:25 -0500 Subject: Batman --- template.env | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 template.env (limited to 'template.env') diff --git a/template.env b/template.env new file mode 100644 index 0000000..c48995a --- /dev/null +++ b/template.env @@ -0,0 +1,22 @@ +# Traefik Info (you will need to set your email in ./configs/traefik/traefik.yaml) +DOMAIN= +CLOUDFLARE_TOKEN= +# Where you want your TV Shows on your computer +TV_DIR= +# Where you want your Movies on your computer +MOVIE_DIR= +# Where you want your personal videos (your cat, kid, concert, etc...) +MISC_DIR= +# Where should your Torrents be downloaded (before getting moved) +TORRENT_TMP_DIR= +WATCH_DIR= +# Your Timezone +TIMEZONE= +# Your VPN Service Info +VPN_USER= +VPN_PASSWD= +PIA_CONF_MOUNT= +VPN_REGION= +# Various info for Doplarr +DISCORD_TOKEN= +OVERSEERR_TOKEN= -- cgit v1.2.3