carloshr

joined 2 years ago
[–] carloshr@lile.cl 1 points 1 day ago (1 children)

I have a #Jellyfin server at home where i store my music files. In my android phone i use #Finamp for listening to music from jellyfin. I also tried the jellyfn app, Gelli and findroid, but my favorite so far is Finamp.

@ev1lchris @selfhosted

[–] carloshr@lile.cl 1 points 2 months ago* (last edited 2 months ago) (1 children)

The easy way, but not the most secure: identify GID and UID of files created by your samba docker container with "ls -la". Then assign ownership of files and directories of shared volume to that user/group "chown -R GID:UID /path/to/shared”

@basic_user @selfhosted