tazpanel rev 3

Add tazpanel configuration file
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 02 10:20:51 2011 +0200 (2011-04-02)
parents 4a672cf82ad2
children f4eca1a03019
files tazpanel.conf
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tazpanel.conf	Sat Apr 02 10:20:51 2011 +0200
     1.3 @@ -0,0 +1,22 @@
     1.4 +# tazpanel.conf: SliTaz Web Control Panel configuration
     1.5 +#
     1.6 +
     1.7 +# Panel location and theme
     1.8 +PANEL="/var/www/tazpanel"
     1.9 +STYLE="default"
    1.10 +
    1.11 +# Path to images and xHTML skel
    1.12 +IMAGES="styles/$STYLE/images"
    1.13 +HEADER="styles/$STYLE/header.html"
    1.14 +FOOTER="styles/$STYLE/footer.html"
    1.15 +
    1.16 +DEBUG="0"
    1.17 +
    1.18 +# Busybox HTTP deamon config
    1.19 +# /etc/slitaz/httpd.conf
    1.20 +HTTPD_CONF="httpd.conf"
    1.21 +HTTPD_PORT="8080"
    1.22 +
    1.23 +# Tazpkg paths
    1.24 +LOCALSTATE="/var/lib/tazpkg"
    1.25 +INSTALLED="$LOCALSTATE/installed"