Skip to content

Releases: mhzawadi/dashbaord

v0.0.11

01 Jul 06:20
3264860
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.9...v0.0.11

Alpine 3.19 & PHP 8.2

11 Dec 07:47
54adfea
Compare
Choose a tag to compare

This is an OS update and move to PHP 8.2 only

Simple Icons part 2

03 Sep 18:57
1a1c039
Compare
Choose a tag to compare

Added simple icons to apps

Fix Docker build

02 Sep 09:31
48318bc
Compare
Choose a tag to compare

Would help if the workflow had the right file

Simple Icons

02 Sep 09:21
21f23b3
Compare
Choose a tag to compare

In the release I have added simple icons

v0.0.3 (Alpha)

31 Jul 19:34
c577769
Compare
Choose a tag to compare

v0.0.2

09 Jan 22:08
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

v0.0.2 (Alpha)

The next instalment of the Horwood Dashboard, this has some fixes and a new feature.

  • fix getting docker URLs from traefik labels
  • upload images and use them
  • switch out MDI icons for an image if you uploaded it
  • fix up display of MDI icons to make the editing show just the icon name

Breaking chnage

I have added the mdi: tag to icons, you will need to update your json file by hand. Sorry 😢

v0.0.1

08 Jan 15:29
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

v0.0.1 (Alpha)

This is the first tagged release of my dashboard, based off flame (inspired (heavily) by SUI).

Its till a very work in progress, lots of things yet to make work and lots of things to fix. Please PR or issue to help get make this better.

  • basic list of applications
  • basic list of bookmarks and categorys
  • add applications
  • edit applications
  • delete applications
  • add categories and bookmarks
  • edit categories and bookmarks
  • delete categories and bookmarks
  • the start of a login system (not sure its secure)
  • import Flame SQLite DB to recover apps, categories and bookmarks
  • scan Docker for apps to display, using lables
    • works with both docker host and docker swarm
    • looks for traefik.http.routers or dashboard.url
    • looks for dashboard.name
    • looks for dashboard.description
    • looks for traefik.enable to exclude them from the scan