- Clone this repo
- Install cloudron cli
npm install -g cloudron
- Login to your cloudron instance
cloudron login my.example.com
- Install this app
cloudron install --image tobosdf/reader:latest
- Wait until the health check finish
- Please edit your
env
file via cloudron's file manager and change the following env vars:READER_APP_SECUREKEY
,READER_APP_INVITECODE
- Restart
cloudron restart --app reader.example.com
- Enjoy!