mirror of
https://github.com/lampame/lampac-ukraine.git
synced 2026-04-16 17:32:20 +00:00
50 lines
1006 B
Markdown
50 lines
1006 B
Markdown
# Ukraine online source for Lampac
|
|
|
|
- [x] AnimeON
|
|
- [ ] AnimeUA
|
|
- [ ] Anitubeinua
|
|
- [ ] BambooUA
|
|
- [x] CikavaIdeya
|
|
- [ ] KinoTron
|
|
- [ ] KinoVezha
|
|
- [ ] KlonTV
|
|
- [x] UAFlix
|
|
- [ ] UATuTFun
|
|
- [ ] UFDub
|
|
- [ ] Uakino
|
|
- [X] Unimay
|
|
|
|
|
|
## Installation
|
|
|
|
1. Clone the repository:
|
|
```bash
|
|
git clone https://github.com/lampac-ukraine/lampac-ukraine.git .
|
|
```
|
|
|
|
2. Move the modules to the correct directory:
|
|
- If Lampac is installed system-wide, move the modules to the `module` directory.
|
|
- If Lampac is running in Docker, mount the volume:
|
|
```bash
|
|
-v /path/to/your/cloned/repo/Uaflix:/home/module/Uaflix
|
|
```
|
|
|
|
## Auto installation
|
|
|
|
If Lampac version 148.1 and newer
|
|
|
|
Create or update the module/repository.yaml file
|
|
|
|
```YAML
|
|
- repository: https://github.com/lampame/lampac-ukraine
|
|
branch: main
|
|
modules:
|
|
- AnimeON
|
|
- CikavaIdeya
|
|
- Uaflix
|
|
- Unimay
|
|
```
|
|
|
|
branch - optional, default main
|
|
|
|
modules - optional, if not specified, all modules from the repository will be installed |