Everything posted by Kevek79
-
ISO conversion for Plex or use KODI?
There is one more solution that might save you some time. If you use a tool like MakeMKV you can extract the video and audio streams from a DVD or BD into a mkv container with little to no transcoding (Which of course is much faster than transcoding with handbreak). Those MKV files are perfectly readable by plex and should have the exact quality of the base material (MPEG for DVD / h.264 for BD). With those files in your library, plex server and client can handle the question of transcoding, if necessary for the player. And as there should be no quality loss in between ISO or the MKV created as described above you should not need your ISO files afterwards.
-
[Support] Linuxserver.io - Nextcloud
As far as I know, the short answer is - Yes. Anyone who has access to the share on the unraid box has access to all that is on this share. But from within nextcloud, users data should be seperated and their should be no access to another users files.
-
[Support] Linuxserver.io - Nextcloud
If someone has the same issue than me: After talking to the linuxserver.io team on their Discord, I used the tag 20.0.4-ls112 and my NC16 install is back up and running. I do not know if this is related as I did not use the Collabora integration, that I set up when installing NC for the first time, in a while, but my collabora container is not starting anymore. As their are some other things that I did not update in the past year or so and I do not need the office integration at the moment I will try to tackle that issue after getting my NC installation up to the current version. At least I can now enter my nextcloud again and start the update journey to the current release
-
[Support] Linuxserver.io - Nextcloud
Did some research today. Am I right that I need to go back to a container version based on alpine 3.12 as 3.13 Alpine would include a PHP 7.4 version ? Is 20.0.4-ls112 the last version based on Alpine 3.12 and if so, would that do the trick ?
-
[Support] Linuxserver.io - Nextcloud
Hi, I have not been updating my next cloud container in a while and I am pretty sure that I am still on nextcloud 16. I know I should have been updating in a while, but here we are. Now after updating the container today I was greeted by an Old friend. This version of Nextcloud is not compatible with > PHP 7.3. You are currently running 7.4.26. Can someone please tell me with which tag I have to reinstall the docker to get nextcloud 16 back up and running so I can start my update journey to the current release.
-
Docker updates, 0 B data pulled
Link is 4 posts above yours Damn, Squid was faster
-
What are people using for a firewall
I am running a Unifi USG for the last couple of months and still happy with my decision yet. The controller runs as a docker container on my main unraid box.
-
whats everyone using to backup photos and videos of there phone
I use Nextcloud on my UnRaid Server for various tasks, uploading photos and videos from our phones is one of them. There are apps for iOS and android available.
-
[Support] binhex - UrBackup
I am currently evaluating backup strategy options, and I will definitely test out this docker. Will report back my results. @binhex: just a quick note: The Project web-link that is presented via community applications points to "https://urbackup.media" which is going nowhere. Link in the first post works fine
-
APC SmartUPS Setup
Damn, reading this thread I was thinking, that this might be the solution for something that I tried to get my head around for ages. Unfortunately my SmartUPS 1500 (SMT1500I from 2012) is running firmware 5.0 which can only be upgraded to 7.1. (Big thanks to @S80_UK for providing the link, and the firmware you started from for that matter ) So no ModBus for me, but glad that It helped a couple of us. I will check the values in questions as always by looking below my table where the UPS resides
-
[Support] Linuxserver.io - Nextcloud
No problem, been there done that i would not tinker with any other settings not knowing what they do.
-
[Support] Linuxserver.io - Nextcloud
Is your upload issue solved with changing the client-max-body-size value?
-
[Support] Linuxserver.io - Nextcloud
Are you running nextcloud with reverse proxy via letsencrypt? If so I would guess that this is because of a limit in one of the nginx config files. Best bet is /appdata/letsencrypt/nginx/proxy.conf but there are a couple of other config files that set the same parameter. Parameter to look for is 'client_max_body_size' which is most probably set to 10m. You could either set that to 0 to disable limitations or set a bigger limit.
-
[Support] Linuxserver.io - Nextcloud
is anyone successfully using the Mail app within nextcloud? Are there any dependencies needed to be installed additionally. Can't get the app to show any emails in my inbox (folders are shown instantly but no content) Has anyone encountered similar issues ? I am running v16.0.2 edit: tried to connect to another (much smaller) imap-inbox and it worked - somewhat Tried to view some emails, but no pictures are shown, even if I hit the respective button to show them when trying to download an attachment I got an error message (displayed on a page looking like my login screen) at that point I looked into the nextcloud log and recognized a bunch of errors that were recorded during me testing the mail app. most of them are related to "Horde_Imap_Client_Exception_ServerResponse" Would it help to upload any diagnostics? Do I miss something completely here (dependencies, db configuration, php-config, etc.)? Contact and Calender app are working like a breeze and I thought I give the Mail-app a try to round up the services, but so far this looks not good
-
[Support] Linuxserver.io - Nextcloud
I used krusader (docker container) to get into appdata/nextcloud and deleted all DS_Stre files I could find. also look in the subfolders
-
Cache pool - "No balance found on /mnt/cache"
Thanks Johnnie for the clarification.
-
Cache pool - "No balance found on /mnt/cache"
My btrfs filesystem df now reports this: Data, RAID1: total=410.00GiB, used=393.46GiB System, RAID1: total=32.00MiB, used=96.00KiB Metadata, RAID1: total=1.00GiB, used=405.33MiB GlobalReserve, single: total=116.19MiB, used=0.00B So everything is in RAID 1 now. Thanks It only shows 410 GiB Data, but the Pool has 1TB Size. Is this just a bug in displaying the total size, because on dashboard it shows the 1TB as expected, or should I be worried ?
-
[Support] Linuxserver.io - Nextcloud
Thanks a lot @saarg - I'm now on the current versions of nextcloud and the respective docker container and everything is running great. Now I need to learn whats new in nextcloud 16
-
[Support] Linuxserver.io - Nextcloud
Thank you for the clarification.
-
[Support] Linuxserver.io - Nextcloud
I managed to update to version 15.0.9 and everything is running fine (still with the container version 16.0.1-ls22). only one warning about missing indices and one about big-init conversion which should be resolved on the command line (instructions given in the warning). Only one question: As the two commands that are required ('occ db:add-missing-indices' and 'occ db:convert-filecache-bigint') are database related, am I right to assume that those commands have to be run in the mariaDB container? Or do they need to be used in the nextcloud docker ? I'd like to have all lights green before finally updating to version 16
-
[Support] Linuxserver.io - Nextcloud
I also was running into the PHP issue described above and reverted the nextcloud docker back to 16.0.1-ls22 and boom, nextcloud is up and running again. Mac Desktop Client is reconnected and in sync. As the current version of nextcloud is 16 i think I should upgrade my system Currently I am running version 14.0.3 From what I understand I should be able to upgrade to 15.0.8 from within the Web GUI (at least that is the zip file that is in the stable channel). But if I start the updater it stops in the first step because of unexpected files .DS_Store and ._.DS_Store I understand that such files are normaly produced by Mac-OS but I have no idea how to proceed form here. Any hints? edit Does the file Check performed by the updater check the content of the appdata/nextcloude folder? Because I shared the appdata folder via smb while configuring some dockers and therefore have left some of these .DS_Store files also in the appdata/nextcloud folder. If I remove them via krusader, should help pass the test from the updater? SOLVED: Deleted the .DS_Store files in the appdata/nextcloud folder and ran the GUI Updater, currently nextcloud instance is running version 15.0.9.1 - Yipee
-
Cache pool - "No balance found on /mnt/cache"
Thanks @johnnie.black Will do and report result when I am back home in front of my server
-
Cache pool - "No balance found on /mnt/cache"
Hello, I'm pulling up this old thread because I have a simillar issue and would like to ask for some help in determining if everything is configured and behaving as it should. I upgraded my 500 GB M.2. Cahce Drive with a second one (also 500 GB) to get some redundancy in the cache. Everything looked OK from my perspective after installing the second drive and it started the automatic balancing and creation of an RAID1. As the cache was getting full and I had a spare 1TB Samsung EVO SATA SSD laying around, I installed it into my server and added it as a third drive in the cache pool. After Unraid did its balancing magic, in dashboard everything was looking OK and I had the expected total size of 1TB Cachepool. But Here comes the question. When inspecting the "btrfs filesystem df" - field in the GUI it is reporting RAID1 for Data but only shows around 500 GB in size. Furthermore the metadata seams to be in single mode. Looking at the pictures from 'ksignorini' metadata is also in RAID1 what I would expect to be correct. Do I need to run a manual balance to assure data and metadata protection or should I leave it as is? Thanks in advance for any input from someone who knows more than me about cache drives
-
Dynamix - V6 Plugins
I have a question to the system temp. plugin. I am running version 6.7.0 on an ASUSTeK COMPUTER INC. ROG STRIX Z370-G Mainboard. When I try to detect available drivers I only get "coretemp" which comes directly from the cpu if I am correct but I get nothing from the motherboard itself e.g. MB Temp, temperature of my drivecage or Fanspeeds etc. Can anyone give me a hint or link to a ressource to solve this?
-
[Support] Linuxserver.io - Nextcloud
Hi, I have moved to unraid about 6 months ago and all is running good so far. Still learning linux a bit every day. I am running Nextcloud 14.0.3 with mariaDB. I would like to upgrade to version 15 now and have allready read the linked page one post from CHBMB, but being new to linux and unraid I have a question before I start my next command line safari Am I right that the first command (docker exec) is only necessary If I start from the host machines commandline? Can I use the "Console" option from the webinterface to perform the same task and if so, do i still need the docker exec command from the description ? I would guess no. Do I need the docker container to be configured for Bash (Console shell command - in the edit docker screen from the web interface) to be in the correct environment if I use the "Console" option from the webinterface. Any hints would be appreciated. Thanks in advance Toby