Support of Company Proxy.
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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