nextcloud / app_api

Nextcloud AppAPI
https://apps.nextcloud.com/apps/app_api
GNU Affero General Public License v3.0
71 stars 6 forks source link

Can test deployments work offline? #355

Closed aef5748 closed 1 month ago

aef5748 commented 1 month ago

I am already installed app_api and download relation image, like below: test-deploy:release-cpu test-deploy:release-cuda context_chat_backend

Is it passable initial finished without network after create daemon?

Because when I disconnect external network, I got below message after create daemon and click test

file_get_contents(https://raw.githubusercontent.com/cloud-py-api/test-deploy/main/appinfo/info.xml): Failed to open stream: Connection timed out at /var/www/html/custom_apps/app_api/lib/Service/ExAppService.php#277
bigcat88 commented 1 month ago

Hello. No, it is not supposed to work offline, we have no such feature at this moment.

aef5748 commented 1 month ago

Thanks for your reply.

bigcat88 commented 1 month ago

You're welcome