This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
4
Can't get dashy to run
Post Flair (click to view more posts with a particular flair)
Post Body
Could as well shamelessly steal another user's title "Dashy is driving me crazy". I am trying to run it using docker on a Raspberry Pi 4. Wrote a custom conf.yml file that, for whatever reason, wasn't read at all by dashy, seemingly; I then rebuilt and get "Possible error, check logs". I don't even have logs.
My compose file looks like this:
---
version: "3.8"
services:
dashy:
# To build from source, replace 'image: lissy93/dashy' with 'build: .'
# build: .
image: lissy93/dashy:arm64v8
container_name: Dashy
# Pass in your config file below, by specifying the path on your host machine
volumes:
- ./dashy/conf.yml:/app/public/conf.yml
ports:
- 4000:80
# Set any environmental variables
environment:
- NODE_ENV=production
# Specify your user ID and group ID. You can find this by running \id -u` and `id -g``
# - UID=1000
# - GID=1000
# Specify restart policy
restart: unless-stopped
# Configure healthchecks
healthcheck:
test: ['CMD', 'node', '/app/services/healthcheck']
interval: 1m30s
timeout: 10s
retries: 3
start_period: 40s
And my conf.yml looks like this:
---
# Page Info
pageInfo:
title: omega Systems, Inc.
description: Greetings, Commander.
logo: far fa-spider
# App settings (UI etc.)
appConfig:
statusCheck: false
theme: callisto
layout: vertical
iconSize: small
# Main page content (widgets)
sections:
- name: Status
icon: fas fa-repeat
widgets:
- type: clock
- type: weather
options:
apiKey: <key>
city: Vienna
- type: weather-forecast
options:
city: Vienna
apiKey: <key>
units: metric
- type: rss-feed
options:
rssUrl: <asroma.com/en>
apiKey: <key>
- type: sports-scores
options:
teamid: 133682
- type: iframe
options:
url:
- name: SysInfo
icon: fas fa-ubuntu
widgets:
- type: public-ip
- type: domain-monitor
options:
domain:
- type: gl-network-interfaces
options:
hostname: http://192.168.0.108:XXX
- type: gl-system-load
options:
hostname: http://192.168.0.108:XXX
- type: gl-mem-history
options:
hostname:
- type: gl-cpu-history
options:
hostname:
- type: gl-disk-space
options:
hostname:
- name: Finance
icon: fas fa-chart-line
widgets:
- type: exchange-rates
options:
apiKey: <key>
inputCurrency: EUR
outputcurrencies:
- USD
- GBP
- CHF
- SKR
- type: stock-price-chart
options:
stock: ATX
apiKey: <key>
- type: stock-price-chart
options:
stock: VGN
apiKey: <key>
- type: stock-price-chart
options:
stock: AAPL
apiKey:
- name: Mainframe
icon: fas fa-server
items:
- title: Router
icon: fas fa-ethernet
url: 192.168.0.1
description: Internet
tags: [personal, hardware, network]
- title: SIGMA_ARCHIVE
icon: si-synology
url: 192.168.0.122
description: Synology DSM
tags: [personal, hardware, network, storage, server]
- title: PiAlert
icon: si-raspberr-pi>
url: 192.168.0.221:8080
description: Network Monitor
tags: [personal, hardware, network, server, monitoring]
- title: PiHole
icon: si-pi-hole
url: 192.168.0.221:4000
description: Network Ad Blocker
tags: [personal, hardware, network, server, monitoring, DNS, adblock]
- title: Webhosting
icon: fas fa-earth-europe
url: myworld4you.com
- title: Grafana
icon: si-grafan>
url: 192.168.0.150
description: Grafana Dashboard
tags: [personal, hardware, server, dashboard, data]
- title: Paperless
icon: fas fa-leaf
url: 192.168.0.108
description: Document Scanner
tags: [personal, hardware, server, scan]
- title: Mealie
icon: fas fa-bowl-rice
url: 192.168.0.108:9925
description: Recipe Database
tags: [personal, hardware, server, database, food]
– name: Web
icon: fas fa-globe
items:
- title: reddit
icon: si-reddit
url: https://www.reddit.com
- title: Kickstarter
icon: si-kickstarter
url: https://www.kickstarter.com
- title: YouTube
icon: si-youtube
url: https://www.youtube.com
Anyone has an idea what to do here?
Author
Account Strength
90%
Account Age
10 years
Verified Email
Yes
Verified Flair
No
Total Karma
4,597
Link Karma
1,098
Comment Karma
3,481
Profile updated: 1 day ago
Posts updated: 5 months ago
Subreddit
Post Details
We try to extract some basic information from the post title. This is not
always successful or accurate, please use your best judgement and compare
these values to the post title and body for confirmation.
- Posted
- 7 months ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/selfhosted/...