nextcloud / nextcloud/app_api

Support of Company Proxy.

Open
#364 7 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

documentation enhancement priority: normal
Dominant language
PHP
Stars
196
Forks
26
Avg merge
4d 15h
Merged PRs (30d)
31

Description

My nextcloud is setup on the docker behind company proxy.
After installed app_api then try to test_deploy, but got the following message:

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

Use Nextcloud to download others app successfully, so I think the network is workable.
How can I solved it?

NC: 29.0.3-apache
Appapi: 3.1.0

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at custom_apps/app_api/lib/Service/ExAppService.php line 277 and trace the test_deploy request that reads the remote info.xml file. Reproduce the timeout with Nextcloud 29.0.3-apache and AppAPI 3.1.0 behind the company proxy; done means test_deploy can retrieve the file successfully through that proxy.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, php
Domain
backend, networking
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.