update timezone

This commit is contained in:
jjm2473 2023-01-08 17:48:35 +08:00
parent 51da1b0e96
commit 174c6b87de
46 changed files with 46 additions and 46 deletions

View File

@ -2,7 +2,7 @@
include $(TOPDIR)/rules.mk
PKG_VERSION:=1.0.0-20221111
PKG_VERSION:=1.0.1-20230108
PKG_RELEASE:=
LUCI_TITLE:=LuCI support for ChineseSubFinder

View File

@ -29,7 +29,7 @@ do_install() {
--log-driver \"json-file\" \
--log-opt \"max-size=100m\" "
local tz="`cat /tmp/TZ`"
local tz="`uci get system.@system[0].zonename`"
[ -z "$tz" ] || cmd="$cmd -e TZ=$tz"
[ -z "$media" ] || cmd="$cmd -v \"$media:/media\""

View File

@ -2,7 +2,7 @@
include $(TOPDIR)/rules.mk
PKG_VERSION:=1.0.0-20221121
PKG_VERSION:=1.0.1-20230108
PKG_RELEASE:=
LUCI_TITLE:=LuCI support for CodeServer

View File

@ -31,7 +31,7 @@ do_install() {
-e DEFAULT_WORKSPACE=/config/workspace \
-p $http_port:8443 "
local tz="`cat /tmp/TZ`"
local tz="`uci get system.@system[0].zonename`"
[ -z "$tz" ] || cmd="$cmd -e TZ=$tz"
[ -z "$env_password" ] || cmd="$cmd -e \"PASSWORD=$env_password\""

View File

@ -2,7 +2,7 @@
include $(TOPDIR)/rules.mk
PKG_VERSION:=1.0.0-20221118
PKG_VERSION:=1.0.1-20230108
PKG_RELEASE:=
LUCI_TITLE:=LuCI support for Emby

View File

@ -43,7 +43,7 @@ do_install() {
-p $http_port:8096 "
fi
local tz="`cat /tmp/TZ`"
local tz="`uci get system.@system[0].zonename`"
[ -z "$tz" ] || cmd="$cmd -e TZ=$tz"
[ -z "$cache" ] || cmd="$cmd -v \"$cache:/config/cache\""

View File

@ -2,7 +2,7 @@
include $(TOPDIR)/rules.mk
PKG_VERSION:=1.0.0-20221114
PKG_VERSION:=1.0.1-20230108
PKG_RELEASE:=
LUCI_TITLE:=LuCI support for Emby

View File

@ -32,7 +32,7 @@ do_install() {
-p $http_port:3000 \
-p $ssh_port:22 "
local tz="`cat /tmp/TZ`"
local tz="`uci get system.@system[0].zonename`"
[ -z "$tz" ] || cmd="$cmd -e TZ=$tz"
cmd="$cmd -v /mnt:/mnt"

View File

@ -2,7 +2,7 @@
include $(TOPDIR)/rules.mk
PKG_VERSION:=1.1.0-20220830
PKG_VERSION:=1.1.1-20230108
PKG_RELEASE:=
LUCI_TITLE:=LuCI support for heimdall

View File

@ -38,7 +38,7 @@ do_install_detail() {
cmd="$cmd -v /mnt:/mnt"
mountpoint -q /mnt && cmd="$cmd:rslave"
local tz="`cat /tmp/TZ`"
local tz="`uci get system.@system[0].zonename`"
[ -z "$tz" ] || cmd="$cmd -e TZ=$tz"
cmd="$cmd --name heimdall \"$IMAGE_NAME\""

View File

@ -2,7 +2,7 @@
include $(TOPDIR)/rules.mk
PKG_VERSION:=1.1.0-20221126
PKG_VERSION:=1.1.1-20230108
PKG_RELEASE:=
LUCI_TITLE:=LuCI support for homeassistant

View File

@ -24,7 +24,7 @@ do_install() {
--dns=127.0.0.1 "
if [ -z "$tz" ]; then
tz="`cat /tmp/TZ`"
tz="`uci get system.@system[0].zonename`"
fi
[ -z "$tz" ] || cmd="$cmd -e TZ=$tz"

View File

@ -2,7 +2,7 @@
include $(TOPDIR)/rules.mk
PKG_VERSION:=1.1.0-20220718
PKG_VERSION:=1.1.1-20230108
PKG_RELEASE:=
LUCI_TITLE:=LuCI support for jackett

View File

@ -32,7 +32,7 @@ do_install() {
--dns=172.17.0.1 \
-p $port:9117 "
local tz="`cat /tmp/TZ`"
local tz="`uci get system.@system[0].zonename`"
[ -z "$tz" ] || cmd="$cmd -e TZ=$tz"
if [ -n "$auto_update" ]; then

View File

@ -2,7 +2,7 @@
include $(TOPDIR)/rules.mk
PKG_VERSION:=1.1.6-20221125
PKG_VERSION:=1.1.7-20230108
PKG_RELEASE:=
LUCI_TITLE:=LuCI support for jellyfin

View File

@ -100,7 +100,7 @@ do_install_detail() {
-p $port:8096 "
fi
local tz="`cat /tmp/TZ`"
local tz="`uci get system.@system[0].zonename`"
[ -z "$tz" ] || cmd="$cmd -e TZ=$tz"
[ -z "$cache" ] || cmd="$cmd -v \"$cache:/config/transcodes\""

View File

@ -2,7 +2,7 @@
include $(TOPDIR)/rules.mk
PKG_VERSION:=1.2.0-20221212
PKG_VERSION:=1.2.1-20230108
PKG_RELEASE:=
LUCI_TITLE:=LuCI support for kodexplorer

View File

@ -39,7 +39,7 @@ do_install() {
cmd="$cmd -v /mnt:/mnt"
mountpoint -q /mnt && cmd="$cmd:rslave"
local tz="`cat /tmp/TZ`"
local tz="`uci get system.@system[0].zonename`"
[ -z "$tz" ] || cmd="$cmd -e TZ=$tz"
cmd="$cmd --name kodexplorer \"$IMAGE_NAME\""

View File

@ -2,7 +2,7 @@
include $(TOPDIR)/rules.mk
PKG_VERSION:=1.0.0-20221119
PKG_VERSION:=1.0.1-20230108
PKG_RELEASE:=
LUCI_TITLE:=LuCI support for LANraragi

View File

@ -28,7 +28,7 @@ do_install() {
--dns=172.17.0.1 \
-p $http_port:3000 "
local tz="`cat /tmp/TZ`"
local tz="`uci get system.@system[0].zonename`"
[ -z "$tz" ] || cmd="$cmd -e TZ=$tz"
cmd="$cmd -v /mnt:/mnt"

View File

@ -2,7 +2,7 @@
include $(TOPDIR)/rules.mk
PKG_VERSION:=1.0.0-20221118
PKG_VERSION:=1.0.1-20230108
PKG_RELEASE:=
LUCI_TITLE:=LuCI support for Memos

View File

@ -27,7 +27,7 @@ do_install() {
--dns=172.17.0.1 \
-p $http_port:5230 "
local tz="`cat /tmp/TZ`"
local tz="`uci get system.@system[0].zonename`"
[ -z "$tz" ] || cmd="$cmd -e TZ=$tz"
cmd="$cmd -v /mnt:/mnt"

View File

@ -2,7 +2,7 @@
include $(TOPDIR)/rules.mk
PKG_VERSION:=1.1.1-20221110
PKG_VERSION:=1.1.2-20230108
PKG_RELEASE:=
LUCI_TITLE:=LuCI support for nastools

View File

@ -35,7 +35,7 @@ do_install_detail() {
-p $port:3000 \
-e UMASK=000"
local tz="`cat /tmp/TZ`"
local tz="`uci get system.@system[0].zonename`"
[ -z "$tz" ] || cmd="$cmd -e TZ=$tz"
if [ -n "$auto_update" ]; then

View File

@ -2,7 +2,7 @@
include $(TOPDIR)/rules.mk
PKG_VERSION:=1.0.0-20221119
PKG_VERSION:=1.0.1-20230108
PKG_RELEASE:=
LUCI_TITLE:=LuCI support for Navidrome

View File

@ -28,7 +28,7 @@ do_install() {
--dns=172.17.0.1 \
-p $http_port:4533 "
local tz="`cat /tmp/TZ`"
local tz="`uci get system.@system[0].zonename`"
[ -z "$tz" ] || cmd="$cmd -e TZ=$tz"
cmd="$cmd -v /mnt:/mnt"

View File

@ -2,7 +2,7 @@
include $(TOPDIR)/rules.mk
PKG_VERSION:=1.1.0-20220830
PKG_VERSION:=1.1.1-20230108
PKG_RELEASE:=
LUCI_TITLE:=LuCI support for nextcloud

View File

@ -38,7 +38,7 @@ do_install() {
cmd="$cmd -v /mnt:/mnt"
mountpoint -q /mnt && cmd="$cmd:rslave"
local tz="`cat /tmp/TZ`"
local tz="`uci get system.@system[0].zonename`"
[ -z "$tz" ] || cmd="$cmd -e TZ=$tz"
cmd="$cmd --name nextcloud \"$IMAGE_NAME\""

View File

@ -2,7 +2,7 @@
include $(TOPDIR)/rules.mk
PKG_VERSION:=1.0.0-20221119
PKG_VERSION:=1.0.1-20230108
PKG_RELEASE:=
LUCI_TITLE:=LuCI support for Owntone

View File

@ -25,7 +25,7 @@ do_install() {
--dns=127.0.0.1 \
--network=host "
local tz="`cat /tmp/TZ`"
local tz="`uci get system.@system[0].zonename`"
[ -z "$tz" ] || cmd="$cmd -e TZ=$tz"
cmd="$cmd -v /mnt:/mnt"

View File

@ -2,7 +2,7 @@
include $(TOPDIR)/rules.mk
PKG_VERSION:=1.0.0-20221117
PKG_VERSION:=1.0.1-20230108
PKG_RELEASE:=
LUCI_TITLE:=LuCI support for PhotoPrism

View File

@ -27,7 +27,7 @@ do_install() {
-e PHOTOPRISM_UPLOAD_NSFW=\"true\" \
-e PHOTOPRISM_ADMIN_PASSWORD=\"$password\" "
local tz="`cat /tmp/TZ`"
local tz="`uci get system.@system[0].zonename`"
[ -z "$tz" ] || cmd="$cmd -e TZ=$tz"
[ -z "$picture" ] || cmd="$cmd -v \"$picture:/photoprism/originals\""

View File

@ -2,7 +2,7 @@
include $(TOPDIR)/rules.mk
PKG_VERSION:=1.0.0-20221212
PKG_VERSION:=1.0.1-20230108
PKG_RELEASE:=
LUCI_TITLE:=LuCI support for Plex

View File

@ -54,7 +54,7 @@ do_install() {
-p $port:32400 "
fi
local tz="`cat /tmp/TZ`"
local tz="`uci get system.@system[0].zonename`"
[ -z "$tz" ] || cmd="$cmd -e TZ=$tz"
[ -z "$claim_token" ] || cmd="$cmd -e \"PLEX_CLAIM=$claim_token\""

View File

@ -2,7 +2,7 @@
include $(TOPDIR)/rules.mk
PKG_VERSION:=1.1.0-20221119
PKG_VERSION:=1.1.1-20230108
PKG_RELEASE:=
LUCI_TITLE:=LuCI support for ubuntu

View File

@ -44,7 +44,7 @@ do_install() {
-e VNC_PW=${password} \
-e VNC_USE_HTTP=0 "
local tz="`cat /tmp/TZ`"
local tz="`uci get system.@system[0].zonename`"
[ -z "$tz" ] || cmd="$cmd -e TZ=$tz"
cmd="$cmd -v /mnt:/mnt"

View File

@ -2,7 +2,7 @@
include $(TOPDIR)/rules.mk
PKG_VERSION:=1.0.0-20221114
PKG_VERSION:=1.0.1-20230108
PKG_RELEASE:=
LUCI_TITLE:=LuCI support for UnifiController

View File

@ -37,7 +37,7 @@ do_install() {
-p $http_port:8443 "
fi
local tz="`cat /tmp/TZ`"
local tz="`uci get system.@system[0].zonename`"
[ -z "$tz" ] || cmd="$cmd -e TZ=$tz"
cmd="$cmd -v /mnt:/mnt"

View File

@ -2,7 +2,7 @@
include $(TOPDIR)/rules.mk
PKG_VERSION:=1.0.0-20221118
PKG_VERSION:=1.0.1-20230108
PKG_RELEASE:=
LUCI_TITLE:=LuCI support for Vaultwarden

View File

@ -37,7 +37,7 @@ do_install() {
cmd="$cmd -e \"SIGNUPS_ALLOWED=false\""
fi
local tz="`cat /tmp/TZ`"
local tz="`uci get system.@system[0].zonename`"
[ -z "$tz" ] || cmd="$cmd -e TZ=$tz"
cmd="$cmd -v /mnt:/mnt"

View File

@ -2,7 +2,7 @@
include $(TOPDIR)/rules.mk
PKG_VERSION:=1.1.1-20221024
PKG_VERSION:=1.1.2-20230108
PKG_RELEASE:=
LUCI_TITLE:=LuCI support for wxedge

View File

@ -34,7 +34,7 @@ do_install_detail() {
-v \"$path/containerd:/var/lib/containerd\" \
-e PLACE=CTKS"
local tz="`cat /tmp/TZ`"
local tz="`uci get system.@system[0].zonename`"
[ -z "$tz" ] || cmd="$cmd -e TZ=$tz"
cmd="$cmd --name wxedge \"$IMAGE_NAME\""

View File

@ -2,7 +2,7 @@
include $(TOPDIR)/rules.mk
PKG_VERSION:=1.0.0-20221213
PKG_VERSION:=1.0.1-20230108
PKG_RELEASE:=
LUCI_TITLE:=LuCI support for Xteve

View File

@ -37,7 +37,7 @@ do_install() {
-p $port:34400 "
if [ -z "$tz" ]; then
tz="`cat /tmp/TZ`"
tz="`uci get system.@system[0].zonename`"
fi
[ -z "$tz" ] || cmd="$cmd -e TZ=$tz"

View File

@ -2,7 +2,7 @@
include $(TOPDIR)/rules.mk
PKG_VERSION:=1.0.0-20221117
PKG_VERSION:=1.0.1-20230108
PKG_RELEASE:=
LUCI_TITLE:=LuCI support for Xunlei

View File

@ -37,7 +37,7 @@ do_install() {
-p $port:2345 "
fi
local tz="`cat /tmp/TZ`"
local tz="`uci get system.@system[0].zonename`"
[ -z "$tz" ] || cmd="$cmd -e TZ=$tz"
cmd="$cmd --name xunlei \"$image_name\""