Skip to content

Commit

Permalink
treewide: fix TZ
Browse files Browse the repository at this point in the history
  • Loading branch information
jjm2473 committed Dec 8, 2023
1 parent 4646de0 commit bb9b741
Show file tree
Hide file tree
Showing 50 changed files with 50 additions and 50 deletions.
2 changes: 1 addition & 1 deletion applications/luci-app-bmtedge/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

include $(TOPDIR)/rules.mk

PKG_VERSION:=1.0.1-20231020
PKG_VERSION:=1.0.1-20231208
PKG_RELEASE:=

LUCI_TITLE:=LuCI support for bmtedge
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ do_install() {
-e ksc_net=\"$netdev\" \
-e ksc_machine_code=\"lsyK17032_$uid\" "

local tz="`uci get system.@system[0].zonename`"
local tz="`uci get system.@system[0].zonename | sed 's/ /_/g'`"
[ -z "$tz" ] || cmd="$cmd -e TZ=$tz"

cmd="$cmd --name bmtedge \"$image_name\""
Expand Down
2 changes: 1 addition & 1 deletion applications/luci-app-chinesesubfinder/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

include $(TOPDIR)/rules.mk

PKG_VERSION:=1.0.2-20230215
PKG_VERSION:=1.0.2-20231208
PKG_RELEASE:=

LUCI_TITLE:=LuCI support for ChineseSubFinder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ do_install() {
--log-driver \"json-file\" \
--log-opt \"max-size=100m\" "

local tz="`uci get system.@system[0].zonename`"
local tz="`uci get system.@system[0].zonename | sed 's/ /_/g'`"
[ -z "$tz" ] || cmd="$cmd -e TZ=$tz"

[ -z "$media" ] || cmd="$cmd -v \"$media:/media\""
Expand Down
2 changes: 1 addition & 1 deletion applications/luci-app-codeserver/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

include $(TOPDIR)/rules.mk

PKG_VERSION:=1.0.1-20230108
PKG_VERSION:=1.0.1-20231208
PKG_RELEASE:=

LUCI_TITLE:=LuCI support for CodeServer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ do_install() {
-e DEFAULT_WORKSPACE=/config/workspace \
-p $http_port:8443 "

local tz="`uci get system.@system[0].zonename`"
local tz="`uci get system.@system[0].zonename | sed 's/ /_/g'`"
[ -z "$tz" ] || cmd="$cmd -e TZ=$tz"

[ -z "$env_password" ] || cmd="$cmd -e \"PASSWORD=$env_password\""
Expand Down
2 changes: 1 addition & 1 deletion applications/luci-app-emby/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

include $(TOPDIR)/rules.mk

PKG_VERSION:=1.0.3-20231117
PKG_VERSION:=1.0.3-20231208
PKG_RELEASE:=

LUCI_TITLE:=LuCI support for Emby
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ do_install() {
-p $http_port:8096 "
fi

local tz="`uci get system.@system[0].zonename`"
local tz="`uci get system.@system[0].zonename | sed 's/ /_/g'`"
[ -z "$tz" ] || cmd="$cmd -e TZ=$tz"

[ -z "$cache" ] || cmd="$cmd -v \"$cache:/config/cache\""
Expand Down
2 changes: 1 addition & 1 deletion applications/luci-app-gogs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

include $(TOPDIR)/rules.mk

PKG_VERSION:=1.0.1-20230108
PKG_VERSION:=1.0.1-20231208
PKG_RELEASE:=

LUCI_TITLE:=LuCI support for Emby
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ do_install() {
-p $http_port:3000 \
-p $ssh_port:22 "

local tz="`uci get system.@system[0].zonename`"
local tz="`uci get system.@system[0].zonename | sed 's/ /_/g'`"
[ -z "$tz" ] || cmd="$cmd -e TZ=$tz"

cmd="$cmd -v /mnt:/mnt"
Expand Down
2 changes: 1 addition & 1 deletion applications/luci-app-heimdall/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

include $(TOPDIR)/rules.mk

PKG_VERSION:=1.1.1-20230108
PKG_VERSION:=1.1.1-20231208
PKG_RELEASE:=

LUCI_TITLE:=LuCI support for heimdall
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ do_install_detail() {
cmd="$cmd -v /mnt:/mnt"
mountpoint -q /mnt && cmd="$cmd:rslave"

local tz="`uci get system.@system[0].zonename`"
local tz="`uci get system.@system[0].zonename | sed 's/ /_/g'`"
[ -z "$tz" ] || cmd="$cmd -e TZ=$tz"

cmd="$cmd --name heimdall \"$IMAGE_NAME\""
Expand Down
2 changes: 1 addition & 1 deletion applications/luci-app-homeassistant/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

include $(TOPDIR)/rules.mk

PKG_VERSION:=1.1.2-20230312
PKG_VERSION:=1.1.2-20231208
PKG_RELEASE:=

LUCI_TITLE:=LuCI support for homeassistant
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ do_install() {
--dns=127.0.0.1 "

if [ -z "$tz" ]; then
tz="`uci get system.@system[0].zonename`"
tz="`uci get system.@system[0].zonename | sed 's/ /_/g'`"
fi
[ -z "$tz" ] || cmd="$cmd -e TZ=$tz"

Expand Down
2 changes: 1 addition & 1 deletion applications/luci-app-jackett/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

include $(TOPDIR)/rules.mk

PKG_VERSION:=1.1.1-20230108
PKG_VERSION:=1.1.1-20231208
PKG_RELEASE:=

LUCI_TITLE:=LuCI support for jackett
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ do_install() {
--dns=172.17.0.1 \
-p $port:9117 "

local tz="`uci get system.@system[0].zonename`"
local tz="`uci get system.@system[0].zonename | sed 's/ /_/g'`"
[ -z "$tz" ] || cmd="$cmd -e TZ=$tz"

if [ -n "$auto_update" ]; then
Expand Down
2 changes: 1 addition & 1 deletion applications/luci-app-jellyfin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

include $(TOPDIR)/rules.mk

PKG_VERSION:=1.1.8-20230619
PKG_VERSION:=1.1.8-20231208
PKG_RELEASE:=

LUCI_TITLE:=LuCI support for jellyfin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ do_install_detail() {
-p $port:8096 "
fi

local tz="`uci get system.@system[0].zonename`"
local tz="`uci get system.@system[0].zonename | sed 's/ /_/g'`"
[ -z "$tz" ] || cmd="$cmd -e TZ=$tz"

[ -z "$cache" ] || cmd="$cmd -v \"$cache:/config/transcodes\""
Expand Down
2 changes: 1 addition & 1 deletion applications/luci-app-kodexplorer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

include $(TOPDIR)/rules.mk

PKG_VERSION:=1.2.1-20230108
PKG_VERSION:=1.2.1-20231208
PKG_RELEASE:=

LUCI_TITLE:=LuCI support for kodexplorer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ do_install() {
cmd="$cmd -v /mnt:/mnt"
mountpoint -q /mnt && cmd="$cmd:rslave"

local tz="`uci get system.@system[0].zonename`"
local tz="`uci get system.@system[0].zonename | sed 's/ /_/g'`"
[ -z "$tz" ] || cmd="$cmd -e TZ=$tz"

cmd="$cmd --name kodexplorer \"$IMAGE_NAME\""
Expand Down
2 changes: 1 addition & 1 deletion applications/luci-app-lanraragi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

include $(TOPDIR)/rules.mk

PKG_VERSION:=1.0.1-20230108
PKG_VERSION:=1.0.1-20231208
PKG_RELEASE:=

LUCI_TITLE:=LuCI support for LANraragi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ do_install() {
--dns=172.17.0.1 \
-p $http_port:3000 "

local tz="`uci get system.@system[0].zonename`"
local tz="`uci get system.@system[0].zonename | sed 's/ /_/g'`"
[ -z "$tz" ] || cmd="$cmd -e TZ=$tz"

cmd="$cmd -v /mnt:/mnt"
Expand Down
2 changes: 1 addition & 1 deletion applications/luci-app-memos/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

include $(TOPDIR)/rules.mk

PKG_VERSION:=1.0.2-20230412
PKG_VERSION:=1.0.2-20231208
PKG_RELEASE:=

LUCI_TITLE:=LuCI support for Memos
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ do_install() {
--dns=172.17.0.1 \
-p $http_port:5230 "

local tz="`uci get system.@system[0].zonename`"
local tz="`uci get system.@system[0].zonename | sed 's/ /_/g'`"
[ -z "$tz" ] || cmd="$cmd -e TZ=$tz"

cmd="$cmd -v /mnt:/mnt"
Expand Down
2 changes: 1 addition & 1 deletion applications/luci-app-nastools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

include $(TOPDIR)/rules.mk

PKG_VERSION:=1.1.3-20230215
PKG_VERSION:=1.1.3-20231208
PKG_RELEASE:=

LUCI_TITLE:=LuCI support for nastools
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ do_install() {
-p $port:3000 \
-e UMASK=000"

local tz="`uci get system.@system[0].zonename`"
local tz="`uci get system.@system[0].zonename | sed 's/ /_/g'`"
[ -z "$tz" ] || cmd="$cmd -e TZ=$tz"

if [ -n "$auto_update" ]; then
Expand Down
2 changes: 1 addition & 1 deletion applications/luci-app-navidrome/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

include $(TOPDIR)/rules.mk

PKG_VERSION:=1.0.1-20230108
PKG_VERSION:=1.0.1-20231208
PKG_RELEASE:=

LUCI_TITLE:=LuCI support for Navidrome
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ do_install() {
--dns=172.17.0.1 \
-p $http_port:4533 "

local tz="`uci get system.@system[0].zonename`"
local tz="`uci get system.@system[0].zonename | sed 's/ /_/g'`"
[ -z "$tz" ] || cmd="$cmd -e TZ=$tz"

cmd="$cmd -v /mnt:/mnt"
Expand Down
2 changes: 1 addition & 1 deletion applications/luci-app-nextcloud/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

include $(TOPDIR)/rules.mk

PKG_VERSION:=1.1.1-20230108
PKG_VERSION:=1.1.1-20231208
PKG_RELEASE:=

LUCI_TITLE:=LuCI support for nextcloud
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ do_install() {
cmd="$cmd -v /mnt:/mnt"
mountpoint -q /mnt && cmd="$cmd:rslave"

local tz="`uci get system.@system[0].zonename`"
local tz="`uci get system.@system[0].zonename | sed 's/ /_/g'`"
[ -z "$tz" ] || cmd="$cmd -e TZ=$tz"

cmd="$cmd --name nextcloud \"$IMAGE_NAME\""
Expand Down
2 changes: 1 addition & 1 deletion applications/luci-app-owntone/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

include $(TOPDIR)/rules.mk

PKG_VERSION:=1.0.2-20230619
PKG_VERSION:=1.0.2-20231208
PKG_RELEASE:=

LUCI_TITLE:=LuCI support for Owntone
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ do_install() {
--dns=127.0.0.1 \
--network=host "

local tz="`uci get system.@system[0].zonename`"
local tz="`uci get system.@system[0].zonename | sed 's/ /_/g'`"
[ -z "$tz" ] || cmd="$cmd -e TZ=$tz"

cmd="$cmd -v /mnt:/mnt"
Expand Down
2 changes: 1 addition & 1 deletion applications/luci-app-photoprism/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

include $(TOPDIR)/rules.mk

PKG_VERSION:=1.0.3-20230804
PKG_VERSION:=1.0.3-20231208
PKG_RELEASE:=

LUCI_TITLE:=LuCI support for PhotoPrism
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ do_install() {
-e PHOTOPRISM_UPLOAD_NSFW=\"true\" \
-e PHOTOPRISM_ADMIN_PASSWORD=\"$password\" "

local tz="`uci get system.@system[0].zonename`"
local tz="`uci get system.@system[0].zonename | sed 's/ /_/g'`"
[ -z "$tz" ] || cmd="$cmd -e TZ=$tz"

[ -z "$picture" ] || cmd="$cmd -v \"$picture:/photoprism/originals\""
Expand Down
2 changes: 1 addition & 1 deletion applications/luci-app-plex/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

include $(TOPDIR)/rules.mk

PKG_VERSION:=1.0.2-20230619
PKG_VERSION:=1.0.2-20231208
PKG_RELEASE:=

LUCI_TITLE:=LuCI support for Plex
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ do_install() {
-p $port:32400 "
fi

local tz="`uci get system.@system[0].zonename`"
local tz="`uci get system.@system[0].zonename | sed 's/ /_/g'`"
[ -z "$tz" ] || cmd="$cmd -e TZ=$tz"

[ -z "$claim_token" ] || cmd="$cmd -e \"PLEX_CLAIM=$claim_token\""
Expand Down
2 changes: 1 addition & 1 deletion applications/luci-app-ubuntu/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

include $(TOPDIR)/rules.mk

PKG_VERSION:=1.1.1-20230108
PKG_VERSION:=1.1.1-20231208
PKG_RELEASE:=

LUCI_TITLE:=LuCI support for ubuntu
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ do_install() {
-e VNC_PW=${password} \
-e VNC_USE_HTTP=0 "

local tz="`uci get system.@system[0].zonename`"
local tz="`uci get system.@system[0].zonename | sed 's/ /_/g'`"
[ -z "$tz" ] || cmd="$cmd -e TZ=$tz"

cmd="$cmd -v /mnt:/mnt"
Expand Down
2 changes: 1 addition & 1 deletion applications/luci-app-unifi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

include $(TOPDIR)/rules.mk

PKG_VERSION:=1.0.2-20230619
PKG_VERSION:=1.0.2-20231208
PKG_RELEASE:=

LUCI_TITLE:=LuCI support for UnifiController
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ do_install() {
-p $http_port:8443 "
fi

local tz="`uci get system.@system[0].zonename`"
local tz="`uci get system.@system[0].zonename | sed 's/ /_/g'`"
[ -z "$tz" ] || cmd="$cmd -e TZ=$tz"

cmd="$cmd -v /mnt:/mnt"
Expand Down
2 changes: 1 addition & 1 deletion applications/luci-app-vaultwarden/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

include $(TOPDIR)/rules.mk

PKG_VERSION:=1.0.1-20230108
PKG_VERSION:=1.0.1-20231208
PKG_RELEASE:=

LUCI_TITLE:=LuCI support for Vaultwarden
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ do_install() {
cmd="$cmd -e \"SIGNUPS_ALLOWED=false\""
fi

local tz="`uci get system.@system[0].zonename`"
local tz="`uci get system.@system[0].zonename | sed 's/ /_/g'`"
[ -z "$tz" ] || cmd="$cmd -e TZ=$tz"

cmd="$cmd -v /mnt:/mnt"
Expand Down
2 changes: 1 addition & 1 deletion applications/luci-app-webvirtcloud/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

include $(TOPDIR)/rules.mk

PKG_VERSION:=0.3.8-20231208
PKG_VERSION:=0.3.8-20231208-1
PKG_RELEASE:=

LUCI_TITLE:=LuCI support for webvirtcloud
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ do_install() {
--dns=223.5.5.5 "

if [ -z "$tz" ]; then
tz="`uci get system.@system[0].zonename`"
tz="`uci get system.@system[0].zonename | sed 's/ /_/g'`"
fi
[ -z "$tz" ] || cmd="$cmd -e TZ=\"$tz\""

Expand Down
Loading

0 comments on commit bb9b741

Please sign in to comment.