diff --git a/applications/luci-app-ubuntu/luasrc/model/cbi/ubuntu/status.lua b/applications/luci-app-ubuntu/luasrc/model/cbi/ubuntu/status.lua index a12f63d..eb4e650 100755 --- a/applications/luci-app-ubuntu/luasrc/model/cbi/ubuntu/status.lua +++ b/applications/luci-app-ubuntu/luasrc/model/cbi/ubuntu/status.lua @@ -3,7 +3,7 @@ local uci = luci.model.uci.cursor() local sys = require 'luci.sys' local docker = require "luci.model.docker" -m = SimpleForm("ubuntu", translate("ubuntu"), translate("Linkease-PC是为EasePi定制的一套Ubuntu系统。纯英文系统,欢迎各位极客玩家享用。") +m = SimpleForm("ubuntu", translate("ubuntu"), translate("Linkease-PC是为EasePi定制的一套Ubuntu系统。纯英文系统,欢迎各位极客玩家享用。默认<用户名:kasm_user 密码:password>") .. translatef(" " .. "" .. "访问官网", "https://easepi.linkease.com/")) diff --git a/applications/luci-app-ubuntu/root/etc/config/ubuntu b/applications/luci-app-ubuntu/root/etc/config/ubuntu index 6bec528..63eed92 100644 --- a/applications/luci-app-ubuntu/root/etc/config/ubuntu +++ b/applications/luci-app-ubuntu/root/etc/config/ubuntu @@ -1,4 +1,4 @@ -config kodexplorer +config ubuntu option 'image' 'linkease/desktop-ubuntu-arm64:develop' option 'password' 'password' option 'port' '6901'