Can't change fuguhub webdav folder

Creating a bug report/issue

I have searched the existing open and closed issues

Required Information

  • G_DIETPI_VERSION_CORE=9
    G_DIETPI_VERSION_SUB=14
    G_DIETPI_VERSION_RC=2
    G_GITBRANCH=‘master’
    G_GITOWNER=‘MichaIng’
    G_LIVE_PATCH_STATUS[0]=‘applied’

  • Distro version | `bookworm 1

  • Kernel version | Linux DietPi 6.12.34+rpt-rpi-v6 #1 Raspbian 1:6.12.34-1+rpt1~bookworm (2025-06-26) armv6l GNU/Linux

  • Architecture |armhf

  • SBC model | Pi1

  • Power supply used | 5V 2A

  • SD card used | 4Gb

Additional Information (if applicable)

  • Software title | fuguhub
  • Was the software title installed freshly : yes
  • Can this issue be replicated on a fresh installation of DietPi? was a fresh installation
    ← If you sent a “dietpi-bugreport”, please paste the ID here →
  • Bug report ID | echo $G_HW_UUID

Steps to reproduce

Modify /home/bd/bdd.conf


-- The HTTP and HTTPS ports can be bound to different interfaces.
-- See also the BD command line parameters -p, -s.
--host="www.mysite.com"
--sslhost="www.mysite.com"
--ipv6host="www.mysite.com"
--ipv6sslhost="www.mysite.com"
port=82
--sslport=443
--tryports=false -- boolean value. Try alternate ports if opening defaults fail

-- Set certificate for your server. More info:
-- http://barracudadrive.com/SSL-Certificate-Wizard.lsp
-- keyfile="certificate.key"
-- certfile="certificate.pem"

-- Set unix username. See also the BD command line parameter -u
-- username="uname"

-- The WebDAV and Web File Manager root directory
drivedir="/mnt/backup/webdav"

--[[
The following parameters are for advanced use.

The parameters are compatible with the Mako Server's parameters explained here:
http://makoserver.net/documentation/op-and-config/

commandcnt
conncnt
sessioncnt
rspsz
reqminsz
reqmaxsz
--]]

reboot

Expected behaviour

webdav dir in /mnt/backup/webdav

Actual behaviour

port changed ok, webdav dir still in /mnt/dietpi_userdata/fuguhub-data

Extra details

uploaded some files in the web file server, they don’t get uploaded in /mnt/backup/webdav, but in /mnt/dietpi_userdata/fuguhub-data

I guess you would need to create an overwrite for the service file configuration as the directory is specified there.

Fixed it :slight_smile: