baliasnyifeliks 497dbc2b09 fix(media): handle stream URL transformation for proxy URLs
The change ensures that when a stream URL is returned from the proxy,
it is properly transformed using accsArgs if it starts with the proxy path.
This fixes an issue where proxy URLs were not being processed correctly
before redirection.
2026-01-13 11:31:12 +02:00
2025-09-12 18:59:07 +03:00

Ukraine online source for Lampac

Table of contents

Installation

  1. Clone the repository:

    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:
      -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

- repository: https://github.com/lampame/lampac-ukraine
  branch: main
  modules:
    - AnimeON
    - Anihub
    - Unimay
    - CikavaIdeya
    - Uaflix
    - UaTUT
    - Bamboo
    - UAKino
    - StarLight

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
  }

Donate

Support the author: https://lampame.donatik.me

Description
Ukraine online source for Lampac
Readme Apache-2.0 1.6 MiB
Languages
C# 98.4%
Shell 1.6%