From f665d7fdb771a7a4c0f581957737e606927048cd Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Wed, 7 Jan 2026 08:54:38 +0100 Subject: [PATCH] fix: Correct file permissions for wizard files (v0.6.0-r2) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix file permissions for wizard.js and wizard.css: - Change from 600 (root-only) to 644 (world-readable) - Allows web server to serve JavaScript and CSS files - Resolves HTTP 403 Forbidden error when loading wizard Files Fixed: - htdocs/luci-static/resources/view/crowdsec-dashboard/wizard.js - htdocs/luci-static/resources/crowdsec-dashboard/wizard.css Version: 0.6.0-2 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- package/secubox/luci-app-crowdsec-dashboard/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/secubox/luci-app-crowdsec-dashboard/Makefile b/package/secubox/luci-app-crowdsec-dashboard/Makefile index d2f7d037..0af3d149 100644 --- a/package/secubox/luci-app-crowdsec-dashboard/Makefile +++ b/package/secubox/luci-app-crowdsec-dashboard/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-crowdsec-dashboard PKG_VERSION:=0.6.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_ARCH:=all PKG_LICENSE:=Apache-2.0