mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
samba: Update client list
Removed android apps that have been discontinued and added SambaLite app. Tested that SambaLite works with Samba app. Signed-off-by: Veiko Aasa <veiko17@disroot.org> Reviewed-by: Joseph Nuthalapati <njoseph@riseup.net>
This commit is contained in:
parent
52cde4c0b6
commit
35b03aa5df
@ -9,16 +9,17 @@ from plinth.clients import store_url
|
|||||||
|
|
||||||
clients = [{
|
clients = [{
|
||||||
'name':
|
'name':
|
||||||
_('Android Samba Client'),
|
_('SambaLite'),
|
||||||
'platforms': [{
|
'platforms': [{
|
||||||
'type':
|
'type': 'store',
|
||||||
'store',
|
'os': 'android',
|
||||||
'os':
|
'store_name': 'f-droid',
|
||||||
'android',
|
'url': store_url('f-droid', 'de.schliweb.sambalite')
|
||||||
'store_name':
|
}, {
|
||||||
'f-droid',
|
'type': 'store',
|
||||||
'url':
|
'os': 'android',
|
||||||
store_url('f-droid', 'com.google.android.sambadocumentsprovider')
|
'store_name': 'google-play',
|
||||||
|
'url': store_url('google-play', 'de.schliweb.sambalite')
|
||||||
}]
|
}]
|
||||||
}, {
|
}, {
|
||||||
'name':
|
'name':
|
||||||
@ -29,15 +30,6 @@ clients = [{
|
|||||||
'store_name': 'f-droid',
|
'store_name': 'f-droid',
|
||||||
'url': store_url('f-droid', 'com.ghostsq.commander')
|
'url': store_url('f-droid', 'com.ghostsq.commander')
|
||||||
}]
|
}]
|
||||||
}, {
|
|
||||||
'name':
|
|
||||||
_('Ghost Commander - Samba plugin'),
|
|
||||||
'platforms': [{
|
|
||||||
'type': 'store',
|
|
||||||
'os': 'android',
|
|
||||||
'store_name': 'google-play',
|
|
||||||
'url': store_url('google-play', 'com.ghostsq.commander.smb')
|
|
||||||
}]
|
|
||||||
}, {
|
}, {
|
||||||
'name':
|
'name':
|
||||||
_('VLC media player'),
|
_('VLC media player'),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user