Add epub-reader to apps default config (#8410)

This commit is contained in:
Alex
2024-02-23 15:19:31 +01:00
committed by GitHub
parent b6a6cb2b8e
commit 48a4114ffd
2 changed files with 6 additions and 1 deletions

View File

@@ -96,7 +96,7 @@ func DefaultConfig() *config.Config {
ResponseType: "code",
Scope: "openid profile email",
},
Apps: []string{"files", "search", "text-editor", "pdf-viewer", "external", "admin-settings"},
Apps: []string{"files", "search", "text-editor", "pdf-viewer", "external", "admin-settings", "epub-reader"},
ExternalApps: []config.ExternalApp{
{
ID: "preview",