Install Web Apps #1741
-
|
I’m using docker cli for my opencloud instance
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
|
I also don't get this working |
Beta Was this translation helpful? Give feedback.
-
|
You're not supposed to set If this still doesn't work, try setting
Only apps with customizable settings are listed there. The |
Beta Was this translation helpful? Give feedback.
-
|
Okay, when I put the apps in /web/assets/apps/, it works. The documentation is really bad though, because it only tells me to put them in config/opencloud/apps and to create the directory web/assets/apps in the OC data directory. https://docs.opencloud.eu/docs/admin/configuration/web-applications |
Beta Was this translation helpful? Give feedback.


You're not supposed to set
OC_DATA_DIRto/web/assets/apps, you just need to make sure that/web/assets/appsis inside yourOC_DATA_DIR. Hence you need to place your apps in:$OC_DATA_DIR/web/assets/apps.If this still doesn't work, try setting
WEB_ASSET_APPS_PATHto a path of your choice and place your apps there.Only apps with customizable settings are listed there. The
progress-barsapp currently is the only one providing a setting.