Fix copyparty WebDAV delete permissions

Add explicit 'd' (delete) permission to user accounts to enable
WebDAV DELETE operations. Changed from 'rwm' to 'rwmd' permissions
for all user folders.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-08-19 19:39:39 +02:00
parent e725eab2bf
commit aa176d806d

View File

@@ -1,7 +1,5 @@
# Copyparty Configuration for Homelab # Copyparty Configuration for Homelab
# DEPLOYMENT LOCATION: /home/hoborg/.config/copyparty/copyparty.conf # DEPLOYMENT LOCATION: /home/hoborg/.config/copyparty/copyparty.conf
# Deploy with: cp config/copyparty/copyparty.conf ~/.config/copyparty/copyparty.conf
# Reload with: sudo systemctl restart copyparty
[global] [global]
# Network settings # Network settings
@@ -9,6 +7,9 @@
p: 8082 p: 8082
rp-loc: /files rp-loc: /files
# Reverse proxy configuration
rproxy: -1
# Security and features # Security and features
usernames usernames
chpw chpw
@@ -33,32 +34,32 @@
/home/hoborg/shared /home/hoborg/shared
accs: accs:
rw: guest rw: guest
rwm: hoborg rwmd: hoborg
[/documents] [/documents]
/home/hoborg/Documents /home/hoborg/Documents
accs: accs:
rwm: hoborg rwmd: hoborg
[/music] [/music]
/home/hoborg/Music /home/hoborg/Music
accs: accs:
rw: guest rw: guest
rwm: hoborg rwmd: hoborg
[/videos] [/videos]
/home/hoborg/Videos /home/hoborg/Videos
accs: accs:
rw: guest rw: guest
rwm: hoborg rwmd: hoborg
[/private] [/private]
/home/hoborg/private /home/hoborg/private
accs: accs:
rwm: hoborg rwmd: hoborg
[/pictures] [/pictures]
/home/hoborg/Pictures /home/hoborg/Pictures
accs: accs:
rw: guest rw: guest
rwm: hoborg rwmd: hoborg