app-store/apps/dashy/config.json
renovate[bot] 2aa920c9fe
chore(deps): update ghcr.io/lissy93/dashy docker tag to v3 (#3227)
* chore(deps): update ghcr.io/lissy93/dashy docker tag to v3

* Update app version [ready]

* fix(dashy): mount folder instead of conf file

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tipi CI <ci@runtipi.io>
Co-authored-by: Nicolas Meienberger <github@thisprops.com>
2024-05-07 20:10:05 +02:00

23 lines
585 B
JSON

{
"$schema": "../schema.json",
"name": "Dashy",
"port": 8205,
"available": true,
"exposable": false,
"id": "dashy",
"tipi_version": 3,
"version": "3.0.0",
"categories": [
"utilities"
],
"description": "A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more!",
"short_desc": "A self-hostable personal dashboard built for you.",
"author": "lissy93",
"source": "https://github.com/lissy93/dashy",
"form_fields": [],
"supported_architectures": [
"arm64",
"amd64"
]
}