From 0b93d9cdf77cdb8bfe1c0d7e7db3bc0cd5c10070 Mon Sep 17 00:00:00 2001 From: Stille Date: Thu, 6 Jan 2022 16:36:42 +0800 Subject: [PATCH] archive branch --- README.md | 7 +++++-- install.sh | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d51b5f4..58c9f9f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # rssforever +## 重要 +**本分支已存档不在维护,请使用`main`分支使用.** + ## 简介 本项目为 Nginx + TTRSS + RSSHub + Watchtower + ACME 整合 docker 容器化快速一键部署方案,支持一键脚本快速安装部署. > *一键安装脚本已同时支持 X86 和 ARM 架构* @@ -40,7 +43,7 @@ ### 执行脚本 ```shell -wget https://raw.githubusercontent.com/stilleshan/rssforever/main/install.sh && chmod +x install.sh && ./install.sh +wget https://raw.githubusercontent.com/stilleshan/rssforever/ttrss-rsshub/install.sh && chmod +x install.sh && ./install.sh ``` ### 定时更新证书 @@ -80,7 +83,7 @@ docker-compose -v ### HTTP 部署 #### 拉取代码 ```shell -git clone https://github.com/stilleshan/rssforever.git +git clone https://github.com/stilleshan/rssforever.git -b ttrss-rsshub # 拉取代码 cd rssforever # 进入目录,注意不要修改目录名,否则会导致 watchtower 无法监控容器自动更新镜像. diff --git a/install.sh b/install.sh index fb32177..6264532 100644 --- a/install.sh +++ b/install.sh @@ -276,7 +276,7 @@ EOF } git_clone (){ - git clone https://github.com/stilleshan/rssforever.git + git clone https://github.com/stilleshan/rssforever.git -b ttrss-rsshub } conf_env (){