# HG changeset patch # User Christophe Lincoln # Date 1301732451 -7200 # Node ID d1e0519a02c845897efde54b6ea948ea810e0be6 # Parent 4a672cf82ad260007a0703b5d5f7d7d07ac32a00 Add tazpanel configuration file diff -r 4a672cf82ad2 -r d1e0519a02c8 tazpanel.conf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tazpanel.conf Sat Apr 02 10:20:51 2011 +0200 @@ -0,0 +1,22 @@ +# tazpanel.conf: SliTaz Web Control Panel configuration +# + +# Panel location and theme +PANEL="/var/www/tazpanel" +STYLE="default" + +# Path to images and xHTML skel +IMAGES="styles/$STYLE/images" +HEADER="styles/$STYLE/header.html" +FOOTER="styles/$STYLE/footer.html" + +DEBUG="0" + +# Busybox HTTP deamon config +# /etc/slitaz/httpd.conf +HTTPD_CONF="httpd.conf" +HTTPD_PORT="8080" + +# Tazpkg paths +LOCALSTATE="/var/lib/tazpkg" +INSTALLED="$LOCALSTATE/installed"