Sign in Sign up hectorqin / reader Public Notifications Fork 5.3k Star 9.4k Code Issues 61 Pull requests 2 Actions Security Insights 多用户模式下如何进入管理员模式?#619 New issue ClosedDescription cfwvip opened on Jan 5, 2025请教一下,多用户模式有个adminpwd这个密码修改后,怎么使用这个...
- READER_APP_REMOTEWEBVIEWAPI=http://readerwebview:8050 #启用webview(若下方readerwebview容器不开启需注释此行 # ↓多用户模式配置↓ - READER_APP_SECURE=true #开启登录鉴权,开启后将支持多用户模式 - READER_APP_SECUREKEY=adminpwd #管理员密码 建议修改 - READER_APP_INVITECODE=registercode #注册邀...
26 + - READER_APP_SECUREKEY=adminpwd #管理员密码 建议修改 27 + - READER_APP_INVITECODE=registercode #注册邀请码 建议修改,如不需要可注释或删除 28 + # 如需支持webview书源,打开(占用较大,不需要可加 # 注释) 29 + readerwebview: 30 + image: hectorqin/remote-webview 31 + containe...