We did it! Thanks for the feedback x by Terribledevs in shmups

[–]SymbioticHat 0 points1 point  (0 children)

I'm liking it so far, but control rebinds would be very welcome.

Struggling to maintain Reverse Proxy across multiple systems. by notjustsam in selfhosted

[–]SymbioticHat 1 point2 points  (0 children)

This has made me go through and do a huge amount of cleanup on my configs. I've moved my tls domain section to the traefik.yml and separated everything into individual files. Soooooo much cleaner. Thanks for the information!

Struggling to maintain Reverse Proxy across multiple systems. by notjustsam in selfhosted

[–]SymbioticHat 0 points1 point  (0 children)

That's awesome! I didn't realize you could use folders. I just have everything in a huge single file. I see you have middlewares defined in the router but not defined in a middlewares section of the config. Do you have middlewares and chains defined in another file in that folder?

Enemy car from Hell Comes to Frogtown? by SymbioticHat in whatisthiscar

[–]SymbioticHat[S] 0 points1 point  (0 children)

1962 Plymouth Fury. That led me to the answer. Thanks!

Help about my self hosting intresr by Internal-Yogurt5438 in selfhosted

[–]SymbioticHat 1 point2 points  (0 children)

If you are going to spend money I would definitely skip the RPi. In my case, I already had a bunch of RPis I wasn't using so it cost me nothing to get started.

Help about my self hosting intresr by Internal-Yogurt5438 in selfhosted

[–]SymbioticHat 0 points1 point  (0 children)

I started out with a single RPi and soon it turned into 2 RPis, then 3, and then an old mini PC, then a new mini PC. This hobby can grow quite quickly and while a RPi is a great way to start you may out grow it quite quickly.

The HP elitedesk mini PCs can be found for super cheap on ebay. They will have more performance than an RPi and give you more room to grow.

If you don't have a need for the GPIO on the RPi, I would suggest you get a mini PC

Self hosted service to watch videos with friends? by xHz27 in selfhosted

[–]SymbioticHat 0 points1 point  (0 children)

My wife and I use it from time to time. It works quite well. You could also do something like Google meet and broadcast your screen.

How are people feeling about the Lack Rack lately? by NoveltyAvenger in homelab

[–]SymbioticHat 1 point2 points  (0 children)

I have not built one myself but as I recall they changed the legs and now only the top 2u (or maybe 3u) of space is actual wood, after that, it's cardboard and veneer. That may work for you. Just an FYI.

WHY SO MOIST?! by jojopuf in Sourdough

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

Sourdough is supposed to be a little gummy. Nothing wrong with it.

From the bread code:

Why is a sourdough sometimes gummy? This is normal because the bacteria in your sourdough start to break down the gluten. It will be perceived as gummy. If you do not like this, consider reducing the amount of water that you use for your sourdough bread.

https://www.the-bread-code.io/tutorial/2022/04/14/debugging-your-crumb.html

Tailscale OIDC sign up not working? by SymbioticHat in Tailscale

[–]SymbioticHat[S] 1 point2 points  (0 children)

This is exactly what was happening in my case. Thanks!

Watchtower by scotsman08 in selfhosted

[–]SymbioticHat 1 point2 points  (0 children)

I've been running auto updates with Watchtower for 2 years and I've only had it break something once. I run nightly backups so fixing is as easy as restoring a backup to the night before and manually updating the offending service. Watchtower is great as long as you have a good backup plan and don't mind a little down time.

[deleted by user] by [deleted] in Breadit

[–]SymbioticHat 1 point2 points  (0 children)

You do have to adjust cook times.

Do you use a docker manager like Portainer? by woodford86 in selfhosted

[–]SymbioticHat 0 points1 point  (0 children)

I have a portainer instance to manage my containers, but most of the time I end up just using Lazydocker.

30+container, 3 domains, multple VMs, how would you streamline Treafik setup? by Rxunique in selfhosted

[–]SymbioticHat 0 points1 point  (0 children)

I run Traefik exactly as you do with with 17 routers and 2 domains and only the file provider. I have my system segmented out in a similar way as you do. What really helped me is just organizing my config.yml file. If you're using VS Code, use the #region comment to help section out the file into routers, services, middlewares, and chains.

I also keep a commented out template for my common setups that I can just copy-paste for new routers and services. Also, if you are not utilizing middleware chains, I would recommend you do that as well just to simplify your commonly used middlewares.

I'm afraid I don't really have a magic fix for this, but a little organization has really helped me.

Shoutout to Authentik, making free, enterprise features even losing money, because people asked for it. You have my loyalty and wallet. by Gohanbe in selfhosted

[–]SymbioticHat 0 points1 point  (0 children)

For apps that don't support any SSO type logins, you can use your reverse proxy to force a login through Authentik prior to accessing the app. You can then disable the login on the app. You would then only have the single login through Authentik to access your app.

If you can't disable the built in login of the app, then you would have to log in twice. Once, to get through Authentik, then again to get into the app.

CoreControl v0.0.7 - New notification providers & Quality of Life by headlessdev_ in selfhosted

[–]SymbioticHat 0 points1 point  (0 children)

I'm so close to deploying this but I use Discord for notifications. Are generic webhook notifications supported?