mpalpha

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by mpalpha

  1. I transcode to my ram "/tmp/" in emby and sometimes it's not purged and fills up the ram. my solution was to shutdown the server safely via ssh "shutdown -t 5 now" and start it back up. then install the userscripts plugin and create a new script set to run every hour. set the values for "transcode_dump_path" and "purge_max_minutes" if you run the script you should see a directory listing of your specified path. #!/bin/bash # set folder path transcode_dump_path="/tmp/emby/transcoding-temp/" # set min age of files and folders to delete purge_max_minutes=240 ls -ltr $transcode_dump_path find $transcode_dump_path* -mmin +$purge_max_minutes -delete > /dev/null Good Luck.
  2. <?xml version="1.0"?> <Container version="2"> <Name>myst</Name> <Repository>mysteriumnetwork/myst</Repository> <Registry>https://hub.docker.com/r/mysteriumnetwork/myst/</Registry> <Network>host</Network> <MyIP/> <Shell>sh</Shell> <Privileged>false</Privileged> <Support>https://hub.docker.com/r/mysteriumnetwork/myst/</Support> <Project/> <Overview>Server and Client for decentralised VPN built on blockchain Converted By Community Applications Always verify this template (and values) against the dockerhub support page for the container</Overview> <Category>Network:VPN</Category> <WebUI>http://[IP]:[PORT:4449]</WebUI> <TemplateURL/> <Icon>https://avatars2.githubusercontent.com/u/23056638?s=200&amp;amp;amp;amp;v=4</Icon> <ExtraParams>--cap-add NET_ADMIN -p 4449:4449 -p 1194:1194/udp</ExtraParams> <PostArgs>service --agreed-terms-and-conditions --openvpn.port=1194</PostArgs> <CPUset/> <DateInstalled>1619372037</DateInstalled> <DonateText/> <DonateLink/> <Description>Server and Client for decentralised VPN built on blockchain Converted By Community Applications Always verify this template (and values) against the dockerhub support page for the container</Description> <Networking> <Mode>host</Mode> <Publish/> </Networking> <Data> <Volume> <HostDir>/mnt/user/appdata/myst/</HostDir> <ContainerDir>/var/lib/mysterium-node</ContainerDir> <Mode>rw</Mode> </Volume> </Data> <Environment/> <Labels/> <Config Name="Config" Target="/var/lib/mysterium-node" Default="" Mode="rw" Description="Container Path: /var/lib/mysterium-node" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/myst/</Config> </Container>
  3. I got it working by pulling in the docker container from apps by searching for "myst" Then in the config: Name: myst Repository: mysteriumnetwork/myst Docker Hub URL: https://hub.docker.com/r/mysteriumnetwork/myst/ Icon URL: https://avatars2.githubusercontent.com/u/23056638?s=200&amp;amp;v=4 WebUI: http://[IP]:[PORT:4449] Extra Parameters: --cap-add NET_ADMIN -p 4449:4449 -p 1194:1194/udp Post Arguments: service --agreed-terms-and-conditions --openvpn.port=1194 Network Type: host Console shell command: shell Privileged: off Config: /mnt/user/appdata/myst/ (Container Path: /var/lib/mysterium-node) Then in router forward both udp/tcp for ports 1194 and 4449 to your server ip address. You could likely then submit it to the unraid repo: Stop the server, then go into unraid docker settings and enable dev mode and pull the generated xml, then throw it on github, and contact the package repo admin with the details.
  4. fyi, incase anyone else comes across NZBGet script issues with binhex's docker try switching the python version in the first line of your python script, as most scripts aren't updated to python 3 yet. from #!/usr/bin/env python to #!/usr/bin/env python2
  5. Description: 3+1 port sata3 pcie controller card with ssd mount as the 4th port, supports up to 4tb drives Price: $79.97 Chipset: Marvell 88SE9230 Tested Unraid Version: unRAID Server Pro version 5.0.4 Manufacturer URL: http://www.siig.com/it-products/controllers-storage/serialata/pcie/sata-6gb-s-3i-1-ssd-hybrid-pcie.html Purchase URL: http://www.frys.com/product/8142495?site=sr:SEARCH:MAIN_RSLT_PG unRAID v5.0.4: Required Configuration: None, worked out of the box Notes: no configuration needed for JBOD, plugged the card and drives in and turned on the server, done. unRAID v6.0.1: Required Configuration: Disable IOMMU in the bios. Notes: Turned off the directed I/O portion of virtualization, VT-d on Intel and AMD-Vi on AMD. or in my case "IOMMU". Please see "http://lime-technology.com/forum/index.php?topic=40683.0" and "https://bugzilla.kernel.org/show_bug.cgi?id=42679" for more information on the bug. TLDR; 3/+1 SSD port sata3 PCIe controller card working out of the box as JBOD with no configuration needed for unRAID 5.0.4 and minimal bios configuration for 6.0.1
  6. I bought a gutter guard from Home Depot, Used a screwdriver and tin snips to build my 3 5x3 cages, I mounted them to the drive caddy that came with the ZALMAN MS800 case. total cost: under $3 http://www.homedepot.com/p/Amerimax-Home-Products-6-in-x-36-in-Hinged-Gutter-Guard-Unpainted-85280BX/100002884