mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-23 21:42:23 -05:00
add default apps
files,pdf-viewer,markdown-editor,media-viewer work draw-io seems broken
This commit is contained in:
committed by
GitHub
parent
8ce2f00867
commit
0ad66e074d
@@ -171,7 +171,7 @@ func ServerWithConfig(cfg *config.Config) []cli.Flag {
|
||||
},
|
||||
&cli.StringFlag{
|
||||
Name: "web-config-apps",
|
||||
Value: "",
|
||||
Value: "files,pdf-viewer,markdown-editor,media-viewer",
|
||||
Usage: `String with comma separated values. --web-config-apps "pdf-viewer, files, draw-io"`,
|
||||
EnvVar: "PHOENIX_WEB_CONFIG_APPS",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user