changed adminemail to admin@branchable.com, so that emailauth messages sent by branchable are more likely to be received by users

This commit is contained in:
admin 2015-05-19 17:28:06 -04:00
parent 0a527b5f22
commit 11172be7cf

View file

@ -10,7 +10,7 @@
# name of the wiki # name of the wiki
wikiname: git-annex wikiname: git-annex
# contact email for wiki # contact email for wiki
adminemail: joey@kitenet.net adminemail: admin@branchable.com
# users who are wiki admins # users who are wiki admins
adminuser: adminuser:
- http://joey.kitenet.net/ - http://joey.kitenet.net/
@ -30,6 +30,8 @@ destdir: /home/b-git-annex/public_html
url: http://git-annex.branchable.com url: http://git-annex.branchable.com
# url to the ikiwiki.cgi # url to the ikiwiki.cgi
cgiurl: http://git-annex.branchable.com/ikiwiki.cgi cgiurl: http://git-annex.branchable.com/ikiwiki.cgi
# do not adjust cgiurl if CGI is accessed via different URL
reverse_proxy: 0
# filename of cgi wrapper to generate # filename of cgi wrapper to generate
cgi_wrapper: /var/www/b-git-annex/ikiwiki.cgi cgi_wrapper: /var/www/b-git-annex/ikiwiki.cgi
# mode for cgi_wrapper (can safely be made suid) # mode for cgi_wrapper (can safely be made suid)
@ -96,7 +98,7 @@ indexpages: 0
discussion: 0 discussion: 0
# name of Discussion pages # name of Discussion pages
discussionpage: Discussion discussionpage: Discussion
# generate HTML5? # use elements new in HTML5 like <section>?
html5: 0 html5: 0
# only send cookies over SSL connections? # only send cookies over SSL connections?
sslcookie: 0 sslcookie: 0
@ -118,7 +120,9 @@ hardlink: 1
#umask: public #umask: public
# group for wrappers to run in # group for wrappers to run in
#wrappergroup: ikiwiki #wrappergroup: ikiwiki
# extra library and plugin directory # extra library and plugin directories
libdirs: []
# extra library and plugin directory (searched after libdirs)
libdir: /home/b-git-annex/.ikiwiki libdir: /home/b-git-annex/.ikiwiki
# environment variables # environment variables
ENV: {} ENV: {}
@ -135,11 +139,15 @@ allow_symlinks_before_srcdir: 0
# cookie control # cookie control
cookiejar: cookiejar:
file: /home/b-git-annex/.ikiwiki/cookies file: /home/b-git-annex/.ikiwiki/cookies
# set custom user agent string for outbound HTTP requests e.g. when fetching aggregated RSS feeds
useragent: ikiwiki/3.20150330
# theme has a responsive layout? (mobile-optimized)
responsive_layout: 1
###################################################################### ######################################################################
# core plugins # core plugins
# (branchable, editpage, git, gitpush, htmlscrubber, ikiwikihosting, # (branchable, editpage, git, gitpush, htmlscrubber, ikiwikihosting,
# inline, link, meta, parentlinks) # inline, link, meta, parentlinks, templatebody)
###################################################################### ######################################################################
# branchable plugin # branchable plugin
@ -184,7 +192,7 @@ htmlscrubber_skip: testimonials or builds
# ikiwikihosting plugin # ikiwikihosting plugin
# list of urls that alias to the main url # list of urls that alias to the main url
#urlalias: [] #urlalias: []
# openid of primary site owner # openid or email of primary site owner
owner: http://joey.kitenet.net/ owner: http://joey.kitenet.net/
# optional hostname of site this one was branched from # optional hostname of site this one was branched from
#parent: '' #parent: ''
@ -196,6 +204,8 @@ created: 1287531313
#log_period: 7 #log_period: 7
# disable IPv6? # disable IPv6?
ipv6_disabled: 0 ipv6_disabled: 0
# redirect from http to https?
redirect_to_https: 0
# inline plugin # inline plugin
# enable rss feeds by default? # enable rss feeds by default?
@ -211,7 +221,7 @@ pingurl: []
###################################################################### ######################################################################
# auth plugins # auth plugins
# (anonok, blogspam, httpauth, lockedit, moderatedcomments, # (anonok, blogspam, emailauth, httpauth, lockedit, moderatedcomments,
# opendiscussion, openid, passwordauth, signinedit) # opendiscussion, openid, passwordauth, signinedit)
###################################################################### ######################################################################
@ -224,7 +234,7 @@ pingurl: []
blogspam_pagespec: postcomment(*) blogspam_pagespec: postcomment(*)
# options to send to blogspam server # options to send to blogspam server
#blogspam_options: blacklist=1.2.3.4,blacklist=8.7.6.5,max-links=10 #blogspam_options: blacklist=1.2.3.4,blacklist=8.7.6.5,max-links=10
# blogspam server XML-RPC url # blogspam server JSON url
#blogspam_server: '' #blogspam_server: ''
# httpauth plugin # httpauth plugin
@ -261,7 +271,7 @@ openid_cgiurl: http://git-annex.branchable.com/ikiwiki.cgi
# highlight plugin # highlight plugin
# types of source files to syntax highlight # types of source files to syntax highlight
tohighlight: '.sh .hs .pl .c' tohighlight: .sh .hs .pl .c
# location of highlight's filetypes.conf # location of highlight's filetypes.conf
filetypes_conf: /etc/highlight/filetypes.conf filetypes_conf: /etc/highlight/filetypes.conf
# location of highlight's langDefs directory # location of highlight's langDefs directory
@ -278,8 +288,8 @@ langdefdir: /usr/share/highlight/langDefs
#po_master_language: en|English #po_master_language: en|English
# slave languages (translated via PO files) format: ll|Langname # slave languages (translated via PO files) format: ll|Langname
#po_slave_languages: #po_slave_languages:
#- fr|Français #- fr|Français
#- es|Español #- es|Español
#- de|Deutsch #- de|Deutsch
# PageSpec controlling which pages are translatable # PageSpec controlling which pages are translatable
po_translatable_pages: '' po_translatable_pages: ''
@ -405,8 +415,12 @@ websetup_show_unsafe: 0
# calendar plugin # calendar plugin
# base of the archives hierarchy # base of the archives hierarchy
archivebase: '' archivebase: ''
# PageSpec of pages to include in the archives; used by ikiwiki-calendar command # PageSpec of pages to include in the archives, if option `calendar_autocreate` is true.
archive_pagespec: '' archive_pagespec: ''
# autocreate new calendar pages?
calendar_autocreate: 1
# if set, when building calendar pages, also build pages of year and month when no pages were published (building empty calendars).
calendar_fill_gaps: 1
# listdirectives plugin # listdirectives plugin
# directory in srcdir that contains directive descriptions # directory in srcdir that contains directive descriptions
@ -437,10 +451,11 @@ directive_description_dir: ikiwiki/directive
###################################################################### ######################################################################
# other plugins # other plugins
# (aggregate, autoindex, brokenlinks, camelcase, ddate, embed, favicon, # (aggregate, autoindex, brokenlinks, camelcase, ddate, embed, favicon,
# filecheck, flattr, goodstuff, htmlbalance, localstyle, missingsite, # filecheck, flattr, goodstuff, htmlbalance, localstyle, loginselector,
# notifyemail, pagetemplate, parked, pingee, pinger, prettydate, # missingsite, notifyemail, pagetemplate, parked, pingee, pinger,
# recentchanges, recentchangesdiff, relativedate, rsync, sidebar, # prettydate, recentchanges, recentchangesdiff, relativedate, rsync,
# smiley, sortnaturally, tag, testpagespec, trail, transient, typography) # sidebar, smiley, sortnaturally, tag, testpagespec, trail, transient,
# typography)
###################################################################### ######################################################################
# aggregate plugin # aggregate plugin