ollejacobsen

Members
  • Posts

    16
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

ollejacobsen's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I'm also curious if any one got this working as expected. I've managed to set it up with Nginx as a reverse proxy and also enabled the GPodder Api so I can sync with Antenna Pod. Imported an OPML export file and everything is downloaded but I'm unable to play any shows. Getting the 401 on the GET request. Going directly against the url gives me an "Unauthorized" message and looking in the Wiki and Issue tracker it looks like I'm having issues with the permissions. The files are on disk, the container managed to store them but now they can't be read. The Wiki says: Source: https://github.com/SamTV12345/PodFetch/wiki#1-wrong-permissions Does any one know how this can be fixed? Can I create that in Unraid and make it persistent? Thanks in advance, Olle
  2. Thanks for this great docker container! Could someone please explain what the privoxy setting does? I'm currently running this with my PIA account. What feature would privoxy add? Kind regards, Olle
  3. Hi I just accidentally deleted a folder from a xfs drive. I stopped the array just after the "accident". Are there any way I can get it back? Running unRAID 6.1.9. Thanks in advance, Olle
  4. Thanks for a great plugin. But since my last update I can't run unrar or git commands. It just says: -bash: unrar: command not found -bash: git: command not found I'm on version 2016.02.08 and has rebooted after install during a pending unRaid version update. Any clues? Kind regards, Olle
  5. Thanks Capt.Insano. You've done some amazing work with this docker image. Your instructions are clear and precise and you've listened to the user requests and made adjustments aligning them. I'll test the image out as soon as I have the time. Huge thanks!
  6. Hi again. I'm really looking forward to the auth support. And now I have a different/another question. The version ofrTorrent that's included is quite old (0.9.2) and I'm having problem with it that's related to this version. When I check http://libtorrent.rakshasa.no/downloads/ I see that there is a newer version 0.9.4 released. My linux knowledge is quite low but I see that the docker file is doing an apt-get for the rtorrent. Have any one had any luck running rtorrent 0.9.4?
  7. Hi all. First I want to thanks Capt.Insano for his work and that he's sharing this image. Thanks! Secondly. How do you all secure the web interface? Can any one of you share how to secure the webGui with https and login? Thanks in advance, Olle
  8. Thanks for the containers. I'm running Deluge with great succes, but I'm having problem with Plex. Plex has started once, but not more. I'm unable to reach the web gui. root@localhost:# /usr/bin/docker run -d --name="PlexMediaServer" --net="host" --privileged="true" -e VERSION="0.9.9.14.531-7eef8c6" -p 32400:32400/tcp -v "/mnt/cache/appdata/plex":"/config":rw -v "/mnt/user":"/data":ro -v "/etc/localtime":"/etc/localtime":ro needo/plex If I check the logs I get: 99% Building data structures... Done *** Running /etc/rc.local... *** Booting runit daemon... *** Runit started as PID 34 setuser: cannot execute /usr/sbin/start_pms: [Errno 2] No such file or directory setuser: cannot execute /usr/sbin/start_pms: [Errno 2] No such file or directory setuser: cannot execute /usr/sbin/start_pms: [Errno 2] No such file or directory ... ... ... Any idea? Kind regards, Olle
  9. Thanks. I read somewhere that it needs to be in host mode. Either way I tried "bridged" and the port options came up, but still not able to connect. I'll continue to troubleshoot. EDIT: I just removed the Container and added it again and everything is working perfect! EDIT: When I stopped the container and started it again I got: *** Runit started as PID 34 setuser: cannot execute /usr/sbin/start_pms: [Errno 2] No such file or directory setuser: cannot execute /usr/sbin/start_pms: [Errno 2] No such file or directory setuser: cannot execute /usr/sbin/start_pms: [Errno 2] No such file or directory *** Shutting down runit daemon (PID 34)... I'll take it in the right forum
  10. Hi there. And thanks for a great plug-in. I'm just getting started and tried to use the PlexMediaServer Template. But I don't see a way to enter the port number in the GUI. This is the result when I cllick ADD: root@localhost:# /usr/bin/docker run -d --name="PlexMediaServer" --net="host" --privileged="true" -e VERSION="0.9.9.14.531-7eef8c6" -v "/mnt/cache/appdata/plex/":"/config":rw -v "/mnt/user/":"/data":ro -v "/etc/localtime":"/etc/localtime":ro needo/plex Thanks in advance, Olle
  11. Hi all. I'm new to unRAID and fairly new to Linux so bare with me. I've put a disk in my box that I don't want to be in the array. I'll put torrents and temp stuff on it. Would also like the Plex Media Server to put the config stuff here. So I tried to edit the go file with the following line: mount -t reiserfs /dev/sdd1 /mnt/noarray A problem with this is that its getting mounted way to late. I need the disk to be mounted before all plg and txz file are loaded. Where can I put my mount command? Thanks in advance, Olle