🗽 Sync 2026-08-04 20:40:02

This commit is contained in:
github-actions[bot]
2026-08-04 20:40:02 +08:00
parent d56fd78efc
commit 9b522ebf42
144 changed files with 4375 additions and 3375 deletions
@@ -22,7 +22,7 @@ o = s:option(Value, "http_port", translate("HTTP Port").."<b>*</b>")
o.default = "8085"
o.datatype = "string"
o = s:option(Value, "image_name", translate("Image").."<b>*</b>")
o = s:option(Value, "image_name", translate("Docker Image").."<b>*</b>")
o.rmempty = false
o.datatype = "string"
o:value("lscr.io/linuxserver/code-server:latest", "lscr.io/linuxserver/code-server:latest")