diff --git a/docs/configuration.md b/docs/configuration.md index 464cfa9a..d7ffa15c 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -129,6 +129,7 @@ Web server settings. If any of `host`/`port` is not set, web integration will be * `debug_check_host` - check hosts to access debug toolbar, boolean, optional, default `no`. * `debug_allowed_hosts` - allowed hosts to get access to debug toolbar, space separated list of string, optional. * `host` - host to bind, string, optional. +* `index_url` - full url of the repository index page, string, optional. * `password` - password to authorize in web service in order to update service status, string, required in case if authorization enabled. * `port` - port to bind, int, optional. * `static_path` - path to directory with static files, string, required. diff --git a/package/share/ahriman/build-status.jinja2 b/package/share/ahriman/build-status.jinja2 index f587a10e..38423c9d 100644 --- a/package/share/ahriman/build-status.jinja2 +++ b/package/share/ahriman/build-status.jinja2 @@ -100,6 +100,12 @@