add debugtoolbar support

This commit is contained in:
2021-09-26 12:27:46 +03:00
parent f55b44b391
commit d73d5daad3
8 changed files with 50 additions and 1 deletions

View File

@ -15,6 +15,7 @@ optdepends=('breezy: -bzr packages support'
'mercurial: -hg packages support'
'python-aioauth-client: web server with OAuth2 authorization'
'python-aiohttp: web server'
'python-aiohttp-debugtoolbar: web server with enabled debug panel'
'python-aiohttp-jinja2: web server'
'python-aiohttp-security: web server with authorization'
'python-aiohttp-session: web server with authorization'

View File

@ -51,6 +51,9 @@ command = rsync --archive --compress --partial --delete
chunk_size = 8388608
[web]
debug = no
debug_check_host = no
debug_allowed_hosts =
host = 127.0.0.1
static_path = /usr/share/ahriman/static
templates = /usr/share/ahriman