Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add dicom-viewer app to apps.json #12

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
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
58 changes: 57 additions & 1 deletion webApps/apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,5 +160,61 @@
}
]
}
,
{
"id": "com.github.owncloud.web-app-dicom-viewer",
"name": "DICOM Viewer",
"subtitle": "Preview DICOM files (.dcm) – both the medical images and their corresponding metadata.",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add a description please? There are several CSP rules that need to be added to make the app work. That would be important to have in the description:

  worker-src:
    - '''self'''
    - 'blob:'
  child-src:
    - 'blob:'
  connect-src:
    - 'data:'
    - 'https://unpkg.com/detect-gpu@5.0.38/dist/benchmarks/d-apple.json'
  script-src:
    - '''unsafe-eval'''

"license": "AGPL-3.0",
"versions": [
{
"version": "1.0.0",
"url": "https://github.com/owncloud/web-app-dicom-viewer/releases/download/1.0.0/dicom-viewer-1.0.0.zip"
}
],
"authors": [
{
"name": "ownCloud",
"url": "https://owncloud.com"
}
],
"tags": ["viewer", "dicom", "medical images", "metadata"],
"coverImage": {
"url": "https://raw.githubusercontent.com/owncloud/awesome-ocis/main/webApps/owncloud/web-app-dicom-viewer/cover.png"
},
"screenshots": [
{
"url": "https://raw.githubusercontent.com/owncloud/awesome-ocis/main/webApps/owncloud/web-app-dicom-viewer/screenshots/1.png",
"caption": "Preview a DICOM image and it's most important meta data."
},
{
"url": "https://raw.githubusercontent.com/owncloud/awesome-ocis/main/webApps/owncloud/web-app-dicom-viewer/screenshots/2.png",
"caption": "The extension allows to zoom, rotate and flip the preview of the DICOM image."
},
{
"url": "https://raw.githubusercontent.com/owncloud/awesome-ocis/main/webApps/owncloud/web-app-dicom-viewer/screenshots/3.png",
"caption": "Inverting the colors of the preview of the DICOM image is also supported."
},
{
"url": "https://raw.githubusercontent.com/owncloud/awesome-ocis/main/webApps/owncloud/web-app-dicom-viewer/screenshots/4.png",
"caption": "Display all corresponding metadata in sidebar."
},
{
"url": "https://raw.githubusercontent.com/owncloud/awesome-ocis/main/webApps/owncloud/web-app-dicom-viewer/screenshots/5.png",
"caption": "Preview a DICOM image and it's most important meta data on a mobile device."
},
{
"url": "https://raw.githubusercontent.com/owncloud/awesome-ocis/main/webApps/owncloud/web-app-dicom-viewer/screenshots/6.png",
"caption": "Display all corresponding metadata on a mobile device."
}
],
"resources": [
{
"label": "GitHub",
"icon": "github",
"url": "https://github.com/owncloud/web-app-dicom-viewer"
}
]
}
]
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.