Skip to content
Snippets Groups Projects
README.md 2.28 KiB



Views contributions welcome


From a Skin to an App for Linux Alpine Configuration Framework commonly called ACF

:warning: CPU Temp bugs - Network Chart only eth0 - Disk Partition to be continued, etc: Please be patient!

Light-weight App (Less than 2 MB) installed

:warning: Serve by field check version of both lighttpd and mini_httpd. If lighttpd is install on system, command return lighttpd as prefered ACF server. However, it's the best choice to switch to lighttpd for ACF

Install essential packages :

 $: apk add curl util-linux

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