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 # ---------------------------------------------------------