You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-9
Original file line number
Diff line number
Diff line change
@@ -22,12 +22,15 @@ Features include:
22
22
23
23
Keep in mind that this is intended for local usage, so there are no provisions for authentication, etc.
24
24
25
-
## Support
25
+
## Usage
26
26
27
-
Supported Go versions, see: https://endoflife.date/go
28
-
Supported architectures: amd64, arm64
27
+
1) Start HomeDash by either running the container or just starting the binary;
28
+
2) Feed your HomeDash installation using either:
29
+
- the [sidecar application](https://github.com/mvdkleijn/homedash-sidecar) or;
30
+
- the REST API, see http://localhost:8080/static/docs/ for details.
31
+
3) Go to http://localhost:8080/ to view the dashboard. (or whatever URL you host it on)
29
32
30
-
Source code and issues: https://github.com/mvdkleijn/homedash
33
+
An example docker-compose.yml file is included in the root of this git repository. The example assumes you use Traefik and something like https://github.com/tecnativa/docker-socket-proxy so adjust where needed for your situation.
31
34
32
35
## Configuration
33
36
@@ -72,12 +75,12 @@ All environment variables **must** be prefixed by "HOMEDASH_".
72
75
| CORS_ALLOWEDORIGINS | cors: allowedorigins: | Origins of requests allowed by CORS | "*" |
73
76
| CORS_ALLOWCREDENTIALS | cors: allowcredentials: | Allow user credentials as part of request to server | false |
74
77
75
-
## Usage
78
+
## Support
76
79
77
-
1) Feed your HomeDash installation using either:
78
-
- the [sidecar application](https://github.com/mvdkleijn/homedash-sidecar) or;
79
-
- the REST API, see http://localhost:8080/static/docs/ for details.
80
-
2) Go to http://localhost:8080/ to view the dashboard. (or whatever URL you host it on)
80
+
Supported Go versions, see: https://endoflife.date/go
81
+
Supported architectures: amd64, arm64
82
+
83
+
Source code and issues: https://github.com/mvdkleijn/homedash
0 commit comments