• 0 Posts
  • 32 Comments
Joined 1Y ago
cake
Cake day: Jun 14, 2023

help-circle
rss

You could setup imapsync and sync your Gmail to a self hosted IMAP server and just never delete your mails.


Gitea or forgejo, for hosting your repo and managing access rights. WoodpeckerCI when you eventually need a CI/CD. (Is a fork of DroneCI and integrates nicely with gitea.)


Does anyone know if there is a way to use mythtv as a TV backend for jellyfin?


I used it back in the day when I still had analog Cable TV and a digital capture card. MythTV was a pain in the ass to setup. The UI was horrible and if you were trying to setup satellite, it could get really complicated if you didn’t know what you were doing.

That being said, MythTV is probably hands down the best digital recorder I’ve ever used. Like for LiveTV it sucks, because channel switching takes ages until it’s built a recording buffer. This might be less of an issue on SSDs now, like I said I haven’t used in ages. But MythTV had some of the best features in terms of scheduling recordings, avoiding conflicts and skipping commercials.

Once I started using MythTV, I stopped watching live TV entirely. Since I simply just recorded stuff I was interested in.

I’ve used MythTV, TVheadend and NextPVR. MythTV has the best recording features. TVheadend in combination with Kodi has the fastest channel switching, which is great if you just want to channel hop. NextPVR is decent and IMHO the easiest to setup out of the three. But is lacking in certain areas.


Not really with mdadm raid5. But it sounds like you like to live dangerously. You could always go the BTRFS route. Yeah, I know BTRFS Raid56 “will eat your data”, but you said it’s nothing that important anyways. There are some things to keep in mind when running BTRFS in Raid5, e.g. scrub each disk individually, use Raid1c3 for metadata for example.

But basically, BTRFS is one of the only filesystems that allows you to add disks of any size or number, and you can convert the profile on the fly, while in use. So in this case, you could format the new disk with BTRFS as a single disk. Copy over stuff from one of your other disks, then once that disk is empty, add it as a additional device to your existing BTRFS volume. Then do the same with the last disk. Once that is done, you can run a balance convert to convert the single profile into a raid5 data profile.

That being said, there are quite a few caveats to be aware of. Even though it’s improved a lot, BTRFS’s Raid56 implementation is still not recommended for production use. https://lore.kernel.org/linux-btrfs/20200627032414.GX10769@hungrycats.org/

Also, I would STRONGLY recommend against connecting disks via USB. USB HD adapters are notorious for causing all kinds of issues when used in any sort of advanced setup, apart from temporary single disk usage.


Mailcow allows users to setup their own aliases similar to gmail with a “+” delimiter. E.g. username+randomalias@domain.com.


Mislabeled files, not so much. Since there isn’t really a way to verify the content until it’s downloaded. You can adjust things like which file sizes are considered a certain quality, e.g. HD or 4k. But one approach could be that you define tags for release groups which you know and trust. And give those tags a higher score. This should lead to releases by those groups being preferred.

You can of course add multiple tags with positive and negative scores. For example I use tags to give a higher score to releases that have 5.1 audio, or which are non-hdr.


You can try to faff around with keywords and tags, e.g. give x264 or x265 a higher score rating, etc… As a failsafe you can configure a trashcan location and specify that all deleted files go there first and don’t get emptied for X amount of days.



UPS with usb allows you to configure a script to properly shutdown your server when a power outage happens and the UPS battery is about to run out.


Sure, somebody has to keep an eye on AI. (Pun intended).


Not surprising when corporations and special interest groups practically run the U.S. Government.


Do you have a NAS at home with enough storage? You could use wireguard to setup a vpn tunnel, then mount your NAS’s storage on your vps via nfs and using cachefilesd. If your upload speed is sufficient, this can work pretty well without too much waiting for a stream to start.


Short answer, no. Nobody knows. At least not unless you can accurately predict exactly how many API calls and how much data you will transfer.


Setup jellyfin and pick up a 4k Google Chromecast for your TV. Then use the jellyfin client app on that. Nice and easy.




I don’t quite see the use case for this. Jellyfin shows poster art for your media. Or are you outputting to a different display than you are watching your media on?


In 99% of cases, jellyfin can act as a drop in replacement for Plex. Since it’s open source, you can easily set it up via docker and test it out, if it fulfills your needs.



Depending on your client, there may be different directories for complete and incomplete torrents, so you may have to put the downloaded files in the incomplete folder. If your client only checks the incomplete folder when starting a torrent.


I usually shy away from VMs because I have to dedicate a fixed amount of resources, e.g. ram.

I tend to rely on docker or bare metal services on a server. But I don’t use a server for gaming.


Am I missing something here? Why use a VM for gaming?

I’ll take Linux with proton any day over all that faffing with windows and a GPU pass through.


Republicans: “Free market!” Also republicans: “Buy American” “we need to ban Chinese companies from importing and selling goods in the u.s.” “Outsourcing labor is just smart business”


I’ve given up on multiplayer. Too many kids that apparently had relations with my mom.


2 main issues with it:

Too slow for the average user. A lot less torrents available.


I self host using mailcow. Easy setup. Prevents most of the beginner pitfalls via exemplary documentation.


With nextcloud you can create shared folders. You can give him access to the shared folder via his own account. Anything put inside the shared folder is available to you both. He won’t be able to access the rest of your stuff.

Unless he has admin access to the server itself. But you can also enable encryption.


Containers, unless you have a specific need for a VM.

With a VM you have to reserve resources exclusively. If you give a VM 2gb of ram, then that’s 2gb of ram that you can’t use for other things, even if the guest OS is using less.

With Containers, you only need as many resources as the process inside the container requires at the time.


Sorry didn’t read your post entirely before I answered. Are you trying to have a second separate site, or just an alternative domain pointing to the same site?


Run the certbot client again and this time specify all the domains you want to be part of one certificate.


Technology is complicated. Period. Anything that “seems” simple is in reality extremely complicated underneath the hood. A GUI is nice as long as it works. But if for some reason it doesn’t, you’re shit out of luck.