Search found 24 matches

by djonesuk
10 Apr 2023, 09:36
Forum: Plex
Topic: Plex HW Transcoding in TOS 5.1
Replies: 45
Views: 25511

Re: Plex HW Transcoding in TOS 5.1

{L_BUTTON_AT}iacutone

From memory I passed through /dev/dri via a bind mount, set envs PLEX_UID=1009 PLEX_GID=6 and enabled privilege mode for the container. Hope that helps
by djonesuk
13 Mar 2023, 01:21
Forum: Plex
Topic: Plex HW Transcoding in TOS 5.1
Replies: 45
Views: 25511

Re: Plex HW Transcoding in TOS 5.1

plex user is in group 6 which is media. Is this what you mean?

Code: Select all

# grep plex /etc/passwd
plex:x:1009:6:TOS App User:/home/plex:/bin/bash
by djonesuk
12 Mar 2023, 05:12
Forum: Plex
Topic: Plex HW Transcoding in TOS 5.1
Replies: 45
Views: 25511

Plex HW Transcoding in TOS 5.1

I haven't been able to get hw transcoding working on Plex since upgrading to TOS 5.1. I was on TOS 4.x before and it worked just fine. As a workaround, I have installed the official Plex docker image and hw transcoding is working just fine after passing through /dev/dri - so it doesn't look like a k...
by djonesuk
25 Aug 2021, 23:22
Forum: New Features Wanted
Topic: Disable the admin user
Replies: 8
Views: 5911

Re: Disable the admin user

If you disable the only admin user how would you ever enable it again? :? :shock: By creating another admin privilege account like I've done in my other brands of NAS servers. I think you're working on the misconception that there is a pre-defined 'administrator' user. There isn't. The first user t...
by djonesuk
25 Aug 2021, 06:45
Forum: New Features Wanted
Topic: Disable the admin user
Replies: 8
Views: 5911

Re: Disable the admin user

If you disable the only admin user how would you ever enable it again? :? :shock:
by djonesuk
24 Aug 2021, 06:10
Forum: System Configuration
Topic: create user with SSH access
Replies: 2
Views: 2174

Re: create user with SSH access

The file you would need to edit is /etc/ssh/sshd_config. Change the line

Code: Select all

AllowUsers admin
(where admin is the name of your TNAS admin user) to

Code: Select all

AllowUsers admin fredsmith
where fredsmith is the username you wish to give ssh access
by djonesuk
23 Aug 2021, 03:52
Forum: Others
Topic: git remote repo setup
Replies: 1
Views: 2599

Re: git remote repo setup

The public directory will be:

Code: Select all

/mnt/public
by djonesuk
16 Aug 2021, 23:16
Forum: New Features Wanted
Topic: New Features Wanted
Replies: 3
Views: 1934

New Features Wanted

I have had my F5-221 for about six weeks now and overall I am very happy with the unit. However, I do have a list of suggestions for improvements to the TNAS software. ability to free ports 80/443 for use by the user. I was able to disable nasips with no bad effects. allow FileManager to browse all ...
by djonesuk
12 Aug 2021, 02:39
Forum: Storage
Topic: More expanding storage questions
Replies: 3
Views: 1800

Re: More expanding storage questions

Base on theory how a disk array works, I am sorry to tell you that RAID 0 can't be migrated to RAID 5 or any other RAID type without lossing your data. Of course you can convert from RAID 0 to RAID 5. mdadm --grow /dev/md0 --level=5 --raid-devices=3 --add /dev/sdc --backup-file=/tmp/grow_md0.bak
by djonesuk
03 Aug 2021, 23:51
Forum: Docker
Topic: Docker problems agains: Pihole
Replies: 6
Views: 3842

Re: Docker problems agains: Pihole

Appears to be some sort of issue with Pihole:

https://github.com/pi-hole/docker-pi-hole/issues/670

Go to advanced search