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

add dicom-viewer app to apps.json #12

wants to merge 4 commits into from

Conversation

koebel
Copy link
Contributor

@koebel koebel commented Sep 9, 2024

Added screenshots and dicom-viewer app to apps.json.

Notes:

@Salipa-Gurung Salipa-Gurung marked this pull request as ready for review October 7, 2024 05:33
{
"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'''

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants