🔥 Sync 2026-09-06 07:02:02
Merge-upstream / merge (push) Canceled after 0s

This commit is contained in:
github-actions[bot]
2026-09-06 07:02:02 +08:00
parent 7c496d5738
commit dee375ce66
4 changed files with 4 additions and 17 deletions
+1 -1
View File
@@ -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)?
-13
View File
@@ -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"
+1 -1
View File
@@ -1,5 +1,5 @@
config filebrowser 'config'
option enabled '0'
option listen_port '8989'
option listen_port '8787'
option root_path '/'
+2 -2
View File
@@ -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)?