mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-08-07 03:50:08 +02:00
👌 Updated IAP for accessing formulae.brew.sh
This commit is contained in:
@ -276,6 +276,8 @@ This problem is usually resolved by upgrading Valet and running `valet install`
|
|||||||
composer global update
|
composer global update
|
||||||
valet install
|
valet install
|
||||||
|
|
||||||
|
If you are seeing a 502 (Bad Gateway) error after about 30 seconds or so, your request is likely timing out. You may need to solve a performance issue with your own code.
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
@ -10,6 +10,22 @@
|
|||||||
<string>https://github.com/nicoverbruggen/phpmon</string>
|
<string>https://github.com/nicoverbruggen/phpmon</string>
|
||||||
<key>Connections</key>
|
<key>Connections</key>
|
||||||
<array>
|
<array>
|
||||||
|
<dict>
|
||||||
|
<key>IsIncoming</key>
|
||||||
|
<false/>
|
||||||
|
<key>Host</key>
|
||||||
|
<string>github.com, api.github.com</string>
|
||||||
|
<key>NetworkProtocol</key>
|
||||||
|
<string>TCP</string>
|
||||||
|
<key>Port</key>
|
||||||
|
<string>443</string>
|
||||||
|
<key>Relevance</key>
|
||||||
|
<string>Essential</string>
|
||||||
|
<key>Purpose</key>
|
||||||
|
<string>PHP Monitor directly invokes Homebrew which contacts GitHub. This happens when PHP Monitor asks for more information about the PHP formula to determine which version of PHP you've got running.</string>
|
||||||
|
<key>DenyConsequences</key>
|
||||||
|
<string>If you deny these connections, PHP Monitor might not be able to complete its preset set of instructions, causing version switching to fail.</string>
|
||||||
|
</dict>
|
||||||
<dict>
|
<dict>
|
||||||
<key>IsIncoming</key>
|
<key>IsIncoming</key>
|
||||||
<false/>
|
<false/>
|
||||||
@ -46,15 +62,15 @@
|
|||||||
<key>IsIncoming</key>
|
<key>IsIncoming</key>
|
||||||
<false/>
|
<false/>
|
||||||
<key>Host</key>
|
<key>Host</key>
|
||||||
<string>github.com, api.github.com</string>
|
<string>formulae.brew.sh</string>
|
||||||
<key>NetworkProtocol</key>
|
<key>NetworkProtocol</key>
|
||||||
<string>TCP</string>
|
<string>TCP</string>
|
||||||
<key>Port</key>
|
<key>Port</key>
|
||||||
<string>443</string>
|
<string>80, 443</string>
|
||||||
<key>Relevance</key>
|
<key>Relevance</key>
|
||||||
<string>Essential</string>
|
<string>Essential</string>
|
||||||
<key>Purpose</key>
|
<key>Purpose</key>
|
||||||
<string>PHP Monitor directly invokes Homebrew which contacts GitHub. This happens when PHP Monitor asks for more information about the PHP formula to determine which version of PHP you've got running.</string>
|
<string>PHP Monitor directly invokes Homebrew which contacts the Homebrew API. This happens when PHP Monitor asks for more information about the PHP formula to determine which version of PHP you've got running.</string>
|
||||||
<key>DenyConsequences</key>
|
<key>DenyConsequences</key>
|
||||||
<string>If you deny these connections, PHP Monitor might not be able to complete its preset set of instructions, causing version switching to fail.</string>
|
<string>If you deny these connections, PHP Monitor might not be able to complete its preset set of instructions, causing version switching to fail.</string>
|
||||||
</dict>
|
</dict>
|
||||||
|
Reference in New Issue
Block a user