mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +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 = [{
|
||||
'name':
|
||||
_('Android Samba Client'),
|
||||
_('SambaLite'),
|
||||
'platforms': [{
|
||||
'type':
|
||||
'store',
|
||||
'os':
|
||||
'android',
|
||||
'store_name':
|
||||
'f-droid',
|
||||
'url':
|
||||
store_url('f-droid', 'com.google.android.sambadocumentsprovider')
|
||||
'type': 'store',
|
||||
'os': 'android',
|
||||
'store_name': 'f-droid',
|
||||
'url': store_url('f-droid', 'de.schliweb.sambalite')
|
||||
}, {
|
||||
'type': 'store',
|
||||
'os': 'android',
|
||||
'store_name': 'google-play',
|
||||
'url': store_url('google-play', 'de.schliweb.sambalite')
|
||||
}]
|
||||
}, {
|
||||
'name':
|
||||
@ -29,15 +30,6 @@ clients = [{
|
||||
'store_name': 'f-droid',
|
||||
'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':
|
||||
_('VLC media player'),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user