From 4e221707e5a411c619c750d7ae6e7d9cc3337d8a Mon Sep 17 00:00:00 2001 From: Viren070 Date: Tue, 4 Mar 2025 13:47:15 +0000 Subject: [PATCH] fix: add autosync to .env --- .env | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.env b/.env index 94c1b8b..83192ac 100644 --- a/.env +++ b/.env @@ -562,6 +562,18 @@ SONARR4K_HOSTNAME= SONARRANIME_HOSTNAME= # --------------------------------------------------------- +# --------------------------------------------------------- +# AUTOSYNC +# --------------------------------------------------------- +# These are the environment variables for the Autosync service. This service is used to automatically sync your multiple Radarr/Sonarr instances. +# +# Autosync has its own config.yaml that should be placed in ./data/autosync/config.yaml +# You can find an example of the config.yaml file at the GitHub repository: https://github.com/Pukabyte/autosync +# +# Note: There is no arm image for Autosync, so you may need to build the image yourself. +# --------------------------------------------------------- +AUTOSYNC_HOSTNAME= + # --------------------------------------------------------- # PLEX # ---------------------------------------------------------