wip3
This commit is contained in:
@@ -0,0 +1,72 @@
|
||||
app:
|
||||
timezone: GMT+5
|
||||
# locale: en
|
||||
debug: false
|
||||
log_level: info
|
||||
playlists: ../playlists/playlists.ini
|
||||
tags: ../playlists/channels.json
|
||||
|
||||
server:
|
||||
host: localhost
|
||||
port: 8800
|
||||
|
||||
site:
|
||||
base-url: http://localhost:8800
|
||||
repo-url: https://git.axenov.dev/IPTV/iptvc
|
||||
page-size: 0
|
||||
favicon: # опциональный путь к иконке
|
||||
header:
|
||||
title: IPTV Checker
|
||||
navigation:
|
||||
- title: Аптайм
|
||||
url: https://status.m3u.su
|
||||
icon: pulse-outline
|
||||
- title: Помощь
|
||||
icon: help-circle-outline
|
||||
children:
|
||||
- title: Документация
|
||||
url: /docs
|
||||
icon: document-text-outline
|
||||
- title: Исходники
|
||||
url: https://git.axenov.dev/IPTV
|
||||
icon: code-slash-outline
|
||||
- title: "@iptv_aggregator"
|
||||
url: https://t.me/iptv_aggregator
|
||||
icon: paper-plane-outline
|
||||
footer-links:
|
||||
- title: Исходники
|
||||
url: https://git.axenov.dev/IPTV
|
||||
icon: code-slash-outline
|
||||
- title: axenov.dev
|
||||
url: https://axenov.dev
|
||||
icon: person-outline
|
||||
- title: Канал
|
||||
url: https://t.me/iptv_aggregator
|
||||
icon: megaphone-outline
|
||||
|
||||
check:
|
||||
start-on-serve: true
|
||||
playlists:
|
||||
user-agent:
|
||||
- Mozilla/5.0 WINK/1.31.1 (AndroidTV/9) HlsWinkPlayer
|
||||
timeout: 10000
|
||||
all-cooldown: 0
|
||||
one-cooldown: 0
|
||||
max-routines: 5
|
||||
per-routine: 5
|
||||
channels:
|
||||
user-agent: Mozilla/5.0 WINK/1.31.1 (AndroidTV/9) HlsWinkPlayer
|
||||
timeout: 10000
|
||||
byte-range: 512
|
||||
cooldown: 0
|
||||
max-routines: 50
|
||||
per-routine: 10
|
||||
|
||||
cache:
|
||||
enabled: false
|
||||
host: localhost
|
||||
port: 6379
|
||||
username:
|
||||
password:
|
||||
db: 1
|
||||
ttl: 1800
|
||||
Reference in New Issue
Block a user