docs(readme): update

This commit is contained in:
2025-06-01 09:46:31 -07:00
parent d690256369
commit 3e914b7a99
4 changed files with 75 additions and 44 deletions

View File

@@ -14,6 +14,9 @@ body:
4. Before creating this bug report, ensure you updated your applications to the latest versions.
Check your configurations to ensure there are no typos or errors.
Docker users should attempt to re-pull the TVApp2 image to ensure caching is not the cause of an issue.
5. To get detailed logs of the issue, set the environment variable:
`LOG_LEVEL=5`
Restart the docker container and you should get more detailed logs.
<br />
@@ -126,9 +129,9 @@ body:
- type: textarea
id: docker-compose
attributes:
label: docker-compose.yml
label: docker-compose.yml / Run command
description: |
Copy / paste your `docker-compose.yml` file here
Copy / paste your `docker-compose.yml` file or run command here
- type: textarea
id: logs
@@ -137,6 +140,7 @@ body:
description: |
Paste your docker logs here.
You can get your docker logs by opening terminal and running `docker logs tvapp2`
To get detailed logs, set the environment variable `LOG_LEVEL=5` and restart the container.
- type: textarea
id: screenshots