diff --git a/luci-app-nekobox/Makefile b/luci-app-nekobox/Makefile index 20ef78ca..a3d43cd4 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:=2 +PKG_RELEASE:=3 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 a304aec7..8de65297 100644 --- a/luci-app-nekobox/root/etc/uci-defaults/99_neko +++ b/luci-app-nekobox/root/etc/uci-defaults/99_neko @@ -12,6 +12,7 @@ files_check() { if [ -n "$(command -v nginx)" ];then cat << 'EOF' > /etc/nginx/conf.d/nekobox.locations location /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 c795b7c0..6feb8e79 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:=3 +PKG_RELEASE:=4 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 2e39c016..123acf15 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 @@ -15,6 +15,7 @@ EOF if [ ! -f /etc/nginx/conf.d/spectra.locations ]; then cat << 'EOF' > /etc/nginx/conf.d/spectra.locations location /spectra/ { + index index.php index.html index.htm; location ~ \.php$ { if (!-f $request_filename) { return 404;