Everything posted by deaerator
-
[Support] Linuxserver.io - Plex Media Server
I'm noticing that not all videos transcoding is using Hardware Acceleration, reverting to Sofware transcoding. How do I enforce HW Transcoding only.
-
[Support] ich777 - Gameserver Dockers
Curious how do I setup a Cluster and add Mods to your ARK Docker?
-
[Support] Linuxserver.io - Nextcloud
Tried that also and is not working, still this stupid error shows up. I too googled a bunch of solutions that didn't work also and that's why I'm asking help here.
-
[Support] Linuxserver.io - Nextcloud
I deleted both and the error still appears.
-
[Support] Linuxserver.io - Nextcloud
Did that and still getting the SAMEORIGINS error. # make sure that your dns has a cname set for nextcloud # assuming this container is called "letsencrypt", edit your nextcloud container's config # located at /config/www/nextcloud/config/config.php and add the following lines before the ");": # 'trusted_proxies' => ['letsencrypt'], # 'overwrite.cli.url' => 'https://nextcloud.your-domain.com/', # 'overwritehost' => 'nextcloud.your-domain.com', # 'overwriteprotocol' => 'https', # # Also don't forget to add your domain name to the trusted domains array. It should look somewhat like this: # array ( # 0 => '192.168.0.1:444', # This line may look different on your setup, don't modify it. # 1 => 'nextcloud.your-domain.com', # ), server { listen 443 ssl; listen [::]:443 ssl; server_name nextcloud.*; include /config/nginx/ssl.conf; add_header X-Frame-Options "SAMEORIGIN" always; add_header Strict-Transport-Security "max-age=15768000; includeSubDomains; preload;"; client_max_body_size 0; location / { include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_app nextcloud; set $upstream_port 443; set $upstream_proto https; proxy_pass $upstream_proto://$upstream_app:$upstream_port; proxy_max_temp_file_size 2048m; } }
-
[Support] Linuxserver.io - Nextcloud
I followed his instructions able to get every error out except for the first one regarding "SAMEORIGIN".
-
[Support] Linuxserver.io - Nextcloud
-
[Support] ich777 - Gameserver Dockers
How about a gui to control all these game server dockers?
-
How to Set Up a Multi-Streaming Server with Unraid
This is awesome!
-
[Support] Linuxserver.io - Plex Media Server
Thank you for your help. When I did the ls command to both spots it turns out that on /mnt/disks/appdata there was /plex and /library But on /mnt/user/appdata/plex there was just one folder called /library I did a delete and a fresh rsync and everything is working again. Thank you.
-
[Support] Linuxserver.io - Plex Media Server
root@Tower:/mnt/disks# ls -al total 0 drwxrwxrwt 3 root root 60 Apr 16 21:18 ./ drwxr-xr-x 22 root root 440 Apr 16 21:18 ../ drwxrwxrwx 3 nobody users 18 Apr 16 19:53 appdata/ root@Tower:/mnt/disks#
-
[Support] Linuxserver.io - Plex Media Server
- [Support] Linuxserver.io - Plex Media Server
Yes- [Support] Linuxserver.io - Plex Media Server
Everytime I use /mnt/disks/appdata/plex it always wants to setup as a new server. Very frustrating.- [Support] Linuxserver.io - Plex Media Server
- [Support] Linuxserver.io - Plex Media Server
I'm trying to move my Plex Config Folder to a unassigned device. I used Rsync to move the folder to /mnt/disks/appdata/plex. And when I use this for my Plex Template and nothing else changes it treats it as a new server. How do I get my newly copied appdata/plex folder to treat it as the same server. Old Template /mnt/user/appdata/plex New Template /mnt/disks/appdata/plex rsync -avh /mnt/user/appdata/plex /mnt/disks/appdata- [Support] Linuxserver.io - Plex Media Server
I have my Quadro RTX 4000 installed. I have 10 streams being transcoded but when I put the command watch nvidia smi Every 2.0s: nvidia-smi Tower: Tue Feb 25 20:56:21 2020 Tue Feb 25 20:56:21 2020 +-----------------------------------------------------------------------------+ | NVIDIA-SMI 440.44 Driver Version: 440.44 CUDA Version: 10.2 | |-------------------------------+----------------------+----------------------+ | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | |===============================+======================+======================| | 0 Quadro RTX 4000 Off | 00000000:01:00.0 Off | N/A | | 38% 66C P0 56W / 125W | 1448MiB / 7982MiB | 0% Default | +-------------------------------+----------------------+----------------------+ +-----------------------------------------------------------------------------+ | Processes: GPU Memory | | GPU PID Type Process name Usage | |=============================================================================| | 0 4578 C /usr/lib/plexmediaserver/Plex Transcoder 287MiB | | 0 5681 C /usr/lib/plexmediaserver/Plex Transcoder 287MiB | | 0 20512 C /usr/lib/plexmediaserver/Plex Transcoder 287MiB | | 0 28979 C /usr/lib/plexmediaserver/Plex Transcoder 303MiB | | 0 31004 C /usr/lib/plexmediaserver/Plex Transcoder 270MiB Tautulli reports all streams are HW transcoding but watch nvidia-smi states another. Also all my cpu cores are pegged at 100% tower-diagnostics-20200224-0634.zip Plex Media Server Logs_2020-02-25_21-07-53.zip- Encryption and auto-start
It worked, thank you.- Encryption and auto-start
Do I add that to the script somehwere?- Encryption and auto-start
Did something break in the latest unraid because I had this setup exactly like this and when the update happened, my array doesn't start automatically. I have to put the keyfile in everytime. I'm running NVIDIA Unraid 6.8.2- [Support] Linuxserver.io - Plex Media Server
My dual xeon setup died and I'm going to use my 7700k as a replacement along with a 28 bay Supermicro JBOD disk station from Ebay. What I was curious about is when I move over to the new machine, is there any real benefit starting from a scratch setup or just restore my appdata folder and pray that everything works. Pathways and mappings will remain the same.- [Support] Linuxserver.io - Plex Media Server
Moving UNRAID to a new setup, and curious if there is any benefit to creating a new Plex Media Server and a config folder in appdata or can i just copy or move my current Plex Media Server config folder and just a new docker?- [Support] Linuxserver.io - Nextcloud
My nextcloud is stuck in Maintenance Mode, it was trying to update. How do i fix this?- Unraid Feature Request Wishlist
I would like to see ZFS implemented.- [Support] Linuxserver.io - Radarr
I'm trying to setup two Radarr instances one for HD and the other for 4k, for some reason I cannot get radarrsync to work. Looking for some tips on how to set this up. - [Support] Linuxserver.io - Plex Media Server