2008-04-05 20:48:39 +02:00
|
|
|
# Copyright (C) 2007, 2008 by Jan Dittberner.
|
2007-02-10 14:52:59 +01:00
|
|
|
#
|
|
|
|
# This program is free software; you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
|
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
|
|
# (at your option) any later version.
|
|
|
|
#
|
|
|
|
# This program is distributed in the hope that it will be useful, but
|
|
|
|
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
# General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
# along with this program; if not, write to the Free Software
|
|
|
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
|
|
|
|
# USA.
|
|
|
|
#
|
|
|
|
# Version: $Id$
|
|
|
|
|
2007-02-13 19:18:09 +01:00
|
|
|
# Distributed default settings for significant GnuviechAdmin config
|
|
|
|
# variables.
|
|
|
|
#
|
2007-02-10 14:52:59 +01:00
|
|
|
# NEVER make site configuration changes to this file. ALWAYS make
|
2007-02-13 19:18:09 +01:00
|
|
|
# them in gva.cfg instead, in the designated area. See the comments
|
|
|
|
# in that file for details.
|
2007-02-10 14:52:59 +01:00
|
|
|
|
2007-02-13 19:18:09 +01:00
|
|
|
[database]
|
2007-02-10 14:52:59 +01:00
|
|
|
# The database connection string in a format usable for
|
|
|
|
# sqlalchemy. The default is an sqlite in memory database which is not
|
|
|
|
# very usable for a real installation.
|
|
|
|
#
|
2008-04-05 20:48:39 +02:00
|
|
|
uri = sqlite:////etc/gnuviechadmin/gva.db
|
2007-07-05 11:00:34 +02:00
|
|
|
repository = /etc/gnuviechadmin/dbrepo
|
2007-07-02 11:14:47 +02:00
|
|
|
|
|
|
|
[common]
|
|
|
|
suwrapper = sudo
|
|
|
|
backupdir = /var/backups/gnuviechadmin
|
2007-07-09 08:46:36 +02:00
|
|
|
templatedir = /etc/gnuviechadmin/templates
|
|
|
|
mailtemplates = mails
|
|
|
|
log.cfg = /etc/gnuviechadmin/logging.cfg
|
|
|
|
|
|
|
|
[client]
|
|
|
|
create.mail = create_client.txt
|
|
|
|
create_subject = A new client ${firstname} ${lastname} has been created.
|
2007-07-02 11:14:47 +02:00
|
|
|
|
|
|
|
[sysuser]
|
|
|
|
nameprefix = usr
|
|
|
|
homedirbase = /home/www
|
|
|
|
minuid = 10000
|
|
|
|
maxuid = 39999
|
|
|
|
shellyes = /bin/bash
|
|
|
|
shellno = /usr/bin/scponly
|
|
|
|
defaultgroup = wwwusers
|
|
|
|
gecos = Webuser %s
|
|
|
|
homebackupdir = homes
|
2007-07-09 08:46:36 +02:00
|
|
|
hometemplate = home
|
|
|
|
create.mail = create_sysuser.txt
|
|
|
|
create_subject = A new system user ${username} has been created.
|
|
|
|
|
|
|
|
[domain]
|
|
|
|
defaultmxprio = 5
|
|
|
|
defaultrefresh = 86400
|
|
|
|
defaultretry = 7200
|
|
|
|
defaultexpire = 1209600
|
|
|
|
defaultminimumttl = 86400
|
|
|
|
defaultttl = 86400
|
|
|
|
htdir = html
|
|
|
|
logpath = /var/log/apache2
|
|
|
|
statspath = /home/stats
|
|
|
|
htdocstemplate = domain
|
|
|
|
conftemplates = domainconf
|
|
|
|
apachetemplate = vhost.conf
|
|
|
|
statshtaccesstemplate = htaccess-stats
|
|
|
|
modlogantemplate = modlogan.conf
|
|
|
|
modlogandir = /var/lib/gnuviechadmin/stats
|
|
|
|
sitesdir = /etc/apache2/sites-available
|
|
|
|
authdir = /etc/apache2/authdata
|
|
|
|
create.mail = create_domain.txt
|
|
|
|
create_subject = A new domain ${domain} has been created.
|