mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
i2p: Add main web interface to list of clients
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
c98f44f5ae
commit
9ceec9c8d8
@ -26,25 +26,26 @@ _download_url = 'https://geti2p.net/download'
|
|||||||
clients = validate([{
|
clients = validate([{
|
||||||
'name':
|
'name':
|
||||||
_('I2P'),
|
_('I2P'),
|
||||||
'platforms': [
|
'platforms': [{
|
||||||
{
|
'type': 'web',
|
||||||
'type': 'package',
|
'url': '/i2p/'
|
||||||
'format': 'deb',
|
}, {
|
||||||
'name': 'i2p',
|
'type': 'package',
|
||||||
}, {
|
'format': 'deb',
|
||||||
'type': 'download',
|
'name': 'i2p',
|
||||||
'os': 'gnu-linux',
|
}, {
|
||||||
'url': _download_url,
|
'type': 'download',
|
||||||
}, {
|
'os': 'gnu-linux',
|
||||||
'type': 'download',
|
'url': _download_url,
|
||||||
'os': 'macos',
|
}, {
|
||||||
'url': _download_url,
|
'type': 'download',
|
||||||
}, {
|
'os': 'macos',
|
||||||
'type': 'download',
|
'url': _download_url,
|
||||||
'os': 'windows',
|
}, {
|
||||||
'url': _download_url,
|
'type': 'download',
|
||||||
}
|
'os': 'windows',
|
||||||
]
|
'url': _download_url,
|
||||||
|
}]
|
||||||
}])
|
}])
|
||||||
|
|
||||||
backup = validate_backup({
|
backup = validate_backup({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user