Sunil Mohan Adapa baa44e91a2
*: Update imports statements from plinth to freedombox
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2026-08-28 07:35:18 -04:00

29 lines
598 B
Python

# SPDX-License-Identifier: AGPL-3.0-or-later
from django.utils.translation import gettext_lazy as _
from freedombox.clients import validate
clients = validate([{
'name': _('Kiwix'),
'platforms': [{
'type': 'web',
'url': '/kiwix'
}]
}])
backup = {
'data': {
'directories': ['/var/lib/private/kiwix-server-freedombox/']
},
'services': ['kiwix-server-freedombox'],
'delete_before_restore': ['/var/lib/private/kiwix-server-freedombox/']
}
tags = [
_('Offline reader'),
_('Archival'),
_('Censorship resistance'),
_('Wikipedia')
]