Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)MO
Posts
18
Comments
603
Joined
2 yr. ago

  • You should really use the Nextcloud docker-compose files to setup Nextcloud. They make it stupidly easy to deploy. Pair that with SWAG as a reverse proxy and you get a pretty secure Nextcloud deployment complete with SSL certs.

    Come to think of it, why not also run pihole in a docker instead of a full VM?

  • I want reliability and don’t want to become an expert sysadmin. I specifically don’t use Arch, or Gentoo for this reason.

    This is fine and your prerogative.

    I don’t know the exact cause of my issue

    And this is the problem I had with your original comment. You don't actually know what the root cause is and yet you're ready to apply blame to Manjaro with absolute certainty. This is why I say you're just jumping on the bandwagon. Many of the other "reports" that you mention are in a similar vein. It all boils down to "well something broke, I don't know what, and therefore I blame Manjaro".

    Do you know how many people use Ubuntu and had something break for them? Their forums are littered with these posts as well. I personally have had Ubuntu absolutely shit the bed during system updates, but you don't see me going around declaring Ubuntu is shit and for good reason! I don't actually know what caused it! It could have been something specific in my setup. I know that Ubuntu works well for many other people. Likewise, there are many people, myself included, who've used Manjaro before and it worked fine for them.

    All I am saying is don't be so quick to judge. All you have is 2 random breakages that you haven't properly root-caused and what you claim to be a bunch of random hearsay from others, and yet you're ready to throw your anecdotal experience into the ring as complete fact.

  • You're only partially correct. /boot doesn't have to also be your EFI partition. In fact, most distros by default will separate the two, with the EFI partition mounted at /boot/efi and /boot being a separate ext4 based partition. My suggestion is that, if you're running BTRFS, you should merge /boot and / as one partition. You're still free to have a FAT32-based EFI mounted at /boot/efi or better yet /efi.

  • You do realize that you're basically saying your anecdotal experience is better than mine right? So you're basically doing the same thing you're accusing me of, thinking that everyone's experience is like yours. All I asked was whether you actually figured out what the root cause was. From your vague response, I can only surmise you didn't do the least amount of debugging and decided to blame Manjaro just because. All the other distros you tested on weren't even Arch-based, so you don't even have a solid understanding of whether it was actually Manjaro or an Arch issue.

    you’re coming across as a Manjaro shill.

    Seriously? I am not even using Manjaro anymore as per my post. Just because I am not blindly following the crowd and jumping on hate bandwagons whenever I see one doesn't make me a shill. Calm yourself.

  • Nowadays you don't even need a /boot unless you're doing full disk encryption and I actually recommend keeping /boot on / if you're doing BTRFS root snapshots. Being able to include your kernel images in your snapshots makes rollbacks painlessly easy.

  • Nice that share feature looks pretty slick. I might check this out.

    Yeah I frankly don't get why syncthing doesn't implement it either. It's like the only feature that really holds me back from using it, otherwise it's pretty damn slick and has much faster sync than Nextcloud.

  • Eh, RAID 5 and 6 are still viable for home deployments. Not a lot of people want to be running massive drive arrays or expensive disks at home just to get decent storage. I ran a 4x 4TB RAID 5 for close to a decade and it's survived 4 drive rebuilds. The Intel chip on the QNAP machine I was using to maintain that array died before the array itself did. Now I have an NVMe SSD-based array, so drive rebuilds are even less of a concern.

    The other reason why I brought it up is that the article you linked doesn't even mention BTRFS RAID 5 and 6 issues until all the way down at the bottom of the article in a small paragraph, when really it should be in bright red letters at the beginning.

  • Does FileBrowser support creating public links for sharing? I use Nextcloud as a way to deliver large amounts of photos and videos to my clients.

    My issue with Syncthing is that doing partial sync is sort of a pain in the ass. My Nextcloud currently has 290GB of data that I'd rather not completely sync to all of my devices and AFAICT with Syncthing, you still need to fiddle around with config files to do that, and even then its clunky and doesn't work sometimes.

    Yeah I get that Nextcloud is a bit slow but it's definitely more capable as a drop-in cloud storage replacement than other software I've seen.

  • Yes many possible configurations and snapshots.

    Except RAID 5 and 6! Those are still broken on BTRFS and not recommended for use by the devs. It's unfortunate because I just setup a DIY NAS and I had to go with ZFS because of this.