View | Details | Raw Unified | Return to bug 272777 | Differences between
and this patch

Collapse All | Expand All

(-)b/www/dasherr/Makefile (+24 lines)
Added Link Here
1
PORTNAME=	dasherr
2
DISTVERSION=	1.05.01
3
CATEGORIES=	www
4
MASTER_SITES=	https://github.com/erohtar/Dasherr/releases/download/v${DISTVERSION}/
5
DISTNAME=	${PORTNAME}.${DISTVERSION}
6
7
MAINTAINER=	DtxdF@disroot.org
8
COMMENT=	Lightweight dashboard for self-hosted services (and bookmarks)
9
WWW=		https://github.com/erohtar/Dasherr/
10
11
LICENSE=	GPLv3
12
13
USES=		php zip
14
15
NO_ARCH=	yes
16
NO_BUILD=	yes
17
18
WRKSRC=		${WRKDIR}/www
19
20
do-install:
21
	${MKDIR} ${STAGEDIR}${WWWDIR}
22
	cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}
23
24
.include <bsd.port.mk>
(-)b/www/dasherr/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1694623100
2
SHA256 (dasherr.1.05.01.zip) = 58fb869bbacad155bdbd57e6f568986b7ced711136065d8c8eead6d87daf0ccd
3
SIZE (dasherr.1.05.01.zip) = 265321
(-)b/www/dasherr/pkg-descr (+17 lines)
Added Link Here
1
Dasherr is a minimal and lightweight dashboard for your self-hosted
2
services (and bookmarks).
3
4
Features:
5
6
* Loads instantly + Remains light on resources
7
* Responsive design (uses Bootstrap framework)
8
* Shows Temperature, CPU load and Memory used by tapping into Glances
9
  API (default 5s updates)
10
* Built-in online check of services (checked only at time of page
11
  load/refresh, to minimize background activity & load)
12
* Several built-in Themes (easy to edit & add your own)
13
* Wallpaper backgrounds supported
14
* FontAwesome icons (also supports Self-hosted/Web image icons)
15
* All settings in a single easy to edit json file, with built-in editor
16
* Support for alternate configurations without needing multiple Dasherr
17
  installations
(-)b/www/dasherr/pkg-plist (-1 / +19 lines)
Added Link Here
0
- 
1
%%WWWDIR%%/editor.php
2
%%WWWDIR%%/include/bootstrap.bundle.min.js
3
%%WWWDIR%%/include/bootstrap.bundle.min.js.map
4
%%WWWDIR%%/include/bootstrap.min.css
5
%%WWWDIR%%/include/bootstrap.min.css.map
6
%%WWWDIR%%/include/custom.css
7
%%WWWDIR%%/include/editor_js.php
8
%%WWWDIR%%/include/filesave.php
9
%%WWWDIR%%/include/jquery.json-editor.min.js
10
%%WWWDIR%%/include/jquery.min.js
11
%%WWWDIR%%/include/preload.js
12
%%WWWDIR%%/include/samplesettings.php
13
%%WWWDIR%%/include/theming.js
14
%%WWWDIR%%/include/worker.js
15
%%WWWDIR%%/index.php
16
%%WWWDIR%%/res/favicon.svg
17
%%WWWDIR%%/settings.sh.json
18
@sample(www,www,) %%WWWDIR%%/settings.sample.json %%WWWDIR%%/settings.json
19
@dir %%WWWDIR%%/icons

Return to bug 272777