This tool helps download the entire repositories of Reposilite manager.
Reposilite repository manager uses a modern reactive frontend, so the traditional method of searching file URLs using wget does not work. This tool uses the Reposilite API to retrieve all file URLs.
- Clone or download ZIP of this repository.
- Install NPM dependencies:
npm install
. - Run using command:
npm start -- https://repository-url.tld urls.txt
(all found URLs will we written to urls.txt file). - Pass URL list to wget:
wget --recursive --no-verbose -i urls.txt