From f3e9782efb7394c5d173d869811e2906f3c3e2da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 22 Mar 2026 00:18:25 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=A4=20Sync=202026-03-22=2000:18:25?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- luci-app-nekobox/Makefile | 2 +- luci-app-nekobox/root/etc/uci-defaults/99_neko | 3 --- luci-theme-spectra/Makefile | 2 +- luci-theme-spectra/root/etc/uci-defaults/30_luci-theme-spectra | 2 +- 4 files changed, 3 insertions(+), 6 deletions(-) diff --git a/luci-app-nekobox/Makefile b/luci-app-nekobox/Makefile index 512e858d..20ef78ca 100644 --- a/luci-app-nekobox/Makefile +++ b/luci-app-nekobox/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_MAINTAINER:=Thaolga PKG_NAME:=luci-app-nekobox PKG_VERSION:=2.0.9 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) diff --git a/luci-app-nekobox/root/etc/uci-defaults/99_neko b/luci-app-nekobox/root/etc/uci-defaults/99_neko index e5f61e49..a304aec7 100644 --- a/luci-app-nekobox/root/etc/uci-defaults/99_neko +++ b/luci-app-nekobox/root/etc/uci-defaults/99_neko @@ -12,9 +12,6 @@ files_check() { if [ -n "$(command -v nginx)" ];then cat << 'EOF' > /etc/nginx/conf.d/nekobox.locations location /nekobox { - alias /www/nekobox; - index index.php index.html index.htm; - location ~ \.php$ { if (!-f $request_filename) { return 404; diff --git a/luci-theme-spectra/Makefile b/luci-theme-spectra/Makefile index 9245d71e..c795b7c0 100644 --- a/luci-theme-spectra/Makefile +++ b/luci-theme-spectra/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Spectra Theme LUCI_DEPENDS:=+curl +php8 +php8-cgi +php8-fpm +php8-mod-curl +php8-mod-zip +php8-mod-mbstring +ffmpeg PKG_VERSION:=27.574.74123~9e4b7f2 -PKG_RELEASE:=2 +PKG_RELEASE:=3 LUCI_MINIFY_CSS:=0 diff --git a/luci-theme-spectra/root/etc/uci-defaults/30_luci-theme-spectra b/luci-theme-spectra/root/etc/uci-defaults/30_luci-theme-spectra index 9a967308..2e39c016 100644 --- a/luci-theme-spectra/root/etc/uci-defaults/30_luci-theme-spectra +++ b/luci-theme-spectra/root/etc/uci-defaults/30_luci-theme-spectra @@ -14,7 +14,7 @@ EOF if [ -n "$(command -v nginx)" ];then if [ ! -f /etc/nginx/conf.d/spectra.locations ]; then cat << 'EOF' > /etc/nginx/conf.d/spectra.locations -location /luci-static/spectra/ { +location /spectra/ { location ~ \.php$ { if (!-f $request_filename) { return 404;