Everything posted by ICDeadPpl
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
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.
-
[Support] Linuxserver.io - Jackett
Sorry about that, fixed that. Must've been too early for me.
-
[Support] Linuxserver.io - Jackett
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
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
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?
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Request: ccat Github: https://github.com/jingweno/ccat Slackbuilds: https://slackbuilds.org/repository/14.2/system/ccat/
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Suggestion: fswatch https://github.com/emcrisostomo/fswatch https://slackbuilds.org/repository/14.2/system/fswatch/
-
[Support] Linuxserver.io - Nextcloud
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)?
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
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.)
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
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
-
[Support] Linuxserver.io - Nginx
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!
-
[Support] Linuxserver.io - Nginx
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
-
[Support] Linuxserver.io - Nginx
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
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
What IP should the "set_real_ip_from" point to? The IP of my unRAID, or what?
-
[Support] Linuxserver.io - NZBGet
Never mind, I found it. Changed the values in "nzbget.conf"!
-
[Support] Linuxserver.io - NZBGet
Where can I add this, to remove the nzbget logging to the syslog?
-
[Support] Linuxserver.io - Nextcloud
Look at "Additional settings" - "Password policy" and uncheck the enforcement options.
-
[Support] Linuxserver.io - Plex Media Server
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.
-
[Support] Linuxserver.io - SABnzbd
+1 on this!
-
[DOCKER] ps3netsrv
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/
-
[Support] Linuxserver.io - Kodi-Headless
Is there an ETA for Kodi v16 Jarvis, it just became available on https://kodi.tv/download/ ?
-
[support] gfjardim's Docker Repository
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..?
-
[support] gfjardim's Docker Repository
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?
-
Preclear plugin
Is it feasible to port the preclear functionality to other platforms? Mainly other Linux distributions, but MacOS and Windows would be nice too!
-
Dynamix - V6 Plugins
cache_dirs won't start, tried starting it from web UI and aldso via '/etc/rc.d/rc.cachedirs start'.
-
Docker requests
I'd like Universal Media Server: http://www.universalmediaserver.com