-
[Support] Linuxserver.io - Ombi
I use this script to detect for a crash every 15min. I just used the user scripts plugin to set the 15min cron and run the below command. If you get the same spamy error that I do (0000000) then you can use this script. #!bin/bash #Check for error in Ombi log and restarts docker if found docker logs --tail 10 ombi 2>&1 | awk '/00000000/ {print | "docker restart ombi"}'
-
-
ninthwalker changed their profile photo
-
[Support] Linuxserver.io - Radarr
Anyone have Jackett working with this?
-
[Support] jasonbean - Apache Guacamole
Don't have access to their Duo Auth API which is what's needed for Guac. https://duo.com/docs/authapi
-
[Support] jasonbean - Apache Guacamole
Awesome, Thanks for the fork and updating to the latest version with the new features. Don't forget to add your repository and github links in the original post. =) I wanted this mainly for 2FA w/ DUO since I use that already. However after I went to set it up, I found out it requires a DUO paid plan =(
-
[Support] Bjonness406's repo
Pushed a Pull request to your docker template to update to the new name that the Plex Request author had to switch to called "Ombi" Thanks.
-
[Plugin] rclone
I've decided to stick with rclone + crypt as its a nice all in one package. While it's still a little slower than acd_cli/encfs I don't think the little extra start/load times will impact my older archived movies/tv shows that I have planned for ACD streaming. And I figure rclone can only get better. Began my uploads today.
-
Additional Scripts For User.Scripts Plugin
Thanks for the idea. modified it to work with pushbullet and added a couple other notifications too.
-
[GUIDE] Virtualizing unRAID on Proxmox 3.1
Curious to see if you ever got around to proxmox? - NinthWalker