Port details |
- angie-console-light Angie Web Monitoring Panel
- 1.8.0 www
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: sko@rostwald.de
 - Port Added: 2025-07-10 01:30:06
- Last Update: 2025-07-10 01:24:26
- Commit Hash: 4f22a12
- License: APACHE20
- WWW:
- https://en.angie.software/angie/docs/configuration/monitoring/
- Description:
- Console Light is a lightweight, real-time activity monitoring interface that
displays key server load and performance metrics.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- angie-console-light>0:www/angie-console-light
- To install the port:
- cd /usr/ports/www/angie-console-light/ && make install clean
- To add the package, run one of these commands:
- pkg install www/angie-console-light
- pkg install angie-console-light
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: angie-console-light
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1751971747
SHA256 (angie-console-light-1.8.0.tar.gz) = f1bb4d12c87c31efcc4322d8d222096a5dd49d91f3a07aba429ab255826f3bce
SIZE (angie-console-light-1.8.0.tar.gz) = 1074980
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_angie-console-light
- pkg-message:
- For install:
- 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 /usr/local/www/angie-console-light/html/;
index index.html;
location /console/api/ {
api /status/;
}
}
---
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.8.0 10 Jul 2025 01:24:26
    |
Vladimir Druzenko (vvd)  Author: Sebastian Oswald |
www/angie-console-light: New port: Angie Web Monitoring Panel
Angie Console Light is a lightweight, real-time monitoring interface
for www/angie.
The panel uses the native angie api and only consists of a handful of
files which are put into ${WWWDIR}, so the port is just a more
coventient way to put the contents of the tarball into
"${PREFIX}/www/angie-console-light/".
Documentation can be found at
https://en.angie.software/angie/docs/configuration/monitoring/
PR: 288098 |
Number of commits found: 1
|