Everything posted by jj_uk
-
[Support] Linuxserver.io - OpenVPN AS
Now you have added full access to your network via vpn, be VERY sure that you disconnect the VPN when its not in use. I have set up my access so that i cannot access unraid, it can only access the internet via unraid. Unraid runs pihole so its basicly an adblocker for my mobile. Its always connected, with a persistant connection (and auto-connect) in the openvpn android app on my phone. No more adverts on 4G ! If i lose my phone, the VPN doesnt allow access to my internel network- only the internet.
-
[Support] Linuxserver.io - OpenVPN AS
I'm also trying to do this at the moment. I have 2 OpenVPN-as instances: OpenVPN-as 1 and OpenVPN-as 2. On the router, i've forwarded 1194 to <unraid>:1194 and 1195 to <unraid>:1195. OpenVPN-as 1 web gui is at <unraid>:943 and uses UDP 1194, in the template forward host 1194 to container 1194, and host 943 to container 943. OpenVPN-as 2 web gui is at <unraid>:944 and uses UDP 1195, in the template delete the host port 1194 and add a new port and forward 1195 to 1195, and forward host 944 to container 943. In the OpenVPN-as 2 server settings -> network, change the UDP port to 1195. Then it works. WAN 1194 connects to OpenVPN-as 1, WAN 1195 connects to OpenVPN-as 2
-
[Support] Linuxserver.io - OpenVPN AS
Can anyone tell me how to set up open vpn so that when I connect, I connect ONLY to a network that is not my main lan. I need to also run pihole on that network so I can connect to it via vpn from my phone and it allows me internet access with ads blocked. No access to my server network so if I lose my phone, the thief cant do any damage. At the moment, open vpn connects as if I'm on my home lan.
-
[Support] Linuxserver.io - OpenVPN AS
Will an update from 2.6.1-ls11 to the head version still reset all settings?
-
[Support] Linuxserver.io - OpenVPN AS
+1 Typing in the repository manually rather than copy/pasted worked for me also. Copying/pasting the above should work.
-
[Support] Linuxserver.io - OpenVPN AS
This doesn't seem to work for me. I removed the docker (with also delete image ticked), then clicked add container, selected openvpn-as, and I get this error: Command: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='openvpn-as' --net='host' --privileged=true -e TZ="Europe/London" -e HOST_OS="Unraid" -e 'TCP_PORT_943'='943' -e 'TCP_PORT_9443'='9443' -e 'UDP_PORT_1194'='1194' -e 'INTERFACE'='bond0' -e 'PGID'='100' -e 'PUID'='99' -v '/mnt/user/appdata/openvpn-as':'/config':'rw' 'linuxserver/openvpn-as:2.6.1-ls11' /usr/bin/docker: invalid reference format. See '/usr/bin/docker run --help'. The command failed.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
My certifacates are about to expire. How can I get the docker to renew them? I though this was automatic process. Here's the log following a restart. no renewal occurrs. ------------------------------------- _ () | | ___ _ __ | | / __| | | / \ | | \__ \ | | | () | |_| |___/ |_| \__/ Brought to you by linuxserver.io We gratefully accept donations at: https://www.linuxserver.io/donate/ ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- [cont-init.d] 10-adduser: exited 0. [cont-init.d] 20-config: executing... [cont-init.d] 20-config: exited 0. [cont-init.d] 30-keygen: executing... using keys found in /config/keys [cont-init.d] 30-keygen: exited 0. [cont-init.d] 50-config: executing... Variables set: PUID=99 PGID=100 TZ=Europe/London URL=XXXXXX.uk SUBDOMAINS=nextcloud,pihole EXTRA_DOMAINS= ONLY_SUBDOMAINS=true DHLEVEL=2048 VALIDATION=http DNSPLUGIN= [email protected] STAGING= 2048 bit DH parameters present SUBDOMAINS entered, processing SUBDOMAINS entered, processing Only subdomains, no URL in cert Sub-domains processed are: -d nextcloud.XXXXXX.uk -d pihole.XXXXXX.uk E-mail address entered: [email protected] http validation is selected Certificate exists; parameters unchanged; starting nginx [cont-init.d] 50-config: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. Server ready
-
[GUIDE] Fix Nvidia Code 43 Issue on Nvidia GPU
Humm. I'm accessing the VM with google remote desktop. I can see the error in the device manager. How dare Nvidia restrict how I choose to use MY graphics card. I'm probably going to send it back for a refund and buy a different brand. Recommendations? My current card is a 1050 ti - that's all i need really. Edit: Looks like Nvidia are the main manufacturers of cards and the others dont support all games, so need to get this working, uugh!
-
[GUIDE] Fix Nvidia Code 43 Issue on Nvidia GPU
nothing seems to work for me, uuugh.
-
[Support] Linuxserver.io - Duplicati
That's the same solution I employed. Have you reported the bug to duplicati?
-
[Support] Linuxserver.io - Duplicati
Have the source files changed between backups?
-
[Support] Linuxserver.io - Tautulli
For the last few weeks, I see this in the dashboard: In settings, the server is verified and the plex token is correct. There's no errors in the Tat logs. Any ideas?
-
[Support] Linuxserver.io - Duplicati
Are you able to use krusader to backup the same photos to the smb share as a test? If that also fails then it's an unraid issue, otherwise it's duplicati.
-
[Support] Djoss - HandBrake
This container is creating a bunch of hidden folders in the output location that I don't have permission to delete unless i run docker safe permissions tool. Can you please change the container so that it uses 99/100 for its permissions.
-
[Support] Linuxserver.io - Plex Media Server
Is this something that I can do by editing the template? I don't know how to create symlinks.
-
[Support] Linuxserver.io - Plex Media Server
I'd now like to enable video preview thumbnails. As these will be created in appdata, this is a SSD cache drive. Is it possible to move the video preview thumbnails folder somewhere else, like a seperate SSD or something? My appdata is also backed-up using CA backup but i'd also like to exclude these thumbnails as i'm expecting them to get quite large.
-
[Support] Linuxserver.io - Plex Media Server
In the docker template, I've given plex Readonly access to my media share: /mnt/user/MediaServer/ I now have DVR so plex needs a RW location to save recordings. Can I add to the template a RW nested location, e.g. /mnt/user/MediaServer/PlexDVR/ and maintain all folders except PlexDVR (and sub-folders) as readonly? I'm unsure how nested permissions works with unraid.
-
[Support] Linuxserver.io - Plex Media Server
If the transcode folder is empty in the server settings, where does plex use as the transcode folder? In appdata, or in the docker image file?
-
** VIDEO GUIDE ** How to securely autostart an encrypted unRAID array
I have a rpi zero wifi that is running vsftpd. The key file is pulled from that when required. A wifi rpi is easy to hide. Won't stop law enforcement finding it though. To get this to work, your go file on your flash drive will contain the plain text login info for the rpi ftp server. It's a shame unraid can't internally encrypt this info somehow! The key file has to be backed up somewhere, so I have the key file saved on a USB key (hidden) and on my back blaze account. Remember to always have 3-2-1 backups of your key file! SD cards and USB sticks will not last forever and have a tendency to just fail without any warning. A good 'key' would be the first 1k characters from an ebook. If you lose all key copies, you can buy the ebook and get back your key- hopefully. I set this up because I was bord. A USB key inserted then removed when an array start is required would have been ok for my use case as I don't stop the array very often.
-
Change passphrase of encrypted disks/array?
I think it would be a great idea to have the gui change the encryption key. I need to change mine but with 15TB at risk I'm a little apprehensive to use the console.
-
[Support] binhex - Krusader
All my binhex containers are huge. No idea why. binhex-krusader 2.23 GB 19.1 MB 102 kB binhex-emby 1.23 GB 32.5 MB 50.0 MB binhex-sabnzbdvpn 1.17 GB 13.5 MB 7.39 MB Google-MusicManager 618 MB 97.6 kB 1.37 kB duplicati 610 MB 301 kB 3.76 kB
-
[Support] Linuxserver.io - Duplicati
I guess the way to tell if this is a bug in unraid or a bug in duplicati would be to set up an SMB share and send huge amounts of data to it and see if it locks up. I'm not sure how to try that out- I have a share set up already, just need another docker that will send loads of data to it. Any ideas?
-
Speedtest.net for unRAID 6.1+
I'm getting really slow loading of the results pages for this (2-3 mins loading time). Probably because I have 6000 results stored. [ EDIT: I deleted all the results and it now loads instantly. ] Is it possible to set "only save XXX days of results" ? Also, I don't get any warnings when the speed is below the threshold. I've set the threshold to 200, my max speed is 105 so I should have got a warning.
-
[Support] Linuxserver.io - Duplicati
I have a problem with this container. It's been running fine now for about a year, backing up every 4hrs to a local network FTP server and to remote backblaze. Today, I added a SMB share, mounted into the unassigned devices plugin and started backing up to that. The share is on another unraid server on the LAN. The share is mounted as Read/Write/Slave, and the a username/password is used to log into the share. When the backup is run (manually at this point), after about 5 mins, 2 CPU cores lock at 100% and duplicati stops working. I cannot stop the docker, the only exit is to do a hard reset of the server. Any ideas what could be wrong? or is this a bug with duplicati ? Another user about 10 posts before this one has had the same issues with backing up to SMB shares.
-
[Support] binhex - Krusader
Unfortunately that doesn't appear to work for me.