From b150cabfb0970c0e0d3a164cb4775c7ab5f991ac Mon Sep 17 00:00:00 2001 From: Felix Date: Tue, 30 Sep 2025 15:27:57 +0300 Subject: [PATCH] Add Uaflix init support configuration to README --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 12565e7..d638fb4 100644 --- a/README.md +++ b/README.md @@ -47,4 +47,25 @@ Create or update the module/repository.yaml file branch - optional, default main -modules - optional, if not specified, all modules from the repository will be installed \ No newline at end of file +modules - optional, if not specified, all modules from the repository will be installed + +## Init support + +```json +"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 + } +``` \ No newline at end of file