

Come on man… I spent so much time typing this from my phone, with formating and everything…


Come on man… I spent so much time typing this from my phone, with formating and everything…


Hello, I have some experience using Debian in NAS, but none with TrueNAS.
If possible, make a full copy of your pool onto external drives, or another NAS or anything else. If it is not possible to get enough spare storage soace, then at least backup the things your really care about (personal photos, important projects, password database). Just make sure you have a valid backup in case things go terribly wrong ! I am sure everything will go well, but this will give you additional peace of mind.
There are a few things I can think of, many might be obvious, anyway:
More advanced things:
htop or btop for system monitoring in the terminalwireguard is a very nice VPN, it’s easy to configure on all platforms in order to access your NAS from outside your homepowertop is an utility to optimize power saving settings (I’ve not bothered with this until now)hdparm is an utility to manage and configure hard drives, you can use this to configure automatic spin-down after some time of inactivity, this is a bit tricky though.You definitely want to install docker to run most of your services. Please, also add your local user to the docker group to not have to run everything as root. Useful services I use:
It’s been a long time I didn’t have to deal with NVidia. Debian comes by default with the nouveau open source driver, which works but may not give the best performance. I don’t know if it impacts transcoding performance. I suppose it doesn’t give your the NVENC codecs. Anyway, you can install the NVidia proprietary drivers and should be able to transcode.
Debian is a solid option for a NAS, it’s been serving me well for many years. It is set and forget. However. It takes time to setup and the terminal is going to be your main configuration tool unless you go for OMV or another distro specialty made for NAS.
Your main source of information shall be the Debian Wiki. You will find step-by-step guides to install most of the things mentioned above. The Arch wiki is also a good resource, keep in mind that some files may have different locations and package different names across Linux distributions, but configuration should be similar.
Best of luck my friend
I have a Pixel 7 and my wife has the Pixel 6a, I don’t find them particularly well made. My pixel 7 is already show signs of wear with the power button getting stuck after about 2 years of use, with a case pretty much always on. My former phone, Huawei P20 worked flawlessly and was like new after 5 years of use. In the end I wanted to run GrapheneOS and decided for the Pixel. But at this price, I am quite disappointed with the hardware quality.
I am really pissed off because I use to be able to make payments with my phone using NFC just with the Deutsche Bank App, but they rolled out an update on 25th August and now it requires Google Pay and Google Wallet to function. Fuck that !
Is it Signal and Threema leadership that doesn’t want to implement interoperability with WhatsApp or it’s WhatsApp preventing it? Is there any existing 3rd party app that’s compatible with WhatsApp?


He told Newsnight the addiction caused him to isolate himself from friends and family because he was “afraid of anyone discovering that I was hooked.”
Mr Lane described finding “the only place I could get, I guess, love and intimacy was from pornography” at the same time as feeling “heaps of guilt and shame”
The problem seems to have more to do with lack of proper sex education and social pressure rather than pornography. Why did he have to feel so ashamed that he isolated himself? That’s a real issue here!


My router (shit one provided by the carrier) is restarting frequently, I think due to overheating


Not sure this is what you are looking for, but syncthing is for self-hosting and it’s Peer-2-Peer. I use it to synchronize my important documents and photos across my devices, it has options for encryption and file versioning.
Syncthing is the 3 in my 3-2-1 backup strategy. It enables me to maintain 3 copies of my files: desktop, phone, NAS


openmediavault and casas are good noob-friendly OSes for NAS purpose. Much faster and simpler to get it running than some Proxmox and True NAS overkill solution.
You can also just install whatever Linux OS you like, and plug-in some screen, keyboard and mouse and do your setup this way, like any other computer!
For Hardware, I recommend to build a computer out of standard parts. For what you said, a small motherboard with an integrated Intel N100 CPU and a nice looking case like the Jonsbo N2 will sever you well. This is very close to my current setup, using an older j5040 CPU and it runs everything just fine with no effort (Jellyfin w/ light transcoding, *arr stack, Usenet and torrent clients, syncthing, SMB and NFS filesharing, and more)


I second this proposition of DIY build. My current build is an older version of this using an ASRock motherboard with integrated Intel j5040. It’s already very capable! I run Jellyfin with HW transcoding and a dozen other containers and there is still plenty of headroom.
The Jonsbo N2 case is pricey but good quality, nice looking and nice to build with ! Cheaper options are there but not as nice in terms of looks and usability.


You can look into this database: PSU Low Idle Efficiency Database by Wolfgang’s Channel / Google Docs


I once made an animated presentation using Inkscape and an add-on I can’t remember the name of. It was epic and blown everyone’s mind. But it was not worth the effort and I have never attempted this again.


You can use 7zip to archive files into a .7z and protect it with a password. 7zip is cross-platform, it’s available for Windows, Mac and Linux.
Edit: sorry, I see you have already evaluated this option. I don’t know another method that would me more transparent.


Ok, thank you for the explanation. Probably not a project I would use, but it’s very cool that you share your project!


I am not sure to understand the goals of this project. Is it only to interact with radarr and sonarr via CLI instead of accessing the web interface? Am I missing something?


Caddy is the only reverse proxy I have ever managed to successfully make use of. I failed miserably with Nginix and Traefik.
Caddy has worked very well for me for several years now. It gets the SSL certificate from my domain name provider and all.
I have a good experience with the NVidia shield TV (2017). Jellyfin app work great without tinkering and HEVC deciding is supported by this device, minimizing the need of transcoding.
The experience outside of Jellyfin needs some work though, to get an ad-free experience. Once Projectivy Launcher and Smart Tube installed and configured, I am fully satisfied.
I haven’t played too much with Raspberry, I think HW decoding is still a point of pain.


Take the time to properly understand Linux file ownership and permission. Permission will be the cause of many issues you will encounter in you self-hosting journey on Linux. Make sure you know the basics of chmod (change permission) and chown (change ownership), Linux users and groups. This will save you some head-scratching, but don’t worry, you will learn by doing !
Remember that, if you setup everything right, especially with docker, running as root / with sudo is not required for any of the services you may want to run.


I use 2 VPN with my setup:
I have to look into that, thanks !