Dasherr Versions Save

A minimal and lightweight dashboard for your self-hosted services (and bookmarks)

v1.05.01

8 months ago
  • Fixed: Pressing save on alternate configuration pages saved that configuration over main config file

v1.05.00

1 year ago
  • Added support for image icons (local/web)
  • Internal check added to make sure submitted file to be saved is with .json extension, to prevent a security vulnerability (Thanks @beauknowstech)
  • Changed editor.js to editor_js.php

v1.04.02

1 year ago
  • FontAwesome Icons are set to fixed-width now
  • Online check request is made with connection: close option

v1.04.01

1 year ago
  • Fixed: CSS issue when all widgets are disabled

v1.04.00

1 year ago
  • Widgets in settings are now an array, and supports multiple instances of a single type of widget eg. Multiple Glances

(Caution!) The above update is incompatible with past releases and needs you to make a small change in your settings.json Please change:

"widgets": {
	"glances": {
		"url": "http://homeserver:61208/",
		"refreshMs": 5000
	}
},

To:

"widgets": [
	{
		"type": "glances",
		"settings": {
			"url": "http://homeserver:61208/",
			"refreshMs": 5000
		}
	}
],
  • Widget can now have Names/Titles (Optional)
  • Moved GitHub project link/icon from editor to dashboard page

v1.03.01

1 year ago
  • Fixed: Settings editor did not support alternate config files correctly

v1.03.00

1 year ago
  • Added support for multiple alternate Dasherr configurations (Thanks @LeeThompson)
  • Added Dasherr's GitHub page link to configuration editor

v1.02.00

1 year ago
  • Added info Tooltips for Sections and Tiles (pls refer updated README.md for usage instructions)

v1.1.2

1 year ago
  • Added support for over-riding page's openTab setting on a per-tile level

v1.01.02

1 year ago
  • Added support for over-riding page's openTab setting on a per-tile level