3.0.0
#1537
Replies: 2 comments 3 replies
-
I see a 3.0.0 tag but could we also get a lissy93/dashy:3 docker tag? |
Beta Was this translation helpful? Give feedback.
2 replies
-
I can't seem to get widgets working after the upgrade. So far every widget has a proxy error. For example, HealthChecks:
None of my widgets work anymore. Here is an example config that has the error ---
# Page meta info, like heading, footer text and nav links
pageInfo:
title: Dashy
description: Welcome to your new dashboard!
navLinks:
- title: GitHub
path: https://github.com/Lissy93/dashy
- title: Documentation
path: https://dashy.to/docs
# Optional app settings and configuration
appConfig:
theme: colorful
# Main content - An array of sections, each containing an array of items
sections:
- name: Status
widgets:
- type: HealthChecks
options:
host: http://192.168.0.150:3002
apiKey:
- 8KFsc32YOhIthCEwxESIDNU1WHhMFJ0S The cors-proxy has a bad request error:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dashy 3.0 has been released!
This version includes some major changes, including:
For a full break-down, see #1529
Important
This release includes breaking changes.
The port within the container has changed from
80
to8080
, and the location of your config and other assets has changed from/app/public
toapp/user-data
. You will need to update your Docker compose/run command after upgrading to this version.This discussion was created from the release 3.0.0.
Beta Was this translation helpful? Give feedback.
All reactions