Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] Make the web files be owned by PUID / PGID #253

Closed
1 task done
Ulrar opened this issue Jun 4, 2024 · 3 comments
Closed
1 task done

[FEAT] Make the web files be owned by PUID / PGID #253

Ulrar opened this issue Jun 4, 2024 · 3 comments

Comments

@Ulrar
Copy link

Ulrar commented Jun 4, 2024

Is this a new feature request?

  • I have searched the existing issues

Wanted change

I see this was already requested in #182 but closed for inactivity.

I'd be great to chown the /usr/share/jellyfin/web/ folder to abc:abc, so that plugins like intro-skipper and others that require adding their own files to that folder can be installed. I've tested it, and chown abc:abc -R /usr/share/jellyfin/web/ does the trick.

Reason for change

I'm using https://github.com/jumoog/intro-skipper which needs to be able to make changes to that folder to work

Proposed code change

In the dockerfile:

RUN chown abc:abc -R /usr/share/jellyfin/web/
@Ulrar Ulrar added the enhancement New feature or request label Jun 4, 2024
@thespad
Copy link
Member

thespad commented Jun 4, 2024

We try and avoid chowning the container filesystem, especially large directories, because of an overlayfs big that can cause extremely slow chown performance on some devices. We can't chown it at build time because we don't know the uid/gid of the ABC user at that point.

You can use our customisation logic to perform the chown in your container

@LinuxServer-CI
Copy link
Collaborator

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

@LinuxServer-CI LinuxServer-CI closed this as not planned Won't fix, can't repro, duplicate, stale Sep 3, 2024
@LinuxServer-CI LinuxServer-CI moved this from Issues to Done in Issue & PR Tracker Sep 3, 2024
Copy link

github-actions bot commented Oct 3, 2024

This issue is locked due to inactivity

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Archived in project
Development

No branches or pull requests

3 participants