this post was submitted on 10 Mar 2024
7 points (88.9% liked)

Selfhosted

39251 readers
323 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

So I recently put togheter a NAS and now I'm trying to learn to use it. I got a few questions if anyone can point me to some documentation or tutorial:

  • Can I set up more users to access the same SMB folder?
  • How to set up the current version of Jellyfin?
  • How to remote access Nextcloud?

If anyone runs into similar problems:

  • Jellyfin -> if kubernets gives "back off restarting ..." it most likely is a missconfiguration, what worked for me was enabling automatic permission to the folder with movies and music to 777 recursively (not secure but I haven't tried other permission yet
  • to access all apps: I just used tailscale and added in app configuration route 192.168.1.0/24 and now it works flawlessly

Thank you everyone for replies

you are viewing a single comment's thread
view the rest of the comments
[–] ronmaide@lemm.ee 1 points 6 months ago (1 children)
  1. Yes. In the TrueNAS UI you can configure users and groups. You can add users to common groups and set the permissions of the share to allow for group read/write. If all of the clients are on Windows, I wanna say you can set permissions on the share via Windows Explorer which will allow you to make more granular permission changes.

  2. I forget exactly because I only briefly used TrueNAS in this capacity, but there was a community repo you need to add for more apps than the default. I think I remember the default repo having Emby but not Jellyfin, or vice-versa. Someone may be able to help me remember the name of the repo in the comments.

  3. Set up the app as normal for local access and just forward the port from your router to the IP of your TrueNAS instance. There wasn’t anything tricky you need to do beyond a regular installation.

[–] WASTECH@lemmy.world 1 points 6 months ago

I think it’s this one: https://github.com/truenas/charts.git. It has those apps you mentioned.