Skip to main content
Lampac 148.1 introduced a repository manager that reads a repository.yaml file from the module directory and installs modules directly from a Git repository. Pointing it at the lampac-ukraine repository lets Lampac download, install, and keep your chosen modules up to date without any manual cloning or file copying.
Auto-install requires Lampac version 148.1 or newer. If you are running an older version, use manual installation instead.
1

Create or open module/repository.yaml

Navigate to the module directory inside your Lampac installation and create a repository.yaml file if one does not exist yet. If the file already exists, add a new list entry rather than replacing the whole file.
2

Add the lampac-ukraine repository entry

Paste the following into repository.yaml. Adjust the modules list to include only the modules you want:
module/repository.yaml
- repository: https://github.com/lampac-ukraine/lampac-ukraine
  branch: main
  modules:
    - LME.AnimeON
    - LME.Unimay
    - LME.Mikai
    - LME.NMoonAnime
    - LME.Uaflix
    - LME.Bamboo
    - LME.Makhno
    - LME.StarLight
    - LME.KlonFUN
    - LME.UafilmME
    - LME.JackTor
Both branch and modules are optional:
  • branch — the Git branch to install from. Defaults to main when omitted.
  • modules — the specific modules to install. When omitted, Lampac installs every module found in the repository.
3

Restart Lampac

Restart the Lampac service. On startup, Lampac reads repository.yaml, clones or updates the repository, and installs the listed modules into the module directory automatically.

Available modules

The following modules can be listed under modules in your repository.yaml: TV shows and movies
Module nameSource
LME.Uaflixuaflix.net
LME.MakhnoUkrainian movie source
LME.StarLightStarLight streaming
LME.KlonFUNklon.fun
LME.UafilmMEUkrainian film source
Anime and dorama
Module nameSource
LME.AnimeONanimeon.club
LME.Bamboobambooua.com
LME.UnimayUkrainian anime source
LME.Mikaimikai.me
LME.NMoonAnimeMoonanime-based anime
Torrent
Module nameDescription
LME.JackTorJackett + TorrServer bridge
After installation, each module must still be configured in init.conf before it becomes active. Use the module name as the key — for example, "LME.Uaflix", not "Uaflix".

Build docs developers (and LLMs) love