Add Uaflix init support configuration to README

This commit is contained in:
Felix 2025-09-30 15:27:57 +03:00
parent a4370b623b
commit b150cabfb0

View File

@ -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
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
}
```