Skip to content

Commit

Permalink
sync from upstream, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
amefs committed Dec 10, 2023
1 parent b065a7d commit 6b5608d
Show file tree
Hide file tree
Showing 99 changed files with 155 additions and 163 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## CHANGELOG v1.5.9

*Changelog update Sunday, Dec 10, 2023*

### General additions

- facilitating the selection of the Transmission version during installation(`--transmission-version`)

### Function improved

- resolving dependency issues by installing DenyHosts using venv
- only use released tag on acme.sh
- apply new node.js repo

### Function updated

- add writable flag to [newer ttyd](https://github.com/tsl0922/ttyd/commit/f8efcddb0b615de7086fdb3c5f452d1ee42f32a3)
- disable webUI UPNP on qBittorrent by default

### Bug fixed

---

## CHANGELOG v1.5.8

*Changelog update Thursday, Jul 27, 2023*
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This project is a modified version of the QuickBox community edition. This proje

## Script status

![Version](https://img.shields.io/badge/version-1.5.8-orange?style=flat-square)![GNU v3.0 License](https://img.shields.io/badge/license-GNU%20v3.0%20License-blue.svg?style=flat-square)
![Version](https://img.shields.io/badge/version-1.5.9-orange?style=flat-square)![GNU v3.0 License](https://img.shields.io/badge/license-GNU%20v3.0%20License-blue.svg?style=flat-square)

When upgrade from 1.3.2 to 1.3.3, very recommend to use SSH with `box update quickbox`. You also need to run the command twice to finish the service upgrade. If you are using WebUI to finish the upgrade, please also upgrade twice.

Expand Down
2 changes: 1 addition & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

## 当前版本

![Version](https://img.shields.io/badge/version-1.5.8-orange?style=flat-square)![GNU v3.0 License](https://img.shields.io/badge/license-GNU%20v3.0%20License-blue.svg?style=flat-square)
![Version](https://img.shields.io/badge/version-1.5.9-orange?style=flat-square)![GNU v3.0 License](https://img.shields.io/badge/license-GNU%20v3.0%20License-blue.svg?style=flat-square)

在执行 1.3.2 -> 1.3.3 的升级时,建议使用 SSH 运行 `box update quickbox` 进行升级操作,且需要执行两次以完成后台服务升级。若使用 WebUI 也需要执行两次。

Expand Down
2 changes: 1 addition & 1 deletion bump-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# GitHub: https://github.com/amefs/quickbox-lite
# Author: TautCony
# Current version: v1.5.8
# Current version: v1.5.9
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
Expand Down
2 changes: 1 addition & 1 deletion packages/package/install/installpackage-art
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# GitHub: https://github.com/amefs/quickbox-lite
# Author: Amefs
# Current version: v1.5.8
# Current version: v1.5.9
# URL:
# Original Repo: https://github.com/QuickBox/QB
# Credits to: QuickBox.io
Expand Down
2 changes: 1 addition & 1 deletion packages/package/install/installpackage-autodlirssi
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# GitHub: https://github.com/amefs/quickbox-lite
# Author: Amefs
# Current version: v1.5.8
# Current version: v1.5.9
# URL:
# Original Repo: https://github.com/QuickBox/QB
# Credits to: QuickBox.io
Expand Down
2 changes: 1 addition & 1 deletion packages/package/install/installpackage-btsync
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# GitHub: https://github.com/amefs/quickbox-lite
# Author: Amefs
# Current version: v1.5.8
# Current version: v1.5.9
# URL:
# Original Repo: https://github.com/QuickBox/QB
# Credits to: QuickBox.io
Expand Down
2 changes: 1 addition & 1 deletion packages/package/install/installpackage-cifs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# GitHub: https://github.com/amefs/quickbox-lite
# Author: Amefs
# Current version: v1.5.8
# Current version: v1.5.9
# URL:
# Original Repo: https://github.com/QuickBox/QB
# Credits to: QuickBox.io
Expand Down
4 changes: 3 additions & 1 deletion packages/package/install/installpackage-deluge
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# GitHub: https://github.com/amefs/quickbox-lite
# Author: Amefs
# Current version: v1.5.8
# Current version: v1.5.9
# URL:
# Original Repo: https://github.com/QuickBox/QB
# Credits to: QuickBox.io
Expand Down Expand Up @@ -602,6 +602,8 @@ function _installDeluge() {
_execute "pip2 install --upgrade wheel"
_info "Installing python2-twisted[tls]... "
_execute "pip2 install --upgrade twisted[tls]"
_info "Installing pyOpenSSL... "
_execute "pip2 install --upgrade --force-reinstall pyOpenSSL"
_info "Installing python2-future... "
_execute "pip2 install --upgrade future"
_success "${APP_TITLE} dependencies installed."
Expand Down
2 changes: 1 addition & 1 deletion packages/package/install/installpackage-denyhosts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# GitHub: https://github.com/amefs/quickbox-lite
# Author: Amefs
# Current version: v1.5.8
# Current version: v1.5.9
# URL:
# Original Repo: https://github.com/QuickBox/QB
# Credits to: QuickBox.io
Expand Down
2 changes: 1 addition & 1 deletion packages/package/install/installpackage-docker
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# GitHub: https://github.com/amefs/quickbox-lite
# Author: Amefs
# Current version: v1.5.8
# Current version: v1.5.9
# URL:
# Original Repo: https://github.com/QuickBox/QB
# Credits to: QuickBox.io
Expand Down
2 changes: 1 addition & 1 deletion packages/package/install/installpackage-emby
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# GitHub: https://github.com/amefs/quickbox-lite
# Author: Amefs
# Current version: v1.5.8
# Current version: v1.5.9
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
Expand Down
2 changes: 1 addition & 1 deletion packages/package/install/installpackage-fail2ban
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# GitHub: https://github.com/amefs/quickbox-lite
# Maintainer: Amefs
# Current version: v1.5.8
# Current version: v1.5.9
# Author: Mischief
# Credits to: QuickBox.io
#
Expand Down
2 changes: 1 addition & 1 deletion packages/package/install/installpackage-ffmpeg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# GitHub: https://github.com/amefs/quickbox-lite
# Author: Amefs
# Current version: v1.5.8
# Current version: v1.5.9
# URL:
# Original Repo: https://github.com/QuickBox/QB
# Credits to: QuickBox.io
Expand Down
2 changes: 1 addition & 1 deletion packages/package/install/installpackage-filebrowser
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# GitHub: https://github.com/amefs/quickbox-lite
# Author: Amefs
# Current version: v1.5.8
# Current version: v1.5.9
# URL:
# Original Repo: https://github.com/QuickBox/QB
# Credits to: QuickBox.io
Expand Down
2 changes: 1 addition & 1 deletion packages/package/install/installpackage-filebrowser-ee
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# GitHub: https://github.com/amefs/quickbox-lite
# Author: Amefs
# Current version: v1.5.8
# Current version: v1.5.9
# URL:
# Original Repo: https://github.com/QuickBox/QB
# Credits to: QuickBox.io
Expand Down
2 changes: 1 addition & 1 deletion packages/package/install/installpackage-flexget
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# GitHub: https://github.com/amefs/quickbox-lite
# Author: Amefs
# Current version: v1.5.8
# Current version: v1.5.9
# URL:
# Original Repo: https://github.com/QuickBox/QB
# Credits to: QuickBox.io
Expand Down
2 changes: 1 addition & 1 deletion packages/package/install/installpackage-flood
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# GitHub: https://github.com/amefs/quickbox-lite
# Maintainer: Amefs
# Current version: v1.5.8
# Current version: v1.5.9
# Author: Mischief
# Credits to: QuickBox.io
#
Expand Down
2 changes: 1 addition & 1 deletion packages/package/install/installpackage-h5ai
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# GitHub: https://github.com/amefs/quickbox-lite
# Author: Amefs
# Current version: v1.5.8
# Current version: v1.5.9
# URL:
# Original Repo: https://github.com/QuickBox/QB
# Credits to: QuickBox.io
Expand Down
2 changes: 1 addition & 1 deletion packages/package/install/installpackage-jellyfin
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# GitHub: https://github.com/amefs/quickbox-lite
# Author: Amefs
# Current version: v1.5.8
# Current version: v1.5.9
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
Expand Down
2 changes: 1 addition & 1 deletion packages/package/install/installpackage-lecert
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# GitHub: https://github.com/amefs/quickbox-lite
# Author: JMSolo, Amefs
# Current version: v1.5.8
# Current version: v1.5.9
# URL:
# Original Repo: https://github.com/QuickBox/QB
# Credits to: QuickBox.io
Expand Down
2 changes: 1 addition & 1 deletion packages/package/install/installpackage-linuxrar
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# GitHub: https://github.com/amefs/quickbox-lite
# Author: Amefs
# Current version: v1.5.8
# Current version: v1.5.9
# URL:
# Original Repo: https://github.com/QuickBox/QB
# Credits to: QuickBox.io
Expand Down
4 changes: 2 additions & 2 deletions packages/package/install/installpackage-mktorrent
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# GitHub: https://github.com/amefs/quickbox-lite
# Author: Amefs
# Current version: v1.5.8
# Current version: v1.5.9
# URL:
# Original Repo: https://github.com/QuickBox/QB
# Credits to: QuickBox.io
Expand Down Expand Up @@ -221,7 +221,7 @@ EOF
#
# GitHub: https://github.com/amefs/quickbox-lite
# Author: Amefs
# Current version: v1.5.8
# Current version: v1.5.9
# URL:
# Original Repo: https://github.com/Aniverse/inexistence
# Credits to: Aniverse
Expand Down
2 changes: 1 addition & 1 deletion packages/package/install/installpackage-netdata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# GitHub: https://github.com/amefs/quickbox-lite
# Maintainer: Amefs
# Current version: v1.5.8
# Current version: v1.5.9
# Author: Mischief
# Credits to: QuickBox.io
#
Expand Down
2 changes: 1 addition & 1 deletion packages/package/install/installpackage-nfs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# GitHub: https://github.com/amefs/quickbox-lite
# Author: Amefs
# Current version: v1.5.8
# Current version: v1.5.9
# URL:
# Original Repo: https://github.com/QuickBox/QB
# Credits to: QuickBox.io
Expand Down
2 changes: 1 addition & 1 deletion packages/package/install/installpackage-novnc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# GitHub: https://github.com/amefs/quickbox-lite
# Maintainer: Amefs
# Current version: v1.5.8
# Current version: v1.5.9
# Author: Mischief
# Credits to: QuickBox.io
#
Expand Down
2 changes: 1 addition & 1 deletion packages/package/install/installpackage-openvpn
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# GitHub: https://github.com/amefs/quickbox-lite
# Author: Amefs
# Current version: v1.5.8
# Current version: v1.5.9
# URL:
# Original Repo: https://github.com/QuickBox/QB
# Credits to: QuickBox.io
Expand Down
2 changes: 1 addition & 1 deletion packages/package/install/installpackage-plex
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# GitHub: https://github.com/amefs/quickbox-lite
# Author: Amefs
# Current version: v1.5.8
# Current version: v1.5.9
# URL:
# Original Repo: https://github.com/QuickBox/QB
# Credits to: QuickBox.io
Expand Down
2 changes: 1 addition & 1 deletion packages/package/install/installpackage-pyenv
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# GitHub: https://github.com/amefs/quickbox-lite
# Author: Amefs
# Current version: v1.5.8
# Current version: v1.5.9
# URL:
# Original Repo: https://github.com/QuickBox/QB
# Credits to: QuickBox.io
Expand Down
4 changes: 2 additions & 2 deletions packages/package/install/installpackage-qbittorrent
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# GitHub: https://github.com/amefs/quickbox-lite
# Author: Amefs
# Current version: v1.5.8
# Current version: v1.5.9
# URL:
# Original Repo: https://github.com/QuickBox/QB
# Credits to: QuickBox.io
Expand Down Expand Up @@ -752,7 +752,7 @@ WebUI\LocalHostAuth=false
WebUI\Password_ha1=@ByteArray(${ha1pass})
WebUI\Port=${PORT}
WebUI\ServerDomains=*
WebUI\UseUPnP=true
WebUI\UseUPnP=false
WebUI\Username=${username}
[BitTorrent]
Expand Down
2 changes: 1 addition & 1 deletion packages/package/install/installpackage-rclone
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# GitHub: https://github.com/amefs/quickbox-lite
# Author: Amefs
# Current version: v1.5.8
# Current version: v1.5.9
# URL:
# Original Repo: https://github.com/QuickBox/QB
# Credits to: QuickBox.io
Expand Down
2 changes: 1 addition & 1 deletion packages/package/install/installpackage-rtorrent
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# GitHub: https://github.com/amefs/quickbox-lite
# Author: Amefs
# Current version: v1.5.8
# Current version: v1.5.9
# URL:
# Original Repo: https://github.com/QuickBox/QB
# Credits to: QuickBox.io
Expand Down
2 changes: 1 addition & 1 deletion packages/package/install/installpackage-rutorrent
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# GitHub: https://github.com/amefs/quickbox-lite
# Author: Amefs
# Current version: v1.5.8
# Current version: v1.5.9
# URL:
# Original Repo: https://github.com/QuickBox/QB
# Credits to: QuickBox.io
Expand Down
2 changes: 1 addition & 1 deletion packages/package/install/installpackage-sabnzbd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# GitHub: https://github.com/amefs/quickbox-lite
# Author: JMSolo | Mischief | Amefs
# Current version: v1.5.8
# Current version: v1.5.9
# URL:
# Original Repo: https://github.com/QuickBox/QB
# Credits to: QuickBox.io
Expand Down
2 changes: 1 addition & 1 deletion packages/package/install/installpackage-speedtest
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# GitHub: https://github.com/amefs/quickbox-lite
# Author: Amefs
# Current version: v1.5.8
# Current version: v1.5.9
# URL:
# Original Repo: https://github.com/QuickBox/QB
# Credits to: QuickBox.io
Expand Down
2 changes: 1 addition & 1 deletion packages/package/install/installpackage-syncthing
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# GitHub: https://github.com/amefs/quickbox-lite
# Author: Amefs
# Current version: v1.5.8
# Current version: v1.5.9
# URL:
# Original Repo: https://github.com/QuickBox/QB
# Credits to: QuickBox.io
Expand Down
4 changes: 2 additions & 2 deletions packages/package/install/installpackage-transmission
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# GitHub: https://github.com/amefs/quickbox-lite
# Author: Amefs
# Current version: v1.5.8
# Current version: v1.5.9
# URL:
# Original Repo: https://github.com/QuickBox/QB
# Credits to: QuickBox.io
Expand Down Expand Up @@ -316,7 +316,7 @@ function _configureApp() {
_execute "systemctl stop transmission-daemon"
sleep 2
# install enhancement WebUI
echo 1 | bash -c "$(wget -qO- https://github.com/ronggang/transmission-web-control/raw/master/release/install-tr-control.sh)" >>"${OUTTO}" 2>&1
echo 1 | bash -c "$(wget -qO- https://github.com/transmission-web-control/transmission-web-control/raw/master/release/install-tr-control.sh)" >>"${OUTTO}" 2>&1

# get userlist
userlist=$(cat $(find /root/.qbuser/ -type f) | cut -d: -f1)
Expand Down
2 changes: 1 addition & 1 deletion packages/package/install/installpackage-webdav
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# GitHub: https://github.com/amefs/quickbox-lite
# Author: Amefs
# Current version: v1.5.8
# Current version: v1.5.9
# URL:
# Original Repo: https://github.com/QuickBox/QB
# Credits to: QuickBox.io
Expand Down
Loading

0 comments on commit 6b5608d

Please sign in to comment.