fix: add autosync to .env

This commit is contained in:
Viren070
2025-03-04 13:47:15 +00:00
parent ded69feb28
commit 4e221707e5
+12
View File
@@ -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
# ---------------------------------------------------------