Joseph Nuthalapati d5f840b6b1
tags: Add tags to system apps
Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
2024-12-29 22:58:17 -08:00

16 lines
319 B
Python

# SPDX-License-Identifier: AGPL-3.0-or-later
"""
Application manifest for pagekite.
"""
from django.utils.translation import gettext_lazy as _
backup = {
'config': {
'directories': ['/etc/pagekite.d/']
},
'services': ['pagekite']
}
tags = [_('Tunneling'), _('NAT traversal'), _('Remote access')]