Jump to content

deaerator

Members
  • Posts

    515
  • Joined

  • Last visited

Everything posted by deaerator

  1. in your docker file it has /web and the rest is blank, does it matter where i locate that directory in the docker setup.
  2. That I like, how do you set that up?
  3. I got it up and running, but instead of "OK" im getting "KO" should i be worried about this
  4. what do you do with a reverse proxy? or what can you do?
  5. For the past few weeks, I can not get nzbdrone to play nicely with the post processing script nzbtomedia. The script runs but fails to move any tv show, and the only error i get is that it tells there is something wrong with the script nothing specific. Post-process-script nzbToMedia/nzbToNzbDrone.py for The.Last.Ship.2014.S01E09.1080p.WEB-DL.x264 failed (terminated with unknown status) curious if anyone else having similar problems.
  6. Can someone tell me if there is a difference in using these directories when using a docker file /mnt/cache/appdata or /mnt/user/appdata i see in some configuration files people use either or both, I know they point to the same location but is there a difference between the two.
  7. having trouble pulling a docker files 5e5dc2d88026: Error pulling image (latest) from gfjardim/nzbget, x509: certificate has expired or is not yet valid 511136ea3c5a: Error pulling dependent layers 2013/07/31 23:01:55 Could not find repository on any of the indexed registries. I need help fixing this
  8. I used your docker and updated within the program but the post processing script is still not moving the tv show.
  9. Since we are discussing NZBGET, I need some more guidance on some scripts. I am back at the beginning re setting up my nzb solution. The post processing script appears to be working but fails to move the video and I am not getting enough information on how to fix it. http://pastebin.com/P4GhDHDJ <------nzbget log Another question: I have tried using NZBTOMEDIA scripts and NZBTONZBDRONE and they both fail. But for some reason I have to go into autoprocessmedia.cfg and manually change item, I thought the gui would look after this portion. My question is what is the proper script to edit in the gui
  10. There is no log When i goto my config file I see a downloads folder and nzbget 13.0 compile log http://pastebin.com/GWjFHNeE
  11. when i do put the EDGE variable, it goes through the process but I cant log on to nzbget nor get the webpage. i keep on getting an error.
  12. Need some help here. how to upgrade to nzbget 13.0, I get the feeling i am missing something in this puzzle
  13. +1 UniFi controller, with EDGE support for the Beta of latest UniFi build! +1 Unifi Controller
  14. Yeah... I am not going to be able to do it. I use to contribute here (KVM, Xen, XenServer, running unRAID in KVM on openSUSE, PXE Server, etc.) but my contributions / input are no longer wanted here. I think I have a lot of to offer but unRAID sees it another way. I finally got around to attacking Docker (Grumpy Style) and I did it A LOT of things differently than how we are doing it here now. I'm sure unRAID thinks I have this wrong too. 1. Using the wrong image. 2. Using the wrong init script. 3. Looking at this from a container level only and not the bigger picture. 4. Not creating a platform / image / method for users to easily add / implement / manage change their Apps in Docker. When addressing the 4 areas above 1. I created a Master Development Image that users would use to create Apps. 2. Developers use the Developer Image (a Linux Novice following any App install guide on the web could do this)... They would put the config files / scripts / packages (if any) into separate folders for the Master Container Image (Not the Developer Image this is a separate Container Image and it's a lot smaller than the one we use now). 3. Selected a Rolling Release Distro that also has a port system (TONS of apps that even Ubuntu doesn't have without jumping through hoops) along with whatever is in your typical package manager. 3. Running a simple command will then use (data, config, etc.) and suck in everything that is needed when making a real small container for the apps plus all the monitoring stuff you will see at the bottom. 4. Integrates with github and all updates, versioning, script modifications, etc. all are updated with a simple command. 5. Want to create a Wordpress Container that works in unRAID with our "standard" unRAID Docker format... Use the dockerfile, one ini file (which we all can see / create / modify / update) and run the docker build command and bam! 6. We are not monitoring Apps... We are only monitoring Containers. Monitor Application in all your containers in one WebGUI tab: Then in another WebGUI tab you can see all your containers, monitor / see the status and even be alerted (with sound) that an App within each Container is not working. Below instead of Server it would be Sickbeard/Edge Couchpotato/Stable, etc. and for the Processes it would actually say what each one is... Sickbeard, SSH, Deluge, etc. Running 15 Apps in 15 Containers works sure but you can run many Apps in one / several containers if you want. With my system, it's a matter of dropping in an INI file (for each app) and it would build containers that you customize with as many apps as you want. Plus unRAID hasn't figured out or told you about control groups and how to customize memory, CPU, disk I/O throughput, Prioritization, etc. for your container(s). Yes, my ini file (which you can edit yourself) handles all of that. I bet it's the first time that 95% of you are hearing about this. I suspect you will want your Plex to be in it's own control group and your Apps to use different control groups. Anyway... I was told to leave since unRAID and I disagree when it comes to providing an end to end solution for NAS / HTPC / Media / Applications Server. They basically do "apt-get install docker" and leave the rest to us. I want an end to end solution (including Best of Breed Practices, maintaining Images, packages, INI files, containers, VMs, etc.). I will release a docker solution like enterprises do it (sexed up of course and all done through a WebGui) and many other things with "GrumpyRAID" coming out soon. I personally think your contribution to the unraid community to date has been the best for me. I do like the way you lay out instructions for us LINUX NOOBS on how accomplish the basic tasks. If you decide to fork your own version let us know.
  15. I don't use any yet, I was thinking about home security and thought it would be cheaper to have a few ip cameras and buy a wireless sensors rather have a full blown security team come into my home and charge me a 2nd mortgage for installation and service.
  16. How about home security dvr software that will work with ip cameras.
  17. Did you try this: http://lime-technology.com/forum/index.php?topic=31297.0 ? I will create a badass PXE Server that uses Tiny Core Linux and a HTTP Server (faster than tftpboot) for Menus and isos / images. I will work on it tomorrow and post it for all of you to test. Perhaps gfjardim wouldn't mind creating a slick WebGUI for adding / removing images and configuring the PXE Menu. I can get it close but he will need to take it the last mile. NOTE: I am not going to support this long term so one of you will have to take it and own it. SWEET Can't wait to try it
  18. Quick question: Is it possible to keep your settings while upgrading or updating your docker app.
×
×
  • Create New...