mirror of
https://github.com/lampame/lampac-ukraine.git
synced 2026-04-16 17:32:20 +00:00
The parameter name in the episode API endpoint was updated from fundubId to translationId to align with the recent API changes. This ensures consistency with the backend's new translation system. BREAKING CHANGE: The fundubId parameter is now called translationId in the episode API endpoint. Any code using this parameter must be updated accordingly.
Ukraine online source for Lampac
- AnimeON
- AniHUB
- BambooUA
- CikavaIdeya
- KinoTron
- KinoVezha
- KlonTV
- UAFlix
- UATuTFun
- Unimay
Installation
-
Clone the repository:
git clone https://github.com/lampac-ukraine/lampac-ukraine.git . -
Move the modules to the correct directory:
- If Lampac is installed system-wide, move the modules to the
moduledirectory. - If Lampac is running in Docker, mount the volume:
-v /path/to/your/cloned/repo/Uaflix:/home/module/Uaflix
- If Lampac is installed system-wide, move the modules to the
Auto installation
If Lampac version 148.1 and newer
Create or update the module/repository.yaml file
- repository: https://github.com/lampame/lampac-ukraine
branch: main
modules:
- AnimeON
- Anihub
- Unimay
- CikavaIdeya
- Uaflix
- UaTUT
branch - optional, default main
modules - optional, if not specified, all modules from the repository will be installed
Init support
"Uaflix": {
"enable": true,
"domain": "https://uaflix.net",
"displayname": "Uaflix",
"streamproxy": false,
"useproxy": false,
"proxy": {
"useAuth": true,
"username": "FooBAR",
"password": "Strong_password",
"list": [
"socks5://adress:port"
]
},
"displayindex": 1
}
Description
Languages
C#
98.4%
Shell
1.6%