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
+5-1
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ Features include:
13
13
- Basic UI for dashboard based on plain HTML, CSS and a sprinkling of VueJS
14
14
- Automated, regular removal/refresh of entries older that X minutes
15
15
- Configuration through environment variables or config.yml file
16
+
- Possibility to add statically defined applications through config file
16
17
- Swagger docs for REST API (see http://localhost:8080/static/docs)
17
18
- Distroless container image
18
19
- Multi-architecture container image
@@ -27,7 +28,8 @@ Keep in mind that this is intended for local usage, so there are no provisions f
27
28
- the REST API, see http://localhost:8080/static/docs/ for details.
28
29
3) Go to http://localhost:8080/ to view the dashboard. (or whatever URL you host it on)
29
30
30
-
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
+
An example docker-compose.yml file is included in the root of this git repository. The example assumes you use Traefik
32
+
and something like https://github.com/tecnativa/docker-socket-proxy so adjust where needed for your situation.
31
33
32
34
## Configuration
33
35
@@ -47,6 +49,8 @@ The defaults of HomeDash are sane, though open. (see the table)
47
49
- Place the `config.yml` file next to the binary
48
50
- Edit where needed.
49
51
52
+
If desired, add one or more statically define applications through the `config.yml` file. See the example file for details.
53
+
50
54
**Note:** though you *can* set CORS settings it is probably not advisable to do so unless you know what you're doing.
0 commit comments