Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

hernandito

Community Developer
  • Joined

  • Last visited

Everything posted by hernandito

  1. Have you actually gone to Settings->Nerd Pack and checked that screen has been selected for install? Earlier versions of the plugin installed all the options, but a while ago it was upgraded to only install the selected options. Very strange. When I went to Settings > Nerd Pack, all the tools were Off. I turned them on... and hit Apply. Not all turned on. At least screen which is the one I most need is On. Thank you guys for pointing me in the right direction. H.
  2. At the command line, I type "screen" and I get a command not found message. I have an unresponsive web gui at the moment. I am copying stuff from a failing or corrupted drive. Once that is done, I will reboot, check the utempter, and try again. Thank you guys.
  3. Screen stopped working for me w/ latest update. Am I missing something? I am having some issue w/ my unRAID in terms of failed drives and such. Thanks. H.
  4. I would COPY the needo files in case there are some differences. In fact, you could run both versions at the same time, provided you are pointing to different different /conf folders and have diferent external ports. For example.... if you files are currently in /mnt/cache/appdata/couchpotato Copy that folder so you have something like /mnt/cache/appdata/couchpotato2 POint the needo /config to /mnt/cache/appdata/couchpotato Point the linuxserver /config to /mnt/cache/appdata/couchpotato2 Remember to give them different external ports. This way, you can even copy the setting of one to the other in case the old files dont work with the new ones.
  5. Two hours after my post above the log is at 750MB
  6. Do you have debugging turned on in the CP Settings?? Debuggig and Development are both unchecked.
  7. I just encountered an issue where my Docker Utilization was way up. I followed the instructions on this post: http://lime-technology.com/forum/index.php?topic=45249.msg439980#msg439980 And listed that I had 2 entries from CP docker that were 18GB. I deleted the log file per the post. After roughly 90 minutes, I checked again and I see that the CP log file is already up to 323MB. Is there a way to "fix" this other than running the log deletion script? Is anyone elses log files for CP that big? I do have roughly 152 in my wanted movies list and 8 NZB indexers set up in CP. I do not use torrents w/ CP. Could it be that this is unusually high? Thanks, H.
  8. Tried adding hydra as an Newznab provider in Sickbeard with my internal ip and port, and the api... and it does not search. There must be a trick.
  9. Dunno tbh, I'm just testing out the reverse proxy.... It's got an api so I assume you can centralise... Looks like you can centralize your indexers... have to figure out how to configure Sickrage and Couchpotato.
  10. This looks interesting.... thank you. Can this be used by SOnarr/Sickrage/Couchpotato to search all my indexers? So I centralize my indexer accounts? If so, how is this setup in Sickarge and CP? Or is it simply as a manual search engine when I go looking for something specific.
  11. I'm interested. Can I get a 48x48 and a 16x16? Thanks. You are always good for a nice icon. Here they are in the resolutions you request. 48x48 http://i.imgur.com/pzOxiUg.png 16x16 http://i.imgur.com/L20iNsR.png Thank you for this plugin!
  12. A cpouple of icons in case you are interested. http://s23.postimg.org/inhywnvvr/XXClipboard_icon.png http://s30.postimg.org/sryrad1lp/clipboard_icon.png
  13. Are these bad? They are in red: Dec 19 18:29:39 Tower kernel: CPU: 2 PID: 15162 Comm: kworker/u32:3 Tainted: G W I 4.1.13-unRAID #1 Dec 19 18:29:39 Tower kernel: Call Trace: Thanks!
  14. Slightly different: http://i.imgur.com/HySM7iC.png
  15. I took the liberty of creating my own version of their logo. I made some subtle details with gradients and shadows. I hope you like it. http://i.imgur.com/J3AdiWF.png
  16. Thank you very much for this plugin. Works perfectly for me. Super Minor Suggestion Can I propose a new launch icon? The one you are using at the size its being displayed looks more like a sonar or radar screen than a speed gauge. This one looks better: http://icons.iconarchive.com/icons/chrisbanks2/cold-fusion-hd/128/speed-test-icon.png
  17. Sorry guys... I must have forked Uboquity.... I will remove it and nzbget from my repo right away....
  18. Ubooquity is not mine... what did you search for in community apps?
  19. Now THAT is some good news!!! Next Websync?? I have been trying to get it to build in Docker Hub and nothing works. I want to be able to save the files in /nobody/websync/dist folder to /appdata... But cannot get the Docker to do the git clone part.
  20. While I love the LinuxServer.io guys, I prefer to have the apps that work for me which leads to a big mish-mosh of Dockers from several people... This does not bother me and has been working fine for me. I do make sure they all are on the same phusion version number.
  21. I have tried to like Sonarr but I cannot make the switch. The biggest issue for me is whenever I download torrents, I have no way to manually force a post process.. If I put a watch folder, the files may get post processed before they are done copying from my torrent download folder. And as a visual person, I cannot STAND the huge background images when looking at individual shows... Its like trying to read a billboard from 3 feet... but that's just me... the Manual Post Processing is the dea lbreaker.
  22. Awesome... I am still trying to rebuild the Docker with the Java 8 added. I do need your help letting me know if everything runs OK. As I mentioned, I am not a Minecraft expert, and my son has enough school work, music classes, and sports to keep him busy.
  23. oh boy.... Try the entire thing again... sometimes repositories are down... you need the apt-get install software-properties-common python-software-properties to work well before you can add a repository... in fact, try running an apt-get update apt-get upgrade before you start the whole series of commands again.
  24. These are the steps to follow to manually upgrade to java 8... it will take a little time to update everything. Log into the MineOS Docker by: docker ps Make note of the container ID for MineOS... then type: docker exec -t -i ID_Code-Here /bin/bash This should place you inside the container. Then type all the commands below: java -version You should get something like this. java version "1.7.0_x0" The 7 I guess is java 7. So we want to upgrade. export TERM=xterm apt-get install default-jre apt-get install default-jdk apt-get install software-properties-common python-software-properties add-apt-repository ppa:webupd8team/java apt-get update apt-get install -y oracle-java8-installer apt-get install oracle-java8-set-default Finally type again to confirm java version: java -version It should hopefully be on Java v.1.8. x Please try and let me know... also let me know if the modpack works. I am not using MineOS for now as my son is off Minecraft for the moment. Thanks.
  25. Well. Looks like Docker hub has changed something and it wont build what it built a few months ago. I am getting error that I cannot resolve. If anyone knows what could be wrong, I would love some input. Here is the link to my Dockefile on github. https://github.com/hernandito/docker-mineos/blob/master/Dockerfile

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.