summaryrefslogtreecommitdiff
path: root/www/angie-console-light
diff options
context:
space:
mode:
Diffstat (limited to 'www/angie-console-light')
-rw-r--r--www/angie-console-light/Makefile22
-rw-r--r--www/angie-console-light/distinfo3
-rw-r--r--www/angie-console-light/files/pkg-message.in25
-rw-r--r--www/angie-console-light/pkg-descr2
-rw-r--r--www/angie-console-light/pkg-plist19
5 files changed, 71 insertions, 0 deletions
diff --git a/www/angie-console-light/Makefile b/www/angie-console-light/Makefile
new file mode 100644
index 000000000000..40250951b817
--- /dev/null
+++ b/www/angie-console-light/Makefile
@@ -0,0 +1,22 @@
+PORTNAME= angie-console-light
+DISTVERSION= 1.8.0
+CATEGORIES= www
+MASTER_SITES= https://download.angie.software/files/angie-console-light/
+
+MAINTAINER= sko@rostwald.de
+COMMENT= Angie Web Monitoring Panel
+WWW= https://en.angie.software/angie/docs/configuration/monitoring/
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+NO_ARCH= yes
+NO_BUILD= yes
+
+SUB_FILES= pkg-message
+
+do-install:
+ ${MKDIR} ${STAGEDIR}${WWWDIR}
+ (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
+
+.include <bsd.port.mk>
diff --git a/www/angie-console-light/distinfo b/www/angie-console-light/distinfo
new file mode 100644
index 000000000000..56eeb2a91f0d
--- /dev/null
+++ b/www/angie-console-light/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1751971747
+SHA256 (angie-console-light-1.8.0.tar.gz) = f1bb4d12c87c31efcc4322d8d222096a5dd49d91f3a07aba429ab255826f3bce
+SIZE (angie-console-light-1.8.0.tar.gz) = 1074980
diff --git a/www/angie-console-light/files/pkg-message.in b/www/angie-console-light/files/pkg-message.in
new file mode 100644
index 000000000000..a8a03c74d166
--- /dev/null
+++ b/www/angie-console-light/files/pkg-message.in
@@ -0,0 +1,25 @@
+[
+{ type: install
+ message: <<EOM
+For configuration details follow the documentation at
+https://en.angie.software/angie/docs/configuration/monitoring/
+
+Minimal configuration:
+---
+location /console/ {
+ allow 127.0.0.1;
+ deny all;
+
+ auto_redirect on;
+
+ alias %%WWWDIR%%/html/;
+ index index.html;
+
+ location /console/api/ {
+ api /status/;
+ }
+}
+---
+EOM
+}
+]
diff --git a/www/angie-console-light/pkg-descr b/www/angie-console-light/pkg-descr
new file mode 100644
index 000000000000..8d1b42097b10
--- /dev/null
+++ b/www/angie-console-light/pkg-descr
@@ -0,0 +1,2 @@
+Console Light is a lightweight, real-time activity monitoring interface that
+displays key server load and performance metrics.
diff --git a/www/angie-console-light/pkg-plist b/www/angie-console-light/pkg-plist
new file mode 100644
index 000000000000..8a42972177a7
--- /dev/null
+++ b/www/angie-console-light/pkg-plist
@@ -0,0 +1,19 @@
+%%WWWDIR%%/LICENSE
+%%WWWDIR%%/html/assets/app.bundle.js
+%%WWWDIR%%/html/assets/app.bundle.js.LICENSE.txt
+%%WWWDIR%%/html/assets/editor.worker.bundle.js
+%%WWWDIR%%/html/assets/images/Fav16-danger.png
+%%WWWDIR%%/html/assets/images/Fav16-warn.png
+%%WWWDIR%%/html/assets/images/Fav16.png
+%%WWWDIR%%/html/assets/images/arrow.svg
+%%WWWDIR%%/html/assets/images/chart.svg
+%%WWWDIR%%/html/assets/images/copy.svg
+%%WWWDIR%%/html/assets/images/danger.svg
+%%WWWDIR%%/html/assets/images/gear.svg
+%%WWWDIR%%/html/assets/images/ok.svg
+%%WWWDIR%%/html/assets/images/pencil-red.svg
+%%WWWDIR%%/html/assets/images/pencil.svg
+%%WWWDIR%%/html/assets/images/snowflake.svg
+%%WWWDIR%%/html/assets/images/sun.svg
+%%WWWDIR%%/html/assets/images/warning.svg
+%%WWWDIR%%/html/index.html