Add matrix server configuration and update filebrowser command to set ownership

This commit is contained in:
gyurix
2025-08-23 14:29:12 +02:00
parent d9c3d3f6c1
commit b07b6c7800
2 changed files with 142 additions and 1 deletions

View File

@@ -21,7 +21,7 @@
"DEPEND": "null",
"START_ON_BOOT": "false",
"ENTRYPOINT": "sh -c",
"CMD": "mkdir -p /etc/user/data/jellyfin/media && mkdir -p /etc/user/data/transmission/downloads/complete",
"CMD": "mkdir -p /etc/user/data/jellyfin/media && chown -R 1000:1000 /etc/user/data/jellyfin/media && mkdir -p /etc/user/data/transmission/downloads/complete",
"PRE_START": "null",
"POST_START": "null"
},