home: allow disableing list
This commit is contained in:
parent
35544bd64c
commit
5e9795ad0c
9 changed files with 127 additions and 32 deletions
|
|
@ -39,10 +39,24 @@ http:
|
|||
# This email address can be configured here.
|
||||
certbot_email: null
|
||||
|
||||
# By default, the default domain redirects to the distillery repository.
|
||||
# If you want to change this, set an alternate domain name here.
|
||||
theme:
|
||||
home: null
|
||||
# Configuration for the (public) homepage of the distillery.
|
||||
home:
|
||||
# the url to redirect to for more information about this instance of the distillery.
|
||||
# to be configured by default.
|
||||
redirect: null
|
||||
|
||||
# configure the list of systems on the homepage.
|
||||
list:
|
||||
# is the list of WissKIs visible for the public?
|
||||
# if this is disabled, only the generic text is shown.
|
||||
public: null
|
||||
|
||||
# is the list of WissKIs visible to logged in users?
|
||||
# if this is disabled, only the generic text is shown.
|
||||
private: null
|
||||
|
||||
# Title of the list (whenever it is shown)
|
||||
title: null
|
||||
|
||||
docker:
|
||||
# The distillery uses several global docker networks.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue