Jump to content

dirrtyjoe

Members
  • Posts

    202
  • Joined

  • Last visited

Everything posted by dirrtyjoe

  1. To explicitly respond to your message, is this related to the log file sizes (the reason I have the Userscript piece to my above comment)? I don't believe spants installs the cron automatically so if you forgot to do that piece (or overlooked it) the logs may simply be getting too big.
  2. I moved to diginc's repo as it is "directly" tied to the pi-hole development (https://hub.docker.com/r/diginc/pi-hole/). I took spants' template, changed the repository to: 'diginc/pi-hole:alpine' and the docker hub URL to: 'https://hub.docker.com/r/diginc/pi-hole/'. diginc added a parameter to meet the necessary changes that urged spants to create his container, which is disabling IPV6 support so if you add a new container variable: Name: Key 4 Key: IPv6 Value: False Default Value: False you should be up and running as spants designed but using the container that follows the pi-hole development a bit closer. Been running for a few weeks and haven't had an issue. One other thing I did was install the User Scripts plugin and then create the cron script in: /boot/config/plugins/user.scripts/scripts/pihole/ (following the plugin structure, the script is named 'script'). Then I edit the UserScript settings to run it at the interval of my choosing (each morning). My script looks like (just converted the cron file): #!/bin/bash DOCKER_NAME=pihole PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin # Download any updates from the adlists docker exec $DOCKER_NAME pihole updateGravity > /dev/null # Pi-hole: Update the Web interface shortly after gravity runs # This should also update the version number if it is changed in the dashboard repo #docker exec $DOCKER_NAME pihole updateDashboard > /dev/null # Pi-hole: Parse the log file before it is flushed and save the stats to a database # This will be used for a historical view of your Pi-hole's performance #docker exec $DOCKER_NAME dailyLog.sh # note: this is outdated > /dev/null # Pi-hole: Flush the log daily at 11:58 so it doesn't get out of control # Stats will be viewable in the Web interface thanks to the cron job above docker exec $DOCKER_NAME pihole flush > /dev/null
  3. Does adding the .cron file to the plugin directory automatically install/run it?
  4. I took that approach. I like the dashboard and logging so I'll keep it! Thanks! But... I'm receiving the following error when trying to add to the whitelist from the web interface: ==> /var/log/nginx/error.log <== 2016/08/30 20:02:04 [error] 239#239: *21 FastCGI sent in stderr: "PHP message: PHP Warning: error_log(/var/log/lighttpd/pihole_php.log): failed to open stream: No such file or directory in /var/www/html/admin/php/add.php on line 3" while reading response header from upstream, client: 192.168.1.206, server: , request: "POST /admin/php/add.php HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.1.188", referrer: "http://192.168.1.188/admin/list.php?l=white" Any idea why I'm running into this or how to resolve it?
  5. Is it worth using this over your unRAID-hole container?
  6. This (specifically iOS) is amazing! Love it. As others have mentioned, Docker container management and a few other additions would be a godsend but so far... this is great!
  7. My initial thought as well, although I'm not sure how the tie in to the post processing will work smoothly with it living in a different container. Although, it very well could be a very easy solution I'm missing... I'm anxious to see what the LinuxServer.io team comes up with.
  8. Please make a issue on github. And I'll look into it tomorrow. Thanks! Issue posted along with this comment: it might make sense to have NZBGet / SABnzbd support this rather than each PVR application. Ultimately I'm looking for a way to automate the remux process to help out my processor and limit transcoding requirements for Plex. Where that lives, I'm not sure I care too much (personally).
  9. I posted this in the master thread, but anyway we can get support for mp4 automator built in (or maybe a second container)? https://github.com/mdhiggins/sickbeard_mp4_automator/
  10. Hi team, Is anyone automating the remux of their video files? If so, how? If not... Anyway we could get a separate Docker or integration into couch potato, sonarr, and other - this: https://github.com/mdhiggins/sickbeard_mp4_automator/
  11. lonix: any chance you plan on implementing this anytime soon. Maybe it warrants a separate docker image? I'm considering taking a look but if you're planning in it I may wait for your solution.
  12. I'm curious if it would be possible to create a version of the plex container with this included: https://github.com/wnielson/Plex-Remote-Transcoder Would love to be able to utilize some of my other boxes.
  13. Hi all, The zoneminder container seems to just open to the "Apache2 Ubuntu Default Page" - can you offer any direction?
  14. Does this handle spaces in the home directory name? I'm wanting to give users access to certain folders temporarily but can't seem to figure out how get it to work if the folder has a space in the name.
×
×
  • Create New...