Skip to content

Commit

Permalink
Merge pull request #271 from monlor/test
Browse files Browse the repository at this point in the history
feat: 🎸 默认关闭自动更新
  • Loading branch information
monlor authored Nov 6, 2024
2 parents a2145c5 + 76ffc96 commit b63f7e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions env
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ QUARK_COOKIE=
# 115网盘的cookie
PAN115_COOKIE=
# 自动更新小雅alist文件
AUTO_UPDATE_ENABLED=true
AUTO_UPDATE_ENABLED=false
# 自动清理阿里云盘
AUTO_CLEAR_ENABLED=true
# 阿里云盘自动清理间隔,单位分钟,范围0-60分钟,默认10分钟
Expand All @@ -34,7 +34,7 @@ EMBY_ENABLED=true
# 是否启用jellyfin
JELLYFIN_ENABLED=false
# 自动更新emby的配置,依赖EMBY_APIKEY
AUTO_UPDATE_EMBY_CONFIG_ENABLED=true
AUTO_UPDATE_EMBY_CONFIG_ENABLED=false
# 自动更新emby配置,config.mp4间隔,单位天,默认7天
AUTO_UPDATE_EMBY_INTERVAL=
# 自动更新emby元数据
Expand Down
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ echo
echo "部署类型:"
echo "1. alist + emby (默认)"
echo "2. alist"
echo "3. alist + jellyfin"
echo "4. alist + emby + jellyfin"
# echo "3. alist + jellyfin"
# echo "4. alist + emby + jellyfin"
read -rp "请选择部署服务类型: " service_type
case $service_type in
1)
Expand Down

0 comments on commit b63f7e0

Please sign in to comment.