-
-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ raspberry-pi | |
.gitignore | ||
Dockerfile | ||
README.md | ||
.github |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
--- | ||
name: Support Request | ||
about: Need help? | ||
title: '' | ||
labels: question | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- Please search existing issues to avoid creating duplicates. --> | ||
|
||
**Describe Your Problem:** | ||
<!-- A clear and concise description of what problem you are trying to solve. --> | ||
|
||
**Logs:** | ||
<!-- Support requests that do not contain logs may be closed without warning. --> | ||
|
||
``` | ||
Show the Docker container logs here | ||
``` | ||
|
||
**Docker Start Command:** | ||
<!-- Show how you are starting the docker container --> | ||
<!-- docker-compose? provide the full docker-compose.yml file --> | ||
|
||
``` | ||
docker run --net=host ... | ||
``` | ||
|
||
**Homebridge Config:** | ||
|
||
```json | ||
Show your homebridge config.json here | ||
``` | ||
|
||
**Screenshots:** | ||
<!-- If applicable, add screenshots to help explain your problem. --> | ||
|
||
**Environment:** | ||
|
||
* **Operating System**: Raspbian / Ubuntu / Debian / Windows / macOS | ||
* **Docker Version**: <!-- docker --> | ||
|
||
<!-- Click the "Preview" tab before you submitting ensure the formatting is correct. --> |