cirkator

Members
  • Posts

    259
  • Joined

  • Last visited

Everything posted by cirkator

  1. So you are saying that when I mount a SSD through UD it will automatically trim itself via the discard option?! Or do I have to kick discard off with a command?
  2. Linuxserver.io devs, would i be possible to include fail2ban into this docker? If so, have you thought of adding it? Would be perfect. There is a nginx/let´s encrypt docker available here with fail2ban included, but i have everything set up in apache and dont want to change to nginx if possible.
  3. Thanks for creating this plugin! Since it already has the ability to check and keep the plugins up to date, would it be possible to check and keep installed Dockers up to date as well?
  4. I am using the linuxserver.io apache docker. Many others do so too. Can recommend it!
  5. Hi, there seems to be a new update available for plexrequests and it is fixing the tvmaze error described above. Latest commit: Resolved issue with TVMaze search results not being indexed correctly. Could the marvelous LS.io devs please update this docker. Thanks in advance
  6. Happy Emby and Emby for Kodi user here. Love the ability to watch a movie or TV show while not at home via transcoding and have a resume point when I return home to my HTPC. Can absolutely recommend Emby. Used Plex aswell, but never really liked Plexbmc. Had a mysql setup too, but the big disadvantage for me was, that I had to use Plex while away and mysql at home. So my watch status was never in sync.
  7. Did you try running the "new permissions" script? I think it is located under Tools in the webui.
  8. I am using Kodi and Emby. Gives me the best of both worlds. My HTPC is running Kodi with the Emby for Kodi plugin. And for outside streaming I use Emby. Emby is running as a backend and the Emby for Kodi plugin is keeping my library between Kodi and Emby in Sync. Very useful because I am away a lot.
  9. Thank you ljm24, your little fix helped me connect to the crashplan docker. Very much appreciated!
  10. Thanks BRiT, i tried the search function but used different search words. Exactly what i was looking for!
  11. Sorry for bringing up this old thread, but I would like to know if there exists a command to spin up all disks via a URL in v6. I have tried "http://tower/update.htm?cmdSpinUpAll=Spin%20up" and "http://tower/main.htm?cmdSpinUpAll=Spin%20up" but both didnt work. I get a 404 file not found. I checked the website source code and i guess these are the interesting lines: <form name="otherOps" method="POST" action="/update.htm" target="progressFrame"> <input type="hidden" name="startState" value="STARTED"> <table class="array_status"> <tr> <td></td> <td><input type="submit" name="cmdSpindownAll" value="Spin Down" style="width:80px"><input type="submit" name="cmdSpinupAll" value="Spin Up" style="width:80px"></td> <td><strong>Spin Down</strong> will immediately spin down all disks.<br><strong>Spin Up</strong> will immediately spin up all disks.</td> </tr> Any ideas?
  12. Thank you. Will give photoshow and piwigo a try.
  13. Did anyone find an interesting, fitting solution?
  14. Hi guys, opened another thread some days ago and forgot to link it in this thread. Sorry... Here you go, use at your own risk! http://lime-technology.com/forum/index.php?topic=40738.0
  15. For me the big advantage from NZBGet over SAB is that NZBGet monitors the health of the download. On the fly. If the download is broken beyond repair, it either pauses the download or deletes it. SAB can not do that yet, AFAIK. It will download the complete file and tell you at the checking, repairing phase that the file is damaged beyond repair. Why should I download the whole file when it is already broken. Waste of time... Especially today when there are a lot of incomplete/broken files around due to DMCA.
  16. Hi all, [glow=red,2,300]PLEASE DONT USE THIS SCRIPT YET ON YOUR PRODUCTION SERVER!!! ALTOUGH IT IS WORKING FINE FOR ME, I WOULD LIKE TO HAVE SOMEONE WITH REAL CODING SKILLS FIRST LOOK OVER MY CODE[/glow] This is only my second script and i am not a programmer by trade so please be kind I have written this little script that reads the content of each of your servers disks and outputs it to a disk*.txt file. This can prove handy, when two disks would die and you dont know what specific content is on each disk. The script is utilizing another shell script written by Tony Lauro that displays the content in a tree view and colors the filenames according to their group. (E.g. media files are orange, pictures purple and so on) My script is working, but I would prefer if some of you coding savy people could look over my script and give me feedback please. I already have one question. There are some paths and variables that are user defineable. Normally all those user defineable values are at the top of a script, so it is user friendly. But on line 25, in disk_content.sh i want to define the outputpath where all the disk*.txt files are saved. The script creates a folder with the current date and then it saves all the disk*.txt files into that folder. So before i can create the $DATE folder i have to create the value for $DATE. But if $DATE needs to already be created, i can not put the outputpath variable on top of the script so users can change it easily. I hope I made myself clear, englisch is not my native language. So, what can i do about that? I guess i could use "jump" commands, altough i am not sure if there is an easier solution to my problem. I have some other ideas for this script in the future (zip the files, delete txt files older than x days). Looking forward to finally giving something back to this awesome community Both scripts are located at github: https://github.com/cirkator/DiskContent You will need to download both scripts and chmod +x them. The standard path to put the scripts and write the disk*.txt files is at "/boot/scripts/" but you can change these values (TREE_PATH & OUTPUT_PATH) It will create, as default, the disk*.txt files into this path: /boot/scripts/DiskContent/17.06.2015/disk1.txt etc. Feedback and critisicm is very welcome!
  17. Wanted to say thank you as well. Jonp and eschultz are very valuable additions to the team and I see a bright future ahead for all of us! Thanks to everyone at LimeTech
  18. Soulseek is a peer to peer sharing music program. It is, as far as i know, the most widely used program to share and download music. Doesn´t have a web interface though, its a standalone program, so it would have to be dockered with the X based docker.
  19. I developed such a script and it is working. I didn't have time yet to finish it completely. But it already gives you the content by disk and saves it as a txt file. It adds the current date to the txt file and you can switch from us to Europe date format. If you want I can send you a pm with the script. I take no responsibility if your server starts to catch fire or anything ;-) Before I release it to the public, I wanted to have a Linux guru here take a look at my script. This is just my second script and I am not a programmer by profession...
  20. this is a LONG standing issue (read pain in the ass!!) with the delugevpn container, basically its due to the way i have implemented iptables to prevent ip leakage, i THINK i may of cracked this particular issue in the last 30 mins!, currently building, so i havent confirmed 100% yet, i will post back if i have success. it looks good to me, i can now connect using couchpotato, which makes use of the deluge daemon, connect using username "admin" and your webui password, make sure to use your unraid host's ip address and port 58846. Cool, that's great news. Thanks for not giving up on this issue!