Skip to main content
Lampac Ukraine is a collection of external streaming source modules for Lampac NextGen. Each module connects the aggregator to a Ukrainian-language streaming site, giving users access to movies, TV shows, anime, and dorama directly inside Lampac. All modules use the LME. prefix (Lampac Modules Extended) so they never conflict with Lampac’s own built-in providers.
The key used in init.conf must match the module name exactly — including the LME. prefix. For example, configure Uaflix as "LME.Uaflix", not "Uaflix".

Movies and TV shows

These five modules connect to general Ukrainian streaming sites that carry both movies and TV serials.

LME.Uaflix

Source: uaflix.netMovies, TV shows, and anime with multi-voice dubbing. Supports login/password authentication and magic_apn for Ashdi streams.

LME.Makhno

Source: wh.lme.isroot.in (Makhno aggregator)Movies and TV shows with multi-voice and multi-season support. Uses IMDB-based wormhole resolution.

LME.StarLight

Source: tp-back.starlight.digitalMovies and TV shows from the StarLight Digital platform. Returns multiple stream quality levels per episode.

LME.KlonFUN

Source: klon.funMovies and TV shows with per-season voice track (dubbing) selection and magic_apn for Ashdi streams.

LME.UafilmME

Source: uafilm.meMovies and TV series with multi-quality stream support. Matches titles by TMDB/IMDB identifiers when available.

Anime and dorama

Five dedicated modules for anime and dorama content from Ukrainian fansub and streaming communities.

LME.AnimeON

Source: animeon.clubUkrainian anime portal with episode-level streaming.

LME.Bamboo

Source: bambooua.comAnime and dorama catalog with voice track support.

LME.Unimay

Source: Unimay streaming sourceAnime and dorama content with proxy and APN options.

LME.Mikai

Source: mikai.meAnime and dorama catalog for Ukrainian audiences.

LME.NMoonAnime

Source: Moonanime-based anime sourceAnime catalog with season and episode navigation.

Special module: LME.JackTor

LME.JackTor is a torrent-based module that integrates a Jackett indexer with one or more TorrServer nodes. Unlike the streaming modules above, it searches torrent trackers and plays back content via TorrServer rather than pulling from a hosted video source. Configuration requires a Jackett host, API key, and at least one TorrServer URL. See the JackTor module page for a full init.conf example with all parameters, and the JackTor configuration reference for per-field documentation.

Installation

1

Clone the repository

git clone https://github.com/lampac-ukraine/lampac-ukraine.git
2

Move modules into Lampac

If running system-wide, copy the desired module folders into Lampac’s module/ directory. If running in Docker, mount each module as a volume:
-v /path/to/lampac-ukraine/LME.Uaflix:/home/module/LME.Uaflix
3

Auto-install via repository.yaml (Lampac ≥ 148.1)

Create or update module/repository.yaml to let Lampac fetch modules automatically:
- repository: https://github.com/lampac-ukraine/lampac-ukraine
  branch: main
  modules:
    - LME.Uaflix
    - LME.Makhno
    - LME.StarLight
    - LME.KlonFUN
    - LME.UafilmME
    - LME.AnimeON
    - LME.Bamboo
    - LME.Unimay
    - LME.Mikai
    - LME.NMoonAnime
    - LME.JackTor
The branch and modules fields are both optional. Omit modules to install everything from the repository.

Build docs developers (and LLMs) love