update kodexplorer

This commit is contained in:
YGAS 2021-11-17 23:56:47 +08:00
parent 6f212874bf
commit 7080b0326e
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
config kodexplorer
option 'image' 'kodcloud/kodexplorer:latest'
option 'image' 'kodcloud/kodbox:latest'
option 'cache_path' '/mnt/sda1/kodexplorer'
option 'port' '8081'

View File

@ -2,7 +2,7 @@
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(){
local cache=`uci get kodexplorer.@kodexplorer[0].cache_path 2>/dev/null`