No description
- Dockerfile 68.6%
- Shell 31.4%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| CHANGELOG | ||
| CloudronManifest.json | ||
| CloudronVersions.json | ||
| DESCRIPTION.md | ||
| Dockerfile | ||
| icon.png | ||
| POSTINSTALL.md | ||
| README.md | ||
| screenshot1.png | ||
| start.sh | ||
BookOrbit for Cloudron
A Cloudron package for BookOrbit — a self-hosted library management and reading platform for ebooks, PDFs, audiobooks and comics.
- App id:
org.eyecreate.bookorbit - Upstream: bookorbit/bookorbit
Build & install
npm install -g cloudron
cloudron login <box-host>
cloudron install # on-server build; first build takes several minutes
cloudron logs -f # watch: secrets generated, migrations, server on :3000
First run: the app redirects to a one-time setup page that needs the setup token:
cloudron exec cat /app/data/.bookorbit/setup-token
Update after bumping:
cloudron update
Bumping upstream
- Bump
UPSTREAM_REFat the top of theDockerfile(the source is cloned during the build — there is no submodule to move). - If upstream's
Dockerfilechanged (build commands, deps, paths), sync the build stages here. - Bump the manifest
version(semver, e.g.0.2.0) andupstreamVersion. - Add a
CHANGELOGentry, thencloudron update.