mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 07:25:41 -04:00
docs(readme): add logging info
This commit is contained in:
44
README.md
44
README.md
@@ -56,6 +56,7 @@ Makes use of the generous work over at [https://github.com/dtankdempse/thetvapp-
|
||||
- [Volumes](#volumes)
|
||||
- [Build](#build)
|
||||
- [Shell / Bash](#shell--bash)
|
||||
- [Logs](#logs)
|
||||
- [Contributors ✨](#contributors-)
|
||||
|
||||
<br />
|
||||
@@ -437,6 +438,49 @@ docker exec -it thetvapp ash
|
||||
|
||||
<br />
|
||||
|
||||
## Logs
|
||||
This image spits out detailed information about its current progress. You can either use `docker logs` or a 3rd party app such as [Portainer](https://portainer.io/) to view the logs.
|
||||
|
||||
<br />
|
||||
|
||||
```shell
|
||||
───────────────────────────────────────────────────────────────
|
||||
TheTvApp Docker Container
|
||||
───────────────────────────────────────────────────────────────
|
||||
|
||||
This container automatically downloads the m3u8 and xml guide
|
||||
data from
|
||||
- https://github.com/dtankdempse/thetvapp-m3u
|
||||
|
||||
Once the data is downloaded, you can access the files from
|
||||
the container's webserver.
|
||||
|
||||
User ID ........... 1000
|
||||
Group ID .......... 1000
|
||||
Port HTTP ......... 80
|
||||
Port HTTPS ........ 443
|
||||
|
||||
───────────────────────────────────────────────────────────────
|
||||
|
||||
SSL : Using existing keys found in /config/keys
|
||||
Loader : No custom files found, skipping...
|
||||
Core : Completed loading container
|
||||
Config : Setting task to run */60 * * * *
|
||||
Setting timezone Etc/UTC
|
||||
|
||||
Start : Downloading latest thetvapp m3u + xml
|
||||
Getting thetvapp.xml › https://raw.githubusercontent.com/dtankdempse/thetvapp-m3u/refs/heads/main/guide/epg.xml
|
||||
Getting thetvapp.xml.gz › https://raw.githubusercontent.com/dtankdempse/thetvapp-m3u/refs/heads/main/guide/epg.xml.gz
|
||||
Getting thetvapp.m3u8 › https://thetvapp-m3u.data-search.workers.dev/playlist
|
||||
End : Finished update at 12-01-2024 15:00:00
|
||||
```
|
||||
|
||||
<br />
|
||||
|
||||
---
|
||||
|
||||
<br />
|
||||
|
||||
## Contributors ✨
|
||||
We are always looking for contributors. If you feel that you can provide something useful to Gistr, then we'd love to review your suggestion. Before submitting your contribution, please review the following resources:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user