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
+6-24Lines changed: 6 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,7 @@ goDash is a simple, customizable dashboard written in Go. It provides an overvie
10
10
-[Screenshots](#screenshots)
11
11
-[Mobile](#mobile)
12
12
-[Desktop](#desktop)
13
-
-[Configuration](#configuration)
14
-
-[Config](#config)
13
+
-[Config](#config)
15
14
-[Docker](#docker)
16
15
-[run command](#run-command)
17
16
-[compose file](#compose-file)
@@ -40,42 +39,25 @@ goDash is a simple, customizable dashboard written in Go. It provides an overvie
40
39
<imgsrc="img/desktop.webp"width="600px">
41
40
</div>
42
41
43
-
## Configuration
44
-
45
-
goDash is configured using environment variables. Below is an example `.env` file:
46
-
47
-
```
48
-
TZ=Europe/Berlin
49
-
TITLE=My Dashboard
50
-
PUBLIC_URL=https://mydashboard.example.com
51
-
PORT=4000
52
-
LOCATION_LATITUDE=48.7803
53
-
LOCATION_LONGITUDE=9.1780
54
-
WEATHER_KEY=your_openweather_api_key
55
-
WEATHER_UNITS=metric
56
-
WEATHER_LANG=en
57
-
WEATHER_DIGITS=false
58
-
```
59
-
60
-
### Config
42
+
## Config
61
43
62
44
At startup, godash will look for a `config.yaml` file in the current directory or create one. If it exists, it will be used to override the default values.
63
45
64
46
Icons can be stored in a folder called icons or godash will automatically download from [https://selfh.st/icons/](https://selfh.st/icons/) with the prefix `sh/`
0 commit comments