Everything posted by Arndroid
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
I came here searching for an answer, apparently two people have experienced the same issue within the last couple of hours. I also have the line 6 issue using docker-compose. Python installed, setuptools also installed, no dice either. I'll try removing docker-compose and installing it again. Edit: did a uninstall of Docker-compose and python, pip and setuptools, reinstalled them, no dice either, unfortunately. (installed the SBo one)
-
Jitsi?
Would be really nice now. I'll give it a go, I really need it since the alternative is Zoom...
-
[Support] Linuxserver.io - Nextcloud
I don't think I've seen it mentioned anywhere, but I am updating this way: Go into the Docker's console through the webgui or ssh docker exec -it nextcloud bash. sudo -u abc php7 config/www/nextcloud/updater/updater.phar Common OCC commands: sudo -u abc php7 /config/www/nextcloud/occ db:add-missing-indices sudo -u abc php7 /config/www/nextcloud/occ db:convert-filecache-bigint Other than that it should be straight forward how to proceed. It's mostly a note for myself, but it's really easy like this. Not that Nextcloud doesn't jump from 15 to 18 for example, but goes through every major version upgrade before you get there in the end. I recommend looking at the overview page in the Nextcloud webgui and fix every single warning/issue before proceding to the next version, and do reboots of the docker in between.
-
[Support] binhex - DelugeVPN
Thanks! Docker Hub didn't load for me when I asked the question. Good to know there are instructions like that, and that Docker Hub loaded for me now. Deluge v2 is fine fwiw, even with a thin client here... I just needed the stable branch of it.
-
[Support] binhex - DelugeVPN
Is there some way to downgrade this docker container? I found this issue: https://github.com/binhex/arch-delugevpn/issues/146 I also want to be on a stable branch, some things don't work for my setup on a dev/unstable branch. Thanks!
-
[support] rix's Docker Repository
Thanks a ton @rix for your support! Also to Squid of course! -e USER=USERNAME \ -e PASS=PASSWORD \ -e DEVICE=DEVICENAME \ Adding these variables to my docker template made it work. (Instead of using the Credentials variable that is coming with it by default.) Works wonders now with Organizr v2.
-
[support] rix's Docker Repository
No just upper and lower case and some numbers, no special characters. Something like: [email protected] and AsD1345QWio8
-
[support] rix's Docker Repository
I'm using the MyJD-API, trying to get jDownloader2 up in Organizr. Let me first say thanks a ton for creating MyJD-API! I do however have a issue getting it started. The credentials parameter is set correctly, but I did notice this in the Docker Command: The extra ' must be messing up something, right? Since when the docker is running it outputs this: But it is provided, and I double checked the credentials. What can I try to solve this? I see the appdata folder for MyJD-API is empty still, so I'm not sure where to begin right now.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Does the cronjob work for anyone? It doesn't seem to run in my docker. The /var/spool/cron/crontabs/root contains: I have mapped /etc/periodic/15min as a volume from container to host /appdata/letsencrypt/crontabs/periodic/15min/bashscript.sh In the bashscript I have this: It should create the test.txt file, but it just doesn't happen, not in 15 not in 30 minutes. Is this a borked setup on my end somehow? Please let me know if I can provide some more info or attempt more things to fix this. Thanks in advance for any help.
-
[Plugin] rclone
@Waseh I know you have been absent from the forums since June, but I was hoping if you could find the time to update the Rclone-beta to the latest version. At lot of improvements have been made since, it would breath new life into this awesome piece of tooling for unraid users. :)
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Where are the programs installed to? I can't seem to find the full path, a quick Internet search doesn't help out. I would ultimately like to use docker-compose which was added to the pack some time ago. Edit: Ohh, I'll go an see if I got to install them right now. Sorry about that. Edit 2: They weren't installed/turned on, thanks!
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
I'm trying to execute commands from SSH, having installed NerdPack, but am unable to execute things like vim, python etc. I also tried running commands via UserScripts, but of course, that way I get 'vim command not found' as well. Is there something I'm missing here? Thanks!
-
[Support] Djoss - Nginx Proxy Manager
So something like AdminCP for Nginx on Docker/Linux? Freakin' awesome dude! Thanks for making this available in a Docker for Unraid! Hopefully I'll get to try it sometime.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
I see that sendmail is installed in the docker container. Is there a particular way to set it up in a way so that after every reboot/update the settings will stick? (To work for PHP sites and scripts) And I can't actually see the "/etc/mail/sendmail.conf" config file though for example? Otherwise, I would just create a Path variable and map it under "appdata/letsencrypt/sendmail.conf" for example and make it permanent that way. Edit: In the meanwhile, I utilized ssmtp and mailutils and filled in the blanks so to speak.
-
[Plugin] CA User Scripts
Hmm, alright. But then why does PlexDrive require a different Google OAuth? Is it because it runs from a bash script though CA User Scripts or something? Edit: I think I figure out why... My bad.
-
[Plugin] CA User Scripts
Is it possible to run a script as the CA User Scripts user/program? I want to setup PlexDrive through it, but it requires a one time input from the user (client id stuff and then a dynamically generated code which I have to enter) More info: I used wget to download the linux-amd64 release of PlexDrive 5.0.0, and in the terminal executed the PlexDrive with parameters to test if my commands were gonna work. They did. Now apperently setting up (running the same commands) PlexDrive through CA User Scripts requires me to log in again, as Google sees it as a different "app". Edit: In short, which user is the CA User Scripts user? Edit 2: Odd, when I run id -un through CA User Scripts, it shows root. Seems like I need to somehow bash into CA User Scripts or something like that.
-
[Support] Djoss - HandBrake
Awesome, thank you. Will try and see how it goes now. Edit: Just a heads up, my Post Conversion shell script didn't do anything.. Ohwell.
-
[Support] Djoss - HandBrake
Oh, will that configuration stick for the whole lifetime of the Docker Container applying the Preset settings to the /Watch folder? Even when updated/restarted?
-
[Support] Djoss - HandBrake
My post conversion, for anyone looking for help regarding this: (Not tested yet) (Also just set "Automatic Video Converter: Keep Source Files:" to 1) #!/bin/sh # # This is an example of a post-conversion hook. This script is always invoked # with /bin/sh (shebang ignored). # # The first parameter is the conversion status. A value of 0 indicates that # the video has been converted successfully. Else, conversion failed. # # The second parameter is the full path to the converted video (the output). # # The third parameter is the full path to the source file. # # The fourth argument is the name of the HandBrake preset used to convert the # video. # CONVERSION_STATUS=$1 CONVERTED_FILE="$2" SOURCE_FILE="$3" PRESET="$4" echo "post-conversion: Status = $CONVERSION_STATUS" echo "post-conversion: Output File = $CONVERTED_FILE" echo "post-conversion: Source File = $SOURCE_FILE" echo "post-conversion: Preset = $PRESET" if [ "$CONVERSION_STATUS" -eq 0 ]; then # Successful conversion. # TODO: Do something useful. FILENAME=$CONVERTED_FILE FILESIZE=$(stat -c%s "$FILENAME") FILENAMESource=$SOURCE_FILE FILESIZESource=$(stat -c%s "$FILENAMESource") if (FILESIZE > FILESIZESource) then rm FILENAME else rm FILENAMESource fi : else # Failed conversion. # TODO: Do something useful. : fi ---------------------------- How do I configure the preset to do x265 encoding? I only see these Docker Environmental Parameters: AUTOMATED_CONVERSION_PRESET AUTOMATED_CONVERSION_FORMAT AUTOMATED_CONVERSION_SOURCE_STABLE_TIME AUTOMATED_CONVERSION_SOURCE_MIN_DURATION AUTOMATED_CONVERSION_OUTPUT_SUBDIR AUTOMATED_CONVERSION_KEEP_SOURCE Maybe I missed it, can you point me in the right direction?
-
[Support] Djoss - HandBrake
Hmm can we make a feature that doesn't remove the Watch file if it is smaller than the Output? Again, maybe we can enable x265 support for the Watch folder compression?
-
[Support] Djoss - HandBrake
Can you enable x265 compression on Very Fast 1080p30 using the /watch folder?
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Yeaap, just thought of this. Tunnel vision is a serious thing. Thank you.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Is there a php .sock file in the docker to be found? I can't seem to find it in /var/run or /etc/php7, nor is it mentioned in the phpinfo? Thanks for any help!
-
[Support] Linuxserver.io - Ombi
Is there any way to edit the Nginx.conf for this Docker? (Without it resetting when the docker updates) I want to enable gzip compression because it is so slow. Worked wonders for the Organizr Docker for example.
-
[SUPPORT] pihole for unRaid - Spants repo
Is the port 80 change still nessecary on UnRAID 6.4.0 or higher? We can manage the ports used since then. Or is there some additional reason for it using port 80?