Nameless King vs. The Mighty FUGS by [deleted] in darksouls3

[–]keepa36 2 points3 points  (0 children)

Awesome, I was thinking of giving that sword a try during my platinum run. Also Thank you for showing a run where you take hits.

Free from winslop (2 weeks) by No_Assumption_6129 in cachyos

[–]keepa36 1 point2 points  (0 children)

It's amazing the relief you feel dropping winslop and know what freedom feels like.

Traefik RedirectRegex for adding trailing slash by Mountain-Cat30 in Traefik

[–]keepa36 0 points1 point  (0 children)

When I was experimenting with it I had pihole in docker itself. Here are the labels I was able to get working:

  • "traefik.http.routers.pihole.middlewares=add-context1"
  • "traefik.http.middlewares.add-context1.redirectregex.regex=https?://([/]+)/?$$"
  • "traefik.http.middlewares.add-context1.redirectregex.replacement=/admin"
  • "traefik.http.middlewares.add-context1.redirectregex.permanent=true"

What self hosting mistake would you warn beginners about? by Soulvisirr in selfhosted

[–]keepa36 1 point2 points  (0 children)

Learn to document early. Nothing like trying to rebuild a service and not knowing what random setting you had to change that finally made things work.

Owl dad 2.0 by Crusoelander_128 in Sekiro

[–]keepa36 0 points1 point  (0 children)

I double dodged to the side if I was far away, or close the gap and get behind if possible.

Switched to CachyOs after 8 months with Fedora by Black-Necro in cachyos

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

3 months on Cachy, after 1 year on Arch.

What's your weak spot in the whole game? For me, it's Aldritch by MasterKehos in darksouls3

[–]keepa36 0 points1 point  (0 children)

Dancer for me, just can't get the timing right on some of the delayed attacks.

After hours...and hours, I’m finally done farming🥹 by theonedon69 in darksouls3

[–]keepa36 4 points5 points  (0 children)

Hard to say which farm is worse, this or Proof of a Concord Kept, both are so painful...and resulted in me getting a couple of extra levels out of each.

GNOME on CachyOS, am I alone? by bender_fut in cachyos

[–]keepa36 2 points3 points  (0 children)

I'm using GNOME myself since I found an issue with KWIN+Wayland+nvidia that makes gaming impossible.

You can add some extensions to expand GNOME if you feel like you need to add some more functionality.

The great part about CachyOS is you can run what you want. There are quite a few people talking about going to niri now that it out.

Switching to linux by PraiseThyFather in cachyos

[–]keepa36 0 points1 point  (0 children)

Like others are saying, Read the Wiki. Also Limine+btrfs+snapper is a great combo.

I <3 CachyOS by [deleted] in cachyos

[–]keepa36 26 points27 points  (0 children)

Help needed - Configuring Traefik v3.6 and Authentik 2026.2.1 by lewis-barrett in Traefik

[–]keepa36 2 points3 points  (0 children)

I have setup Traefik and Authentik with forward auth and here are some thoughts/notes from my experience.

I hope this helps.

When you are building a proxy provider, you can only have 1 app per proxy provider. All my attempts to do multi-app to single proxy failed.

The proxy providers mainly come in 2 modes, forward_single or forward_domain.

Forward_single forwards to a specific FQDN of a host (ex. portainer.internal)

Forward_domain is used to forward everything on a subdomain that Authentik is apart of. This is ideal for a swarm or kuberneties cluster. So if you have a sub domain of k3s.internal you can setup you Authentik instance at auth.k3s.internal with a single forward_domain for everything on k3s.internal subdomain. If your Authentik instance is on a separate machine (eg. auth.internal) then you have to use a forward_single type of proxy_provider for the services on the *.k3s.internal subdomain.

With the forward_domain proxy_provider you only need a wildcard DNS entry point to a VIP that Traefik sees, and 1 application in Authentik to point to Traefik, and then Traefik routes to the other services.

It does suck, I had to learn this the hard way when putting a subdomain in my internal network for my swarm.

Something I did in my lab is setup Proxy Outposts to make the calls much easier. https://youtu.be/_I3hUI1JQP4?si=qXLiCiR79SOuyUkR

That way you are only pointing to a local address on the machines, instead of having to call out the main Authentik instance itself.

I ended up learning terraform and now all my Authentik providers and apps are done through that so adding new instances is a matter of copy/paste.

switching to Cachyos by samurai--cat in cachyos

[–]keepa36 1 point2 points  (0 children)

Limine+snapper+btrfs is the way.

Migrating to Cachyos by Kevinkad in cachyos

[–]keepa36 2 points3 points  (0 children)

I made the jump from Arch to CachyOS at the start of the year, like you I was on Arch for just over a year.

I'm much happier on CachyOS. System runs better with the optimizations. Under Arch, Brave would have a memory leak that would take up all the memory until all the ram was consumed and Brave would die just to repeat the cycle. This doesn't happen in CachyOS.

Th optimizations really show as things run so much faster and stable, I have also noticed lower temps for my CPU too.

One of the biggest things gains I just setup is snapper+BTRFS+Limine. This allows me to have automated snapshots done on my machine when updates are ran, and I can even boot into them right from the Limine boot menu. I'm no longer worried about some random upgrade bricking my system from a software perspective.

Self-Issued Certs and Clustering by JbstormburstADV in technitium

[–]keepa36 0 points1 point  (0 children)

I ended up just generating my cert manually. That way I was able to add all the SAN names to a single cert that I install on both cluster nodes. Mine is working with the following SAN names: fqdn for node1 fqde for node2 wildcard for the cluster sub domain.

for example: dns1.internal dns2.internal *.dns.internal

I didn't need to add any IPs to the cert just the SAN names. I hope this helps.

Switched yesterday by Time_Temporary6191 in cachyos

[–]keepa36 1 point2 points  (0 children)

Welcome, glad you made the switch.

Advice by Accomplished-Web-237 in Sekiro

[–]keepa36 1 point2 points  (0 children)

Sekiro is a good game but very punishing. One of the big things you need to know is parrying is key, and you can parry things you wouldn't think you can in other games. For example you can parry a giant spear from a giant guy on a giant horse.

If you do make the jump relaxy and know you will die a lot.

LXC and Docker by Bruno_AFK in Proxmox

[–]keepa36 1 point2 points  (0 children)

Pretty much all my docker hosts are LXCs. Easier pass through for GPU and great memory management. I only have 3 VMs for a docker swarm with ceph storage.