diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-06-10 14:24:34 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-10 14:24:34 +0200 |
commit | 9d401701cfc6c7250c2dd38d39c4dd661879a2a4 (patch) | |
tree | 58f94159677ee3a9c5f55d20a9b7c50b6777a959 /roles/wiki/files/var/lib/ikiwiki | |
parent | bed9bfaaa99dde6ecfb04e6a9ce98176b5ca604f (diff) |
Add references to bug reports.
Diffstat (limited to 'roles/wiki/files/var/lib/ikiwiki')
-rw-r--r-- | roles/wiki/files/var/lib/ikiwiki/fripost-wiki.setup | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/wiki/files/var/lib/ikiwiki/fripost-wiki.setup b/roles/wiki/files/var/lib/ikiwiki/fripost-wiki.setup index cfefb77..974f7f3 100644 --- a/roles/wiki/files/var/lib/ikiwiki/fripost-wiki.setup +++ b/roles/wiki/files/var/lib/ikiwiki/fripost-wiki.setup @@ -91,40 +91,41 @@ userdir: '' # how many backlinks to show before hiding excess (0 to show all) numbacklinks: 10 # attempt to hardlink source files? (optimisation for large files) hardlink: 0 # force ikiwiki to use a particular umask (keywords public, group or private, or a number) #umask: public # group for wrappers to run in wrappergroup: ikiwiki # extra library and plugin directory libdir: /var/lib/ikiwiki # environment variables ENV: {} # time zone name #timezone: US/Eastern # regexp of normally excluded files to include #include: ^\.htaccess$ # regexp of files that should be skipped #exclude: ^(*\.private|Makefile)$ # specifies the characters that are allowed in source filenames wiki_file_chars: -[:alnum:]+/._ +# XXX https://ikiwiki.info/bugs/Colons___8216__:__8217___should_not_be_allowed_in_image_filenames/ # allow symlinks in the path leading to the srcdir (potentially insecure) allow_symlinks_before_srcdir: 0 # cookie control cookiejar: file: /var/lib/ikiwiki/.ikiwiki/cookies # set custom user agent string for outbound HTTP requests e.g. when fetching aggregated RSS feeds useragent: ikiwiki/3.20141016.2 ###################################################################### # core plugins # (editpage, git, htmlscrubber, inline, link, meta, parentlinks, # templatebody) ###################################################################### # git plugin # git hook to generate git_wrapper: /var/lib/ikiwiki/wiki.fripost.org # shell command for git_wrapper to run, in the background #git_wrapper_background_command: git push github # mode for git_wrapper (can safely be made suid) |