mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +00:00
mumble: Add Mumla to the list of clients
* `py.test-3 plinth/modules/mumble/manifest.py` said only two warnings
(could not create cache path {path})
* `sudo -u plinth /vagrant/run --develop` and https://localhost:4430/ had
show me what I expected
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
c01a04a31d
commit
efe84419b1
@ -55,6 +55,15 @@ clients = validate([{
|
|||||||
'store_name': 'app-store',
|
'store_name': 'app-store',
|
||||||
'url': 'https://itunes.apple.com/dk/app/mumblefy/id858752232'
|
'url': 'https://itunes.apple.com/dk/app/mumblefy/id858752232'
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
'name':
|
||||||
|
_('Mumla'),
|
||||||
|
'platforms': [{
|
||||||
|
'type': 'store',
|
||||||
|
'os': 'android',
|
||||||
|
'store_name': 'f-droid',
|
||||||
|
'url': store_url('f-droid', 'se.lublin.mumla')
|
||||||
|
}]
|
||||||
}])
|
}])
|
||||||
|
|
||||||
backup = validate_backup({'data': {'directories': ['/var/lib/mumble-server']}})
|
backup = validate_backup({'data': {'directories': ['/var/lib/mumble-server']}})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user