🐤 Sync 2026-03-22 00:18:25

This commit is contained in:
github-actions[bot] 2026-03-22 00:18:25 +08:00
parent 7c68e11965
commit f3e9782efb
4 changed files with 3 additions and 6 deletions

View File

@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_MAINTAINER:=Thaolga <https://github.com/Thaolga/luci-app-nekobox>
PKG_NAME:=luci-app-nekobox
PKG_VERSION:=2.0.9
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)

View File

@ -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;

View File

@ -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

View File

@ -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;