Cessquill

Members
  • Posts

    789
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Cessquill

  1. Can your LMS docker see "Music"? My install has a container path of "music"
  2. Has anybody got this to work for Nextcloud Talk? Coturn is something I've not had dealings with before, so it's going to be my fault entirely. Here's a few things I've tried/thought... I've pretty much set it up as per the instructions above I don't have a static IP. I have set up a turn.mydomain.com address to CNAME to my duckdns account I've installed the above, but using port 3479, as 3478 was in use by my unifi-controller docker (as a STUN port - not sure whether there's anything there I could use instead) I'm using pfSense as a router. I've forwarded ports 3479, 5349 and 49152-49172 as described above I use NGINXProxyManager for handling other sites. Don't know whether it needs to get involved with this though. I've set up turnserver.conf as per a lot of Nextcloud guides I've seen Whenever I've entered turn.mydomain.com:3479 and my pass into Nextcloud, I've always got "No working ICE candidates returned by the turn server". Pretty sure my issue with with how I've set up Coturn, as I can't get anything from public test sites either. I don't know whether I should/can run a turn server, or whether it's not a home user type setup. I've got Jitsi running, which I assume runs something similar - I just fancied getting it all under one roof if possible. Any help from anybody with Turn/Nextcloud knowledge?
  3. Not yet. Two options.... 1. Set up one of the drives as an Unassigned Device and move your dockers over there. When repointing the dockers you'll need to set R/W Slave in the path options for everything that points to an Unassigned Device. I used to have my setup like this, Or, 2. Wait for the next version of Unraid to be released (when it's ready). Supports multiple cache pools for this purpose
  4. Looks fine from here - that address gives me an XML file.
  5. Hard to say from me - it took me a fair bit of hitting to get it over the line. Once it's all sorted though, it's great. Perhaps somebody else could take it from here?
  6. Yes, I got it working by following the notes near the bottom of the first page. Change to Bridge and add a port pointing to 80 In my case, port 8088 points to 80.
  7. Hi - I installed this yesterday and have got it running with a reverse proxy. I think everything is good (haven't tested externally), but I have a few questions. First, my installation. I followed the instructions, but made a few changes... Using MariaDB rather than SQLLite Installed it as a Bridge, with port 8088 pointing to port 80 Using NGINX Proxy Manager rather than LetsEncrypt for reverse proxy I am not using Split DNS, but I have enabled NAT Reflection on my pfSense router All appears to be fine, but I've got the following concerns with my setup... File Ownership The cron script (page 1, docker exec -u www-data Nextcloud php -f /var/www/html/cron.php), and the call to occ (page 6 - docker exec -u www-data nextcloud /var/www/html/occ) for me both result in the same error... Console has to be executed with the user that owns the file config/config.php Current user: www-data Owner of config.php: When I check appdata/config/config.php it has the ownership of nobody:users. If I remove "-u www-data" from both commands, they run fine. Should they be owned by www-data, or am I OK to leave them as nobody? Active .htaccess File? Settings, Administration, Overview has the following warnings... Your web server is not properly set up to resolve "/.well-known/caldav". Further information can be found in the documentation. Your web server is not properly set up to resolve "/.well-known/carddav". Further information can be found in the documentation. The documentation suggests fixes in the .htaccess file. However, I've found several .htaccess files... appdata/nextcould/config appdata/nextcloud/data mnt/user/nextcloud appdata/nextcloud/nextcloud <- this one has the settings suggested by the documentation, plus a lot of extra config - the others above seem like a basic config Have I missed a step, is there a configuration issue, should I ignore the warnings, or something else? That's it for now. Otherwise, I think it's working well. Have ONLYOFFICE working (internally, at least), and I think the rest of my questions are more down to Nextcloud itself rather than this container. Any pointers appreciated.
  8. Typical! They have to have issues at the same time as I power down, recable and power back up again. I can stop scratching my head now and randomly rebooting things.
  9. If you've filled up your cache drive at any point, and that's where appdata is, that can take down the docker system.. If that's happened, you can get it going again without a restart by going to settings, docker, turn it off, save, turn it on, save (basically restart the docker system).
  10. Could you put something like this at the top of your script... until [ $_done ]; do docker inspect -f {{.State.Running}} CONTAINER-NAME | grep 'true' &> /dev/null if [ $? == 0 ]; then _done=1 else sleep 10; fi done; echo "GO! RUN YOUR LAUNCHED SCRIPTS" ...? It could probably be made more efficient, but it seems to work for here. It will run straight away if the docker is already running. I was initially trying to use the docker events command, which worked, but I couldn't find a way to safely kill it in a script once I'd got what I needed. I did start working on a script where you could put triggers in for start/stop/pause/resume events - and got quite a way through, but again - once it's running it keeps on running, and I couldn't stop it. It would be something better suited to a standalone plugin where you could select containers, events (start, stop, pause, resume) and a script to run.
  11. Set your SSD as a cache drive. Optionally install CA Backup plugin to make sure your VMs are periodically backed up to the array. You'd be better off raising off-topic questions in General Support though, as it'll not dilute app--specific topics and get more coverage. Also recommend viewing a range of Spaceinvader One's videos on YouTube.
  12. I can't see it on this list https://developer.nvidia.com/video-encode-decode-gpu-support-matrix so you won't likely be able to use it for transcoding even if it did show up I'm afraid.
  13. Some dockers could - and do - run processes 24/7. If there is no scheduling built into that docker you might not want it running all the time. For example... You could have something like a Handbrake docker converting all videos in a watched folder to a common format. Files could go into the watched folder at any time. This can be system intensive, so you might only want it running overnight when you're not using it for watching movies You might be running Boinc / Folding @ Home - deliberately very processor intensive - and you only want running when you're doing nothing else. Slightly tenuous, since at least Boinc has its own built-in scheduler You might have torrents - or similar - running, and you don't want to saturate your internet connection during the times you're likely to be needing it (streaming / gaming) There might be something - like a game/media server - that you only want running at certain times of the day for the kids A few examples, there are perhaps more. There are dockers I only start when I want to use them, and some that I sometimes put on a schedule.
  14. If it's specifically Plex stream info, install the Tautulli docker and connect it to Plex.
  15. Yep, you're just running VPN on a docker, and routing anything you want through it. Everything else stays the same.
  16. Typically, you have it running through a proxy/privoxy which has a VPN on it (several things can run through this proxy without affecting your VPN limits). In Radarr this is Settings, General. Several of binhex's VPN dockers have privoxy support (deluge, etc.), but if you aren't running one of those then install the binhex-proxyvpn docker, set it up with your VPN and point Radarr's proxy at this docker. A good video that explains it is here
  17. Yes, it's my default now. The only issue I have is if I'm controlling via Android and then go out. I'll have the play options in the status bar that I can't get rid of unless I force close. Probably me being me though.
  18. Your setup must be different to mine, since I've not had any problems.
  19. Although a couple of years old, these videos are worth a look... https://www.youtube.com/watch?v=su2miwZNuaU https://www.youtube.com/watch?v=bBJ2MgbRg7U ...together with his other Unraid vids.
  20. No. Just go to the plugin and install Nvidia 6.8.2 - a full version of Unraid with extra drivers.