You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I originally posted this to docker-socket-proxy, but think app_api might be the more appropriate repo? nextcloud/docker-socket-proxy#40
Docker image size limit is exceeded during external app installation, causing install to fail.
Steps/Code to Reproduce
Configure and test the Daemon
Run the test deployment
Install an external App (STT Whisper 2)
Data for both the test deployment as well as the installed app is saved to the docker image /volumes dir. As the STT Whisper app has a significant amount of AI model data, the docker image size limit is exceeded causing the install to fail.
Expected Results
I am not a dev, so this could be a misunderstanding on my part, but I thought the docker image held executable binaries, whereas application data (such as AI models in this specific case) should be stored elsewhere on the host storage.
Assuming I'm not wrong, there should be a host path env variable for downloaded data to be saved to the host storage outside the docker image (since my nextcloud instance is installed via docker as well, presumably this path can be read/imported from the main nextcloud installation).
If this already exists, could the docs be updated to include the container path where downloaded external app data will be saved so that we can map it appropriately on the host system?
Actual Results
Docker image size limit exceeded, causing exapp install to fail.
Setup configuration
Web server: Nginx
Database: Maria 10.11
PHP version: 8.3
Nextcloud version: 29.0.4
Operating system: Docker / Unraid 6.12.13
The text was updated successfully, but these errors were encountered:
Describe the bug
I originally posted this to docker-socket-proxy, but think app_api might be the more appropriate repo?
nextcloud/docker-socket-proxy#40
Docker image size limit is exceeded during external app installation, causing install to fail.
Steps/Code to Reproduce
Expected Results
I am not a dev, so this could be a misunderstanding on my part, but I thought the docker image held executable binaries, whereas application data (such as AI models in this specific case) should be stored elsewhere on the host storage.
Assuming I'm not wrong, there should be a host path env variable for downloaded data to be saved to the host storage outside the docker image (since my nextcloud instance is installed via docker as well, presumably this path can be read/imported from the main nextcloud installation).
If this already exists, could the docs be updated to include the container path where downloaded external app data will be saved so that we can map it appropriately on the host system?
Actual Results
Docker image size limit exceeded, causing exapp install to fail.
Setup configuration
Web server: Nginx
Database: Maria 10.11
PHP version: 8.3
Nextcloud version: 29.0.4
Operating system: Docker / Unraid 6.12.13
The text was updated successfully, but these errors were encountered: