Skip to content

Commit

Permalink
chore: move preview app from external to internal
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannik Stehle committed Oct 7, 2024
1 parent 7eefbcd commit 0a731d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20 deletions.
12 changes: 2 additions & 10 deletions dev/docker/ocis.web-federated.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,7 @@
"admin-settings",
"ocm",
"webfinger",
"epub-reader"
],
"external_apps": [
{
"id": "preview",
"path": "web-app-preview",
"config": {
"mimeTypes": ["image/tiff", "image/bmp", "image/x-ms-bmp"]
}
}
"epub-reader",
"preview"
]
}
12 changes: 2 additions & 10 deletions dev/docker/ocis.web.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,7 @@
"webfinger",
"epub-reader",
"app-store",
"activities"
],
"external_apps": [
{
"id": "preview",
"path": "web-app-preview",
"config": {
"mimeTypes": ["image/tiff", "image/bmp", "image/x-ms-bmp"]
}
}
"activities",
"preview"
]
}

0 comments on commit 0a731d4

Please sign in to comment.