immortalwrt-collections/openwrt-gowebdav

无论怎么设置一直都是 GoWebDav 未运行

yeungxing opened this issue · 1 comments

我也是这个问题,无论怎么设置一直都是 GoWebDav 未运行 (安装完默认配置直接保存应用)

通过 /etc/init.d/gowebdav restart 重启 显示: Terminated
版本:

opkg list-installed |grep webdav
gowebdav - 0.0.4-26
luci-app-gowebdav - git-22.147.57852-d7e4f23

cat /etc/config/gowebdav

config gowebdav 'config'
option listen_port '6086'
option username 'user'
option password 'pass'
option root_dir '/mnt'
option read_only '0'
option allow_wan '0'
option use_https '0'
option enable '1'

cat /etc/openwrt_release
DISTRIB_ID='1004'
DISTRIB_RELEASE='22.03.0-rc2'
DISTRIB_REVISION='06.06.2022'
DISTRIB_TARGET='rockchip/armv8'
DISTRIB_ARCH='aarch64_generic'
DISTRIB_DESCRIPTION="OpenWrt 06.06.2022 by Kiddin'"
DISTRIB_TAINTS='busybox'

cat /etc/openwrt_version
06.06.2022

llanc commented

edit /etc/init.d/gowebdav same as #6