-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Description
According to: https://docs.opencloud.eu/de/docs/admin/configuration/web-applications
and the docker-compose.yaml
https://github.com/opencloud-eu/opencloud-compose/blob/b7078d309b7db0aa828d635d75324c8679ffbc47/docker-compose.yml#L60
I should be able to add the downloaded json-viewer-app from the App-Store.
This does not work.
Problem:
- ${OC_DATA_DIR:-opencloud-data}:/var/lib/opencloud ( in .env-file I set OC_DATA_DIR=./OC-data )
will take control over the /var/lib/opencloud directory.
A later added/installed: - ${OC_APPS_DIR:-./OC-apps}:/var/lib/opencloud/web/assets/apps
will therefore not bind again and create the dir in /var/lib/opencloud/web/assets/apps
So /var/lib/opencloud/web/assets/apps will still not exist in the container.
And even if I put the extracted json-viewer in the ./OC-data/web/assets/apps/json-viewer/ directory, I cannot see the web-app showing up in my browser or parse a test.json - file while editing.
This issue is related to multiple repos to fix/clear things. Please put the issue where ever helpfull.
- openloud-eu/opencloud-compose (Volumes-part should be changed to be more failsafe/helpfull)
- openloud-eu/docs (should be more helpfull in explaining what to do and why and show the expected result and the working web-app in action.)
- openloud-eu/web (can't see the web app as expected. No helpfull input to the web-app support and what to expect.)
- opencloud-eu/web-extensions needs an update as well: https://github.com/opencloud-eu/web-extensions/blob/c8b63910b09f0fb1069e7668e8c2afa6f54c312e/README.md?plain=1#L25-L29
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels