Installing the plugin from source

Hello everyone! I want to install the nf-weblog plugin on a server with network restrictions. The nextflow documentation says the correct way to do this is:

  1. Install a self-contained version of Nextflow in an environment with an internet connection. See Standalone distribution for more information.
  2. Run nextflow plugin install @ for each required plugin to download it. Alternatively, run the pipeline once, which will automatically download all plugins required by the pipeline.
  3. Copy the nextflow binary and $HOME/.nextflow directory to the offline environment.
  4. Specify each plugin and its version in Nextflow configuration files or at runtime. See Configuration for more information.
  • Is there another way to install the plugin, please? Perhaps from the source code on GitHub? Nextflow version 25.10.4
    Thanks in advance!