Svinhufvud

joined 2 years ago
[–] [email protected] 2 points 1 month ago

Yes, it breaks native login, but you can authenticate with Authentik on your phone for example, and use Quick connect to authorize non-browser sessions with it.

[–] [email protected] 2 points 2 months ago

I replaced my old 1gbs router with a 2.5gbs one from Protectli! It has coreboot which was the ultimate deciding factor for me, even though it came at a premium.

Installing OpenWRT wasn't difficult, but configuring it correctly to use all the ports took some retries.

I also have been trying to install a pixelfed instance of my own on Podman, but no luck so far; I keep failing at the image building part. I wish they would release images of their own.

[–] [email protected] 2 points 5 months ago (1 children)

Thanks for the reply. Looking at this project now. What reverse proxy did you use? I have regular caddy already as a reverse proxy for other projects and I am wondering how I could use it here as well.

 

Does anybody here have a matrix synapse server on docker / podman set up with a database and redis, one or both?

I am looking to set up such a server but I could use some help / templates, as I found the official documentation on this somewhat lacking (or maybe I just missed the correct page).

[–] [email protected] 1 points 5 months ago

Thanks, an interesting option!

8
submitted 5 months ago* (last edited 5 months ago) by [email protected] to c/[email protected]
 

I am thinking of buing one of these cpus for my upcoming server and I need some help in deciding which to buy.

As a precursory information, I already have a Noctua NH-L9x65 at hand, so I would like to use it for this project.

I am going to run software such as Nextcloud and Jellyfin and maybe some game servers every now and then.

The processors seem to be quite similiar in performance (same number of P and E cores), but Noctua compatibility centre (https://ncc.noctua.at/coolers/NH-L9x65-19) says the cooler could handle the 12600k better than the 14400 which I find weird, since the 14400 has lower TDP as well as lower base and boost clocks.

I prefer power efficiency over plain power in somewhat similiar products.

Which cpu would suit my needs better do you think?

[–] [email protected] 1 points 5 months ago (2 children)

Do you need to do some maintenance to keep the data in the array intact?

I read of some btrfs scrub commands and md checks and such, but I am unsure how often to do them, and what they actually do.

[–] [email protected] 1 points 5 months ago

Thanks for the info!

[–] [email protected] 1 points 5 months ago (5 children)

Could you elaborate on btrfs on top of md raid?

This one seems the most likely solution for me.

[–] [email protected] 3 points 5 months ago* (last edited 5 months ago) (3 children)

Powerloss might happen as I don't have a ups.

And when it comes to mdadm, it just happens to be the first and only redundancy tool I know. I am however open to learn and try new things.

ZFS seems interesting, but: I read that ZFS would require quite a lot of RAM, and I was going for 32 GBs only, would it be enough?

[–] [email protected] 1 points 5 months ago

What are the advantages of this over mdadm raid and bcache?

[–] [email protected] 2 points 5 months ago (2 children)

Are there some advantages of btrfs over raid? I understand how raid works but btrfs for redundancy is foreign to me.

 

I am planning on creating a home server with either 2 (RAID1) or 3 (RAID5) HDDs as bulk storage and 1 SSD as bcache.

The question is, what file system should I use for the HDDs? I am thinking of ext4 or xfs, as I heard btrfs is not recommended for my use case for some reason.

Do you all have some advice to give on what file system to use, as well as some other tips?

 

I am thinking of moving to linux (Debian seemed to suite me) from Windows. I have used lubuntu and and ubuntu somewhat before, but their use has been very limited.

My main use would be to do statistical programming on R and Python. Does Debian have all the CRAN packages I can install on Windows? What about packages on Python? Does Debian suite me at all or should I look elsewhere?