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
label-template: 🛩️ Released {release_tag}, 🔨 Fixed
13
+
label-template: 🛩️ Released {release_tag}
14
14
comment-template: |
15
-
**The fix for this issue has now been released in {release_name} ✨**
15
+
**This has now been released in {release_name} ✨**
16
16
17
17
If you haven't done so already, please [update your instance](https://github.com/Lissy93/dashy/blob/master/docs/management.md#updating) to `{release_tag}` or later. See {release_link} for full info.
18
-
19
-
Feel free to reach out if you need any more support. If you are enjoying Dashy, consider [supporting the project](https://github.com/Lissy93/dashy/blob/master/docs/contributing.md#contributing).
> Version [3.0.0](https://github.com/Lissy93/dashy/releases/tag/3.0.0) has been released, and requires some changes to your setup, see [#1529](https://github.com/Lissy93/dashy/discussions/1529) for details.
13
+
14
+
30
15
<details>
31
16
<summary><b>Table of Contents</b></summary>
32
17
<p>
@@ -95,7 +80,7 @@
95
80
96
81
**Screenshots**: Checkout the [Showcase](./docs/showcase.md), to see example dashboards from the community
97
82
98
-
**Spin up your own demo**: [](https://labs.play-with-docker.com/?stack=https://raw.githubusercontent.com/Lissy93/dashy/master/docker-compose.yml) or [`docker run -p 8080:80 lissy93/dashy`](./docs/quick-start.md)
83
+
**Spin up your own demo**: [](https://labs.play-with-docker.com/?stack=https://raw.githubusercontent.com/Lissy93/dashy/master/docker-compose.yml) or [`docker run -p 8080:8080 lissy93/dashy`](./docs/quick-start.md)
99
84
100
85
101
86
<palign="center">
@@ -116,15 +101,15 @@
116
101
You will need [Docker](https://docs.docker.com/get-docker/) installed on your system
@@ -140,7 +125,7 @@ See also: [examples with Docker Compose](./docs/deployment.md#using-docker-compo
140
125
You will need [git](https://git-scm.com/downloads), the latest or LTS version of [Node.js](https://nodejs.org/) and _(optionally)_[Yarn](https://yarnpkg.com/) installed on your system.
141
126
142
127
- Clone the Repo: `git clone https://github.com/Lissy93/dashy.git` and `cd dashy`
143
-
- Configuration: Fill in your settings in `./public/conf.yml`
128
+
- Configuration: Fill in your settings in `./user-data/conf.yml`
144
129
- Install dependencies: `yarn`
145
130
- Build: `yarn build`
146
131
- Run: `yarn start`
@@ -169,7 +154,7 @@ Dashy supports **1-Click deployments** on several popular cloud platforms. To sp
169
154
170
155
> For full configuration documentation, see: [**Configuring**](./docs/configuring.md)
171
156
172
-
Dashy is configured through a YAML file, located at `./public/conf.yml`. In addition, you can find a complete list of available options in the [Configuring Docs](./docs/configuring.md). The config can also be edited and saved directly through the UI.
157
+
Dashy is configured through a YAML file, located at `./user-data/conf.yml`. In addition, you can find a complete list of available options in the [Configuring Docs](./docs/configuring.md). The config can also be edited and saved directly through the UI.
173
158
174
159
**[⬆️ Back to Top](#dashy)**
175
160
@@ -581,7 +566,8 @@ Huge thanks to the sponsors helping to support Dashy's development!
0 commit comments