Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## epubviewer
## epubviewer    <a href="https://ateeducacion.github.io/nextcloud-playground/?blueprint-url=https://raw.githubusercontent.com/devnoname120/epubviewer/refs/heads/master/blueprint.json" target="_blank" rel="noopener noreferrer"><img width="150px" src="https://raw.githubusercontent.com/ateeducacion/nextcloud-playground/refs/heads/main/assets/playground-preview-button.svg" alt="Open in Nextcloud Playground" width="224"></a>

Reader is an ebook reader based on pure javascript renderers. It works for publications formatted according to the
following standards:
Expand Down
43 changes: 43 additions & 0 deletions blueprint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"$schema": "https://raw.githubusercontent.com/ateeducacion/nextcloud-playground/main/assets/blueprints/blueprint-schema.json",
"meta": {
"title": "EPUB Viewer Playground",
"author": "epubviewer",
"description": "A fresh Nextcloud in the browser with the EPUB Viewer app installed. Browse sample EPUB, PDF and CBR files directly in Files."
},
"landingPage": "/index.php/apps/files/",
"siteOptions": {
"title": "Nextcloud + EPUB Viewer",
"locale": "en",
"timezone": "UTC"
},
"admin": {
"username": "admin",
"password": "admin",
"email": "admin@example.com"
},
"steps": [
{ "step": "disableApp", "app": "firstrunwizard" },
{
"step": "installApp",
"appId": "epubviewer",
"url": "https://github-proxy.exelearning.dev/?repo=devnoname120/epubviewer&release=playground&asset=epubviewer.zip"
},
{
"step": "writeFile",
"path": "data/admin/files/epub-samples/epub2-metadata-cover.epub",
"url": "https://raw.githubusercontent.com/devnoname120/epubviewer/master/tests/fixtures/epub/epub2-metadata-cover.epub"
},
{
"step": "writeFile",
"path": "data/admin/files/epub-samples/epub3-cover-image-properties.epub",
"url": "https://raw.githubusercontent.com/devnoname120/epubviewer/master/tests/fixtures/epub/epub3-cover-image-properties.epub"
},
{
"step": "writeFile",
"path": "data/admin/files/epub-samples/no-cover.epub",
"url": "https://raw.githubusercontent.com/devnoname120/epubviewer/master/tests/fixtures/epub/no-cover.epub"
},
{ "step": "runOcc", "args": ["files:scan", "admin"] }
]
}