rss-client


安装tinytinyrss客户端

项目地址

1
https://github.com/HenryQW/Awesome-TTRSS

安装

1
2
3
4
5
6
7
8
9
10
11
12
git clone https://github.com/HenryQW/Awesome-TTRSS.git
cd Awesome-TTRSS

修改docker-compose.yml

SELF_URL_PATH=https://****.com:443 //修改为自己的域名
ports: //修改端口
- 8988:80
volumes: //将样式文件映射到外部方便修改主体
- /home/****/themes.local:/var/www/themes.local

docker compose up -d //即可启动

使用

1
2
3
4
打开https://****
初始帐号admin 密码为password
根据提示修改密码
添加订阅或者导入订阅

修改主题

1
2
3
4
feedly主题
git clone https://github.com/levito/tt-rss-feedly-theme
切换到dist分支
复制分支下的文件到themes.local即可看到新增了主题

修改主题