Skip to content

Minimal and lightweight dashboard for your self-hosted services (and bookmarks).

Notifications You must be signed in to change notification settings

AppJail-makejails/dasherr

Repository files navigation

Dasherr

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

Features:

  • Loads instantly + Remains light on resources
  • Responsive design (uses Bootstrap framework)
  • Shows Temperature, CPU load and Memory used by tapping into Glances API (default 5s updates)
  • Built-in online check of services (checked only at time of page load/refresh, to minimize background activity & load)
  • Several built-in Themes (easy to edit & add your own)
  • Wallpaper backgrounds supported
  • FontAwesome icons (also supports Self-hosted/Web image icons)
  • All settings in a single easy to edit json file, with built-in editor
  • Support for alternate configurations without needing multiple Dasherr installations

github.com/erohtar/Dasherr

How to use this Makejail

appjail makejail \
    -j dasherr \
    -f gh+AppJail-makejails/dasherr \
    -o virtualnet=":dasherr default" \
    -o nat \
    -o expose=80
appjail cmd local dasherr cp $PWD/settings.json usr/local/www/apache24/data/settings.json
appjail cmd jexec dasherr chown www:www /usr/local/www/apache24/data/settings.json

Arguments

  • dasherr_tag (default: 13.4-php82-apache): see #tags.
  • dasherr_php_type (default: production) The PHP configuration file to link to /usr/local/etc/php.ini. Valid values: development, production. Only valid for apache, use the php_type argument when using php-fpm.

Volumes

Apache

Name Owner Group Perm Type Mountpoint
dasherr-settings 80 80 - - usr/local/www/apache24/data/plugins.php

FPM

Name Owner Group Perm Type Mountpoint
dasherr-settings 80 80 - - usr/local/www/dasherr/settings.json

Tags

Tag Arch Version Type
13.4-php82-apache amd64 13.4-RELEASE thin
13.4-php82-fpm amd64 13.4-RELEASE thin
14.1-php82-apache amd64 14.1-RELEASE thin
14.1-php82-fpm amd64 14.1-RELEASE thin

About

Minimal and lightweight dashboard for your self-hosted services (and bookmarks).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published