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
# 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]
# Network settings
@@ -9,6 +7,9 @@
p: 8082
rp-loc: /files
# Reverse proxy configuration
rproxy: -1
# Security and features
usernames
chpw
@@ -33,32 +34,32 @@
/home/hoborg/shared
accs:
rw: guest
rwm: hoborg
rwmd: hoborg
[/documents]
/home/hoborg/Documents
accs:
rwm: hoborg
rwmd: hoborg
[/music]
/home/hoborg/Music
accs:
rw: guest
rwm: hoborg
rwmd: hoborg
[/videos]
/home/hoborg/Videos
accs:
rw: guest
rwm: hoborg
rwmd: hoborg
[/private]
/home/hoborg/private
accs:
rwm: hoborg
rwmd: hoborg
[/pictures]
/home/hoborg/Pictures
accs:
rw: guest
rwm: hoborg
rwmd: hoborg