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.

ICDeadPpl

Members
  • Joined

  • Last visited

Everything posted by ICDeadPpl

  1. Request: dry Description: Dry is a terminal application to manage/monitor Docker. Github: https://github.com/moncho/dry Dry can be installed with: curl -sSf https://moncho.github.io/dry/dryup.sh | sh chmod 755 /usr/local/bin/dry There are also pre-built binaries on Github. It would be convenient to have this as a package in NerdPack, though.
  2. Sorry about that, fixed that. Must've been too early for me.
  3. Since last night's update, this Docker isn't working. It start up and the web UI works, but searching and testing the indexers doesn't. I get these errors in the log: https://pastebin.com/MKCteBdY
  4. Added. Very colorful. I can't find ccat in the NerdPack packager list. I tried "Check for updates". It also doesn't show up in the plugin github commit list?
  5. Request: ccat Github: https://github.com/jingweno/ccat Slackbuilds: https://slackbuilds.org/repository/14.2/system/ccat/
  6. Suggestion: fswatch https://github.com/emcrisostomo/fswatch https://slackbuilds.org/repository/14.2/system/fswatch/
  7. I had changed the /etc/php7/php.ini to reflect these changes, and the error message went away. After the weekly update of the Docker image last night, the error message appeared again. I checked the /etc/php7/php.ini file again, and found that the opcache settings were disabled. I changed these settings to be enabled and restarted the Docker. Now the error message is gone. Could the mantainers please update the /etc/php7/php.ini file to have the opcache options mentioned in the error enabled (with those values)?
  8. I had trouble mounting my Windows 10 SMB shares, until I remembered that I had disabled SMB v1 earlier this year, after the WannaCry attacks. After enabling it again, mounting works fine! (When I had SMBv1 disabled I could mount the SMB shares from a Windows 10 VM running on unRAID, but couldn't mount them from UD. This made my head spin for a while.)
  9. Any chance to add fasd ( https://github.com/clvv/fasd ) ? See more usage examples here: http://www.tecmint.com/fasd-quick-access-to-linux-files-and-directories/ There's a SlackBuild available also: https://slackbuilds.org/repository/14.2/system/fasd/?search=fasd
  10. Sorry, I missed a step or two in my explanation. Here's more detailed instructions. I have made a script in the /config directory of my docker (host path: /mnt/cache/apps/nextcloud) called install-stuff.sh which contains this: #!/bin/bash grep -q -F 'nextcloud' /etc/crontabs/abc || echo '*/16 * * * * php -f /var/www/nextcloud/cron.php > /dev/null 2>&1' >> /etc/crontabs/abc You can add more packages and stuff in that script, if needed. Just check what package manager the docker uses, apt, apk and so on. I have that script run every time the docker updates with the following in my /boot/config/plugins/ca.update.applications/scripts/starting/nexctcloud file: docker exec -t nextcloud /config/install-stuff.sh Just make sure that the install-stuff.sh has execution rights:. # From unRAID shell ls -l /mnt/cache/apps/nextcloud/install-stuff.sh # Result should look something like this: -rwxrwxrwx 1 nobody users 153 Mar 19 08:48 /mnt/cache/apps/nextcloud/install-stuff.sh* # If not, the run this: chmod 777 /mnt/cache/apps/nextcloud/install-stuff.sh or # From inside the docker shell root@nextcloud:/$ ls -l /config/install-stuff.sh # Result should look something like this: -rwxrwxrwx 1 abc abc 153 Mar 19 08:48 /config/install-stuff.sh # If not, the run this: chmod 777 /config/install-stuff.sh Hope this helps!
  11. To list the abc crontab, you have to use crontab -u abc -l root@nextcloud:/$ crontab -l */15 * * * * s6-setuidgid abc php7 -f /config/www/nextcloud/cron.php root@nextcloud:/$ crontab -u abc -l */16 * * * * php -f /var/www/nextcloud/cron.php > /dev/null 2>&1
  12. I solved this for my Nextcloud docker with running a script via Community Applications Auto Update module. Info from http://tower/Settings/Settings/caHelp#autoupdate: /boot/config/plugins/ca.update.applications/scripts/starting/{nameOfContainer} This script will be executed whenever {nameOfContainer} has been updated This is in my Nextcloud docker auto update script in /boot/config/plugins/ca.update.applications/scripts/starting/nexctcloud #!/bin/bash grep -q -F 'nextcloud' /etc/crontabs/abc || echo '*/15 * * * * php -f /var/www/nextcloud/cron.php > /dev/null 2>&1' >> /etc/crontabs/abc
  13. What IP should the "set_real_ip_from" point to? The IP of my unRAID, or what?
  14. Never mind, I found it. Changed the values in "nzbget.conf"!
  15. Where can I add this, to remove the nzbget logging to the syslog?
  16. Look at "Additional settings" - "Password policy" and uncheck the enforcement options.
  17. In the overview box for the Plex docker it says "/media Map this to your media, you can use several submappings here". What does it mean? How is submapping supposed to work? How do I enable it and configure the mapping? Googling "plex submapping" doesn't give any clues about this eiher.
  18. There's a new version of ps3netsrv out now: http://www.psx-place.com/threads/webman-mod-v1-43-31-released-ps3netsrv-recently-updated.10025/
  19. Is there an ETA for Kodi v16 Jarvis, it just became available on https://kodi.tv/download/ ?
  20. I noticed BTSync debug logging was on. Disabled it and now it generates A LOT less log output! I wonder if it was on by default? I never even knew it was on..?
  21. I wonder why suddenly my BTSync docker started to fill up my docker image file? Today I started to get email notifications in tight intervals, warning that my docker image file was 70% full, 71% full, etc, up to 82% full in only 50 minutes or so. The log got up to 25GB in size (my docker image file is 40GB), before I found it: root@Tower:/var/lib/docker/containers/08a9c769f015b85dc4fc158e19c40818f2b1e8805fa4a21775feffa7a12e58d6# du -sh * | sort -h 4.0K config.json 4.0K hostconfig.json 4.0K hostname 4.0K hosts 4.0K resolv.conf 4.0K resolv.conf.hash 25G 08a9c769f015b85dc4fc158e19c40818f2b1e8805fa4a21775feffa7a12e58d6-json.log I did an 'echo > 08a9c769f015b85dc4fc158e19c40818f2b1e8805fa4a21775feffa7a12e58d6-json.log' on it to empty the file, but I wonder why it did happen in the first place? The BTSync docker container had been runnig fine for a month without any problems. Is it necessary to create a cron job to truncate the log file, in case this happens again?
  22. Is it feasible to port the preclear functionality to other platforms? Mainly other Linux distributions, but MacOS and Windows would be nice too!
  23. cache_dirs won't start, tried starting it from web UI and aldso via '/etc/rc.d/rc.cachedirs start'.
  24. I'd like Universal Media Server: http://www.universalmediaserver.com

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.