smdion

Community Developer
  • Posts

    1029
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by smdion

  1. Quick Google-foo seems like it does https://www.reddit.com/r/sonarr/comments/4ggkaj/what_exactly_is_the_point_of_use_hardlinks/d2hpvdv I don't have much first hand experience with it though...
  2. I purchased on version 4 and have received free upgrades to 6.1. I haven't seen an official response from LT on this, but its been that way in the past.
  3. Seconded. Same problem. I'm updating my PlexPy now.. I'll see if it breaks mine and let you know what I do to fix it. EDIT: Seems okay for me Apache Config: <Location /plexpy> ProxyPass http://10.10.10.12:8181/plexpy/ ProxyPassReverse http://10.10.10.12:8181/plexpy/ </Location> PlexPy config.ini http_root = /plexpy http_proxy = 0
  4. Seems LT and group did the permission homework properly Failure of this is I can't change file permissions because my domain accounts do not have access. Best way around this is to have hidden shares open to everyone, not something I want to do. I'm surprised unRAID knew what account I was connecting with thru the Server, even though the server was connected with an account that has access.
  5. Hey All, I'm not a huge fan on how unRAID handles AD. I also have LDAP integration everywhere and would love to get it on my smb shares. Problems: 1. Slow WebGUI after bind 2. Need AD server to not be hosted on unRAID KVM 3. I understand this is not a high priority issue for LT at this point. I came up with a crazy idea during shower time this AM and looking for people to poke holes in it. Solution: 1. Windows Server 2012 R2 Server running on KVM 2. unRAID still in workgroup mode 2. All unRAID shares set to SMB Yes (Hidden) and Private only to super secret "services" account 3. Mount shares as folders inside Server 2012 with super secret services account (mklink /d "c:\unRAID\Test" "\\10.10.10.12\Test") ---since a mount on Windows Server thru KVM is a passthru, I shouldn't lose any speed. 4. Set SMB (share) permissions for AD inside Server 2012 (like this https://www.linuxserver.io/index.php/2015/07/20/how-to-active-directory-on-unraid-6/) 4a. Maybe even change ownership to the "super secret services" account on all files 5. Windows Server to auto boot 6. Set both with DHCP reservations so it will work inside and outside of network. (sometimes I use it as a LAN Party Server) Note: This would not touch system/appdata/boot Are their any glaring issues I'm missing? I did all of this with a test share and it seemed to work fine. Worst case is a run the repairperms if it all goes to heck in a hand basket. If I could pass thru the array without SMB/AFP/NFS I think i'd be golden.
  6. Was this confirmed as an issue? I upgraded to 8.2.1 and don't have this problem. Are you local instance (to the docker) of SQL or networked?
  7. I'd recommend against running PFSense on unRAID. If unRAID stops working or you need to stop the array you will lose your internet.
  8. If you have the powerdown plugin installed powerdown -r
  9. unRAID was not created to be exposed to the internet. That type of security was not (and I think still isn't) in its design. I highly recommend against opening port 80 and forwarding it to unRAID. I would setup a VPN either via docker or plugin (both can be installed thru Squid's Community Apps plugin). That way you are securely connected to your home network and can access the WebGUI that way.
  10. Hey bb12489, I wrote a guide a while back for Apache (https://www.linuxserver.io/index.php/overview-reverse-proxy-with-docker/). I just converted over to nginx and do not have a write up yet (i plan too, just been busy) Here is my old apache config - https://www.seandion.com/owncloud/index.php/s/R4tJqfqb4opuOsp Here is my new nginx config - https://www.seandion.com/owncloud/index.php/s/XpFigScMblZO2dJ Those should help a bit more and I will be doing an nginx addition to that guide.
  11. I see this in the Manual http://lime-technology.com/wiki/index.php/UnRAID_Manual_6#Creating_Your_Own_Virtual_Machines
  12. You could try a different view mode. Icon Details vs Icon vs Table
  13. Hey gfjardim, I was able to update in app to 8.2.1, but it seems versions.php (/var/www/owncloud/version.php) isn't kept persistent and if the docker restarts OwnCloud thinks you have downgraded back to the base docker install of 8.1.4. Any thoughts?
  14. Yep, there is something gone on with the mirror that you are trying to pull from. People get different mirrors assigned to them based on their physical location. Even though you are installing from the same place (https://hub.docker.com/r/linuxserver/sabnzbd/), the mirrors attempt to get a server that is closest to you. The one that was assigned to you is having issues, if you try again in a few hours you should get a new mirror OR that mirror will have resolved its issues.
  15. I (and sparklyballs) are of the opinion that his docker does not work. Haven't personally tested it, but its our educated guess.
  16. Added additional UPS model info.
  17. Hey noob, just an update. Install process on ubuntu 14.04 machine. Works great. Exact same install process on a docker, can't get it to start. So if you want it up and working now, feel free to install a ubuntu 14.04 VM and install the DPKG, you'll have no issues.
  18. Its not possible as well. VTD will only be available to unRAID, so ESXi will not be able to run any VMs as the virtualized hardware its given doesn't have the capability.
  19. I disagree a reverse proxy would enable you to access these apps from outside your LAN. There are afaik three ways to access apps outside of your LAN VPN - Undoubtedly the most secure but requires software installation on client Reverse Proxy Port Opening If you're not interested in accessing stuff outside your LAN then I agree with smdion that there is no point in a reverse proxy, however if you do wish to access stuff outside your LAN then a reverse proxy would be a good way. Only caveat is never, ever, never map your Unraid webui to the reverse proxy. That should remain available only on VPN imho. Yes... my assumption was he doesn't want to access it from the outside world
  20. Correct. At that point it would be the ease of IPADDRESS/service vs IPADDRESS:PORT