From a Skin to an App for Linux Alpine Configuration Framework
commonly called ACF
✅ Lighttpd Ready - Remove Mini_httpd
⚠️ CPU Temp bugs - Network Chart only eth0 - Disk Partition to be continued, etc: Please be patient!
Light-weight App (Less than 2 MB) installed
⚠️
Serve by
field check version of bothlighttpd
andmini_httpd
. Iflighttpd
is install on system, command returnlighttpd
as prefered ACF server. However, it's the best choice to switch tolighttpd
forACF
Install essential packages :
$: apk add curl util-linux lspci
Edit ACF core config file /etc/acf/acf.conf
and replace following lines for overriding core template
...
# Directories where the application resides
...
appdir=/usr/share/acf/www/skins/dashboard/app/,/usr/share/acf/app/
libdir=/usr/share/acf/www/skins/dashboard/lib/,/usr/share/acf/lib/
wwwdir=/usr/share/acf/www/skins/dashboard/www/,/usr/share/acf/www/
staticdir=/skins/static/
skindir=/skins/,/userskins/
...
...
# ACF is skinnable - this specifies the active skin
# will attempt to load skin/basename(skin).css
skin=/skins/dashboard
...
- Logon
- Dashboard