# You can remove all the comments you don't want from this anymore in your .env file # General DOMAIN=domain.tld TIMEZONE=Europe/London # Look up TZ timezones # Subdomains JELLYFIN_DOMAIN="jellyfin.${DOMAIN}" SHOKO_ANIME_DOMAIN="shoko.${DOMAIN}" TORRENT_DOMAIN="torrent.${DOMAIN}" # Paths # Inside the base folder, there should be a folder called downloads and another called import BASE_DOWNLOADS_FOLDER="/mnt/e/AnimeDownloads" # change this to the folder you want to download anime to DOWNLOADS_FOLDER="${BASE_DOWNLOADS_FOLDER}/downloads" # don't replace this IMPORT_FOLDER="${BASE_DOWNLOADS_FOLDER}/import" # don't replace this ANIME_FOLDER="/mnt/e/Anime" MUSIC_FOLDER="/mnt/e/Musikk" MOVIES_FOLDER="/mnt/e/Movies" # Cloudflared TUNNEL_UUID=x111xx1x-xxx1-1x111x-x11x-x1xxx11x11xx # ^^ look at the end of the Cloudflare documentation in README.md # Caddy Cloudflare plugin EMAIL=address@domain.tld # Email used when signing up to Cloudflare CF_API_TOKEN=dsfkjaeslkfssdlfkjaselrkdsfsef # ^^ Check the Environment Variables section in the README.md