Module
Modules are often extensions for the cloud. Can run on a node, sub- and proxy server.
Repositories
Various modules can be uploaded to module repositories. These repos can be added or removed with the following commands:
module repository add <url>
module repository remove <url>
All modules present in the repo can be installed directly using the install command.
There is currently no self-hosting software for own module repositories
Other commands
module update <id>
module load <id>
module unload <id>
module install <id>
module uninstall <id>
module reload <id>
Last updated