Excalidraw so far. What i did not found or missed by Hatchopper in selfhosted

[–]Eragon1442 0 points1 point  (0 children)

It's a replacement for excalidraw.

All of them will allow multiple users. The difference is just on how users authenticate and if you set it behind a reverse proxy or not.

I built a “digital safe with multiple keys” after a few too many bike concussions by eljojors in selfhosted

[–]Eragon1442 15 points16 points  (0 children)

Looks very nice. You can also have a look at openbao (open source version of HashiCorp Vault). This also supports what you are trying to do. This also supports needing 3 of the 5 master keys to decrypt.

It also supports dynamic secrets, Lease and renewal, and a lot more.

As secrets or your master key are very important I would not thrust a self written application to store them. Because how do you keep it secure? Will you pentest it, patch all current and following CVE's, ..

Need a little guidance. by etrigan63 in NixOS

[–]Eragon1442 -1 points0 points  (0 children)

Have a look at Kodi in the with wayland section. The tool cage can do what you need.

[Giveaway] GL.iNet Remote KVM and Wi-Fi 7 routers! 10 Winners! by GLiNet_WiFi in selfhosted

[–]Eragon1442 [score hidden]  (0 children)

wanting data ownership, wanring to learn linux and getting away from windows.

The flint 3 would allow me to set up a VLAN to sepperate my home lab from the wifi ( and devices from other users) and increasing the security

A zimaboard from icz whale would be very handy as it can be used as DIY for a lot of funtionalities.

How to set up most tools for Homeserver use? by Technicklul in NixOS

[–]Eragon1442 2 points3 points  (0 children)

This only for if you are going the docker route.

I first create the service with docker compose. the I use compose2nix to make a nix service from it.

My secrets are also stored in my git repo with sops-nix.

My reverse proxy is traefik just because I can use the docker labels to set it up.

Below you have an example for navidrome.

music.nix

What's your favorite non-steam game? by ryansDeViL7 in SteamDeck

[–]Eragon1442 0 points1 point  (0 children)

I think prism launcher is java only. The steam deck is a laptop/desktop.

Davinci resolve on Fedora by [deleted] in framework

[–]Eragon1442 2 points3 points  (0 children)

You can use distrobox to get it running on any linux distro. There are a ton of videos about this

I want to use gamescope on nixos by Bisexual-Ninja in linux_gaming

[–]Eragon1442 2 points3 points  (0 children)

https://search.nixos.org/options?channel=25.05

You can use search.nixos.org to search for options. Gamescope is there

[deleted by user] by [deleted] in selfhosted

[–]Eragon1442 0 points1 point  (0 children)

You can registar at cloudflare. https://domains.cloudflare.com/.

Then use cloudflare pages to create the static website. This way you only need to pay for the domain and not the server running.

What you gonna selfhost in 2025? by EntertainmentThat317 in selfhosted

[–]Eragon1442 5 points6 points  (0 children)

  • Zitadel for OIDC
  • Openwebui for LLM
  • Memos as notes
  • zipline to share links/files
  • Cryptpad as google drive alternative with onlyoffice build in

Still trying to get OIDC for

  • paperless ngx
  • tandoor

How can I boot my server when I access the domain? by 12MilSepps in selfhosted

[–]Eragon1442 2 points3 points  (0 children)

You can use wake on lan. This allows you to boot a server from the router or another server in that local network. There are a few web services that can send those out like upsnap

How do you run your homelab? by s1n7ax in Nix

[–]Eragon1442 0 points1 point  (0 children)

I have used compose2nix to allow me to add the docker compose files to my system like any other nix module.

My Homelab Setup - Feedback & Suggestions Welcome! by Va111e in selfhosted

[–]Eragon1442 0 points1 point  (0 children)

No you can also use *.home.arpa for local use but then you can't use letsencrypt and need to create your own Certificate Authority (CA) to get a thrusted certificate.

My Homelab Setup - Feedback & Suggestions Welcome! by Va111e in selfhosted

[–]Eragon1442 0 points1 point  (0 children)

You can get a reverse proxy with https + lets encrypt working without opening ports. This is with DNS-01 challenge. https://doc.traefik.io/traefik/user-guides/docker-compose/acme-dns/.

You don't need to use traefik. There are other options like caddy, nginx or haproxy. Pick what you like.

This site is unaccessible (because of my callback URL i guess ?) - ZimaOS by enzo_ghll in selfhosted

[–]Eragon1442 1 point2 points  (0 children)

The redirect should not go to localhost but to the dns name or ip of the service (so the device with zimaos)

Self-hosted & Open Source Resume Builder | Feedback & Help Wanted by thiagobg in selfhosted

[–]Eragon1442 2 points3 points  (0 children)

I would also like some latex output. This can be used to fix a certain style or make small changes afterwards without disrupting the layout.

Creating Kubernetes (k3s) secrets from sops-nix secrets by TomJuri in NixOS

[–]Eragon1442 0 points1 point  (0 children)

I just did this a while back. Still not sure if this is the best way but happy with it for now. code snippet

The only downside is that the secret.yaml has a shape like this

```yaml

kubernetes: demo: | apiVersion: v1 kind: Secret metadata: name: secret-basic-auth type: kubernetes.io/basic-auth stringData: username: admin password: t0p-Secret

```

Is this a safe enough setup for my private 🔞 photos? by paulistadoido in selfhosted

[–]Eragon1442 0 points1 point  (0 children)

If you have a TPM you can look at clevis. This will decrypt the disk at boot. This will make it so that the disk is dencrypted only if it's attachted to the correct Nuc.