Select Git revision
Forked from
jvoisin / mat2
Source project has a limited visibility.
ikiwiki-cgi.setup 13.09 KiB
# -*- mode: yaml; -*-
# IkiWiki::Setup::Yaml - YAML formatted setup file
#
# Setup file for ikiwiki.
#
# Passing this to ikiwiki --setup will make ikiwiki generate
# wrappers and build the wiki.
#
# Remember to re-run ikiwiki --setup any time you edit this file.
#
# name of the wiki
wikiname: The Amnesic Incognito Live System
# contact email for wiki
adminemail: tails@boum.org
# users who are wiki admins
adminuser: []
# users who are banned from the wiki
banned_users: []
# where the source of the wiki is located
srcdir: wiki/src
# where to build the wiki
destdir: /var/www/wiki/tails
# base url to the wiki
url: http://localhost/wiki/tails
# url to the ikiwiki.cgi
cgiurl: http://localhost/wiki/tails/ikiwiki.cgi
# filename of cgi wrapper to generate
cgi_wrapper: ''
# mode for cgi_wrapper (can safely be made suid)
cgi_wrappermode: 06755
# try harder to produce deterministic output
deterministic: 1
# rcs backend to use
rcs: git
# plugins to add to the default configuration
add_plugins:
- editpage
- favicon
- html
- lockedit
- map
- mirrorlist
- pagetemplate
- passwordauth
- po
- prettydate
- shortcut
- sidebar
- tag
- toc
- trail
- typography
- meta
- img
- pagestats
- recentchanges
- search
- toggle
- underlay
# plugins to disable
disable_plugins:
- anonok
- openid
- httpauth
- remove
- rename
- signinedit
# additional directory to search for template files
# templatedir: /usr/share/ikiwiki/templates
# base wiki source location