Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sxbai/reader-on-replit

Reader部署于Replit
https://github.com/sxbai/reader-on-replit

reader replit

Last synced: about 1 month ago
JSON representation

Reader部署于Replit

Awesome Lists containing this project

README

        



Reader logo

Reader部署于Replit,阅读3服务器版,桌面端,iOS可用。作者:【假装大佬】


GitHub release
GitHub last commit



舒夏博客
Reader 文档
Reader Telegram 频道
舒夏 Telegram 频道

------------------------------
# 使用说明

一键搭建脚本 (环境选择`Bash` 或 `Blank Repl`)

Reader(单用户)一键脚本
```
bash <(curl -s https://raw.githubusercontent.com/sxbai/reader-on-replit/master/install.sh)
```

Reader(多用户)一键脚本
```
bash <(curl -s https://raw.githubusercontent.com/sxbai/reader-on-replit/master/install2.sh)
```
## Reader(多用户)说明
Reader文档演示是这样的:
```bash
--reader.app.secureKey=管理密码 --reader.app.inviteCode=注册邀请码
```
但因为replit免费版是公开可见的,所以这样设置明文任何人都会看到你的账户和密码。
所以首次搭建Reader使用,需要在`Secrets`这里设置环境变量内容如下:
![](https://raw.iqiq.io/sxbai/reader-on-replit/master/2023-03-15182732.png)
![](https://raw.iqiq.io/sxbai/reader-on-replit/master/2023-03-15182846.png)
![](https://raw.iqiq.io/sxbai/reader-on-replit/master/2023-03-15182943.png)
`testpassword`仅作为演示的管理密码,`testcode`仅作为演示的邀请码
设置好自己的管理密码及邀请码,点击Run按钮就可以了!