update kodexplorer
This commit is contained in:
parent
6f212874bf
commit
7080b0326e
@ -1,4 +1,4 @@
|
|||||||
config kodexplorer
|
config kodexplorer
|
||||||
option 'image' 'kodcloud/kodexplorer:latest'
|
option 'image' 'kodcloud/kodbox:latest'
|
||||||
option 'cache_path' '/mnt/sda1/kodexplorer'
|
option 'cache_path' '/mnt/sda1/kodexplorer'
|
||||||
option 'port' '8081'
|
option 'port' '8081'
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
image_name=`uci get kodexplorer.@kodexplorer[0].image 2>/dev/null`
|
image_name=`uci get kodexplorer.@kodexplorer[0].image 2>/dev/null`
|
||||||
|
|
||||||
[ -z "$image_name" ] && image_name="kodcloud/kodexplorer:latest"
|
[ -z "$image_name" ] && image_name="kodcloud/kodbox:latest"
|
||||||
|
|
||||||
install(){
|
install(){
|
||||||
local cache=`uci get kodexplorer.@kodexplorer[0].cache_path 2>/dev/null`
|
local cache=`uci get kodexplorer.@kodexplorer[0].cache_path 2>/dev/null`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user