Hi!
I am the maintainer of the App to install Invoiceninja in Yunohost, a software to self-host multiple apps.
We regularly update our app to the latest version of Invoice Ninja and at the latest update to 5.10.13, our build broke (see):
70967 WARNING PHP Warning: fopen(https://pdf.invoicing.co/ungoogled.tar): Failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden
70967 WARNING in /var/www/invoiceninja5/vendor/beganovich/snappdf/src/Command/DownloadChromiumCommand.php on line 134
70969 WARNING In DownloadChromiumCommand.php line 140:
70969 WARNING internal corruption of phar "/var/www/invoiceninja5/vendor/beganovich/snapp
70970 WARNING df/versions/ungoogled.tar" (truncated entry)
70971 WARNING download [--force]
I guess you somehow block downloading the ungoogled.tar - file from non-residental IP-adresses or check for User-Agents - and that’s fine!
Is there a way so our CI can download this file again? Maybe whitelist the IP-adress? (I’d have to check if the CI-runner has a static address).
Or is there a way to provide this file via some other means to the build job?
Thanks!