cockpit: extend apps description with access info

Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Nektarios Katakis 2019-12-10 12:03:19 +00:00 committed by James Valleroy
parent 390e041a14
commit 656988cc54
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -56,7 +56,11 @@ description = [
format_lazy(
_('It can be accessed by <a href="{users_url}">any user</a> on '
'{box_name} belonging to the admin group.'),
box_name=_(cfg.box_name), users_url=reverse_lazy('users:index'))
box_name=_(cfg.box_name), users_url=reverse_lazy('users:index')),
format_lazy(
_('Cockpit requires that you access it through a domain name. '
'It will not work when accessed using an IP address as part'
' of the URL.')),
]
manual_page = 'Cockpit'