diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-11-14 15:31:25 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-11-14 15:31:25 -0500 |
commit | 82995764a79e115e495e71b1ea6a961ae7cceaba (patch) | |
tree | b1dc602f4cc938a9f98ad4eb80d563d3309c62a2 /template.env |
Batman
Diffstat (limited to 'template.env')
-rw-r--r-- | template.env | 22 |
1 files changed, 22 insertions, 0 deletions
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= |