From dee375ce66e1a083afc6f9a07e660378517cd061 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 6 Sep 2026 07:02:02 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Sync=202026-09-06=2007:02:02?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- filebrowser-q/Makefile | 2 +- filebrowser-q/files/config.yaml | 13 ------------- filebrowser-q/files/filebrowser.config | 2 +- frp/Makefile | 4 ++-- 4 files changed, 4 insertions(+), 17 deletions(-) delete mode 100644 filebrowser-q/files/config.yaml diff --git a/filebrowser-q/Makefile b/filebrowser-q/Makefile index ea395c6b..f02f92cf 100644 --- a/filebrowser-q/Makefile +++ b/filebrowser-q/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=filebrowser-q PKG_VERSION:=1.5.6-stable -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/gtsteffaniak/filebrowser/tar.gz/v$(PKG_VERSION)? diff --git a/filebrowser-q/files/config.yaml b/filebrowser-q/files/config.yaml deleted file mode 100644 index f290aec7..00000000 --- a/filebrowser-q/files/config.yaml +++ /dev/null @@ -1,13 +0,0 @@ -server: - port: 8989 - database: "/etc/filebrowser-q/database.db" - sources: - - path: "/" # Do not use a root "/" directory or include the "/var" folder - config: - defaultEnabled: true -auth: - adminUsername: admin - adminPassword: "admin" -userDefaults: - ui: - locale: "zhCN" diff --git a/filebrowser-q/files/filebrowser.config b/filebrowser-q/files/filebrowser.config index b28f95d3..d42f3440 100644 --- a/filebrowser-q/files/filebrowser.config +++ b/filebrowser-q/files/filebrowser.config @@ -1,5 +1,5 @@ config filebrowser 'config' option enabled '0' - option listen_port '8989' + option listen_port '8787' option root_path '/' diff --git a/frp/Makefile b/frp/Makefile index 647ac57f..f0b53f9a 100644 --- a/frp/Makefile +++ b/frp/Makefile @@ -1,8 +1,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=frp -PKG_VERSION:=0.70.1 -PKG_RELEASE:=5 +PKG_VERSION:=0.71.0 +PKG_RELEASE:=6 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/fatedier/frp/tar.gz/v$(PKG_VERSION)?