LME.* folders into Lampac’s module directory or mount them as Docker volumes — no extra tooling required.
Repository structure
Each module is a self-contained folder at the root of the repository. The folder name matches the module name exactly:manifest.json that Lampac reads to register the module, along with the compiled module assembly.
- System-wide
- Docker
Clone the repository
Run the following command inside an empty directory where you want to store the modules:
Move modules into Lampac's module directory
Copy or move the You can copy only the folders for the modules you need — any
LME.* folders you want into the module directory of your Lampac installation. For example, to install all modules:LME.* folder placed in the module directory will be loaded automatically on the next Lampac start.The
LME. prefix is required in both the folder name and all configuration keys. Using the wrong name (for example, Uaflix instead of LME.Uaflix) will cause the module to fail to load or conflict with built-in providers.