Closed applisnet closed 1 year ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
problem solved by adding the proxy in the configuration of the file_get_contents function in the file /app/www/app/Http/Controllers/ItemController.php
$options = array( "ssl" => array( "verify_peer" => false, "verify_peer_name" => false, ), 'http' => array( 'proxy' => 'tcp://Proxy_host:Proxy_port', // set your HTTP proxy server here 'request_fulluri' => true, ),
);
$contents = file_get_contents($request->input('icon'), false, stream_context_create($options));
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue is locked due to inactivity
Is there an existing issue for this?
Current Behavior
When adding an item with the Application Type function, nginx throws error 504 Gateway Time-out.
Expected Behavior
No response
Steps To Reproduce
the proxy is well declared in the .env file HTTP_PROXY="http://proxy.domaine:3128" HTTPS_PROXY="http://proxy.domaine:3128"
ping in the docker container Ok root@0495dbe64ee4:/# ping appslist.heimdall.site PING appslist.heimdall.site (185.199.110.153): 56 data bytes
Environment
No response
CPU architecture
x86-64
Docker creation
Container logs