Fix caddy

This commit is contained in:
Maurice
2025-10-03 16:23:09 +02:00
parent bd02770b02
commit 45bbaa1041
5 changed files with 45 additions and 43 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/sh
chown -R podman:podman /mnt/ssd/jellyfin
chmod -R 775 /mnt/ssd/jellyfin
chmod +x /etc/init.d/jellyfin.service
rc-update add jellyfin.service default
rc-service jellyfin.service start
# If you encounter the following error: Error: statfs /mnt/ssd/jellyfin: no such file or directory
# Please run "podman system migrate"...