Svinhufvud

joined 2 years ago
[–] Svinhufvud@sopuli.xyz 2 points 6 days 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.

[–] Svinhufvud@sopuli.xyz 1 points 1 month ago

NovaCustom: Coreboot, Linux support, customizable, spare parts.

I have no personal experience, but their products seem nice, though expensive.

https://novacustom.com/

[–] Svinhufvud@sopuli.xyz 2 points 1 month 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.

[–] Svinhufvud@sopuli.xyz 2 points 4 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).

[–] Svinhufvud@sopuli.xyz 1 points 4 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.

[–] Svinhufvud@sopuli.xyz 1 points 4 months ago

Thanks for the info!

[–] Svinhufvud@sopuli.xyz 1 points 4 months ago (5 children)

Could you elaborate on btrfs on top of md raid?

This one seems the most likely solution for me.

[–] Svinhufvud@sopuli.xyz 3 points 4 months ago* (last edited 4 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?

[–] Svinhufvud@sopuli.xyz 1 points 4 months ago

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

[–] Svinhufvud@sopuli.xyz 2 points 4 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?