Outbound network requests
Hi!
I am moving an existing Grav installation to another private network, that disallows all outbound connections per default. The site itself is being delivered as fast as usual, but the admin plugin pages take a long time to load (30 seconds) or result in a 504 Gateway Timeout error. This leads me to suspect that the problems lies with some external requests from the admin plugin (e.g. checking for updates). The basic resources for my deployment are exactly the same as for the previous setup.
Is there a list of URLs that need to be whitelisted in order for the plugin to work correctly? I could not find any documentation on this.
EDIT: I tried using the following config settings, which fixed the issue when accessing pages:
widgets_display:
dashboard-maintenance: false
dashboard-notifications: false
dashboard-feed: false
enable_auto_updates_check: false
notifications:
feed: false
dashboard: false
plugins: false
themes: false
same here, local installation w/o inet connection and slugish page load, why everybody has to collect data like image from gravater!
look for notifications.json in user/plugins/admin/classes/plugin/Admin.php and comment out that first line, next one uncomment w/ localhost u get still redish notification box/es but page works
to get rid of red notification message point to notification.json for example w/
[ { "id": 2, "date": "2024-01-05 02:23", "message": "\ud83c\udf96 Don't forget to star Grav on GitHub!", "link": "https:\/\/github.com\/getgrav\/grav", "type": "info", "location": [ "feed" ] } ]