Closed janvanmansum closed 1 year ago
Makes it possible to specifiy a mirror to download the Solr package from. The official URL sometimes takes forever to download.
The alternative url can be configured via download_url, e.g.,
download_url
solr: group: solr root: /usr/local/solr user: solr version: 8.11.1 download_url: 'https://some-mirror/solr.tgz' checksum: sha256:9ec540cbd8e45f3d15a6b615a22939f5e6242ca81099951a47d3c082c79866a9 listen: 127.0.0.1
If download_url is omitted or commented out, the URL is constructed a usual.
This looks great! Thank you!
Makes it possible to specifiy a mirror to download the Solr package from. The official URL sometimes takes forever to download.
The alternative url can be configured via
download_url
, e.g.,If download_url is omitted or commented out, the URL is constructed a usual.