Skip Navigation

Posts
31
Comments
373
Joined
2 yr. ago

  • Where did you have it setup? Is your proxy configured to forward the real IP?

  • Nah, that one conflicts with my IPoAC networks unfortunately :(

  • I did have that same thought actually, with opening up opnsense to be modified. But I also like the idea of it getting blocked before it even gets into my network, instead if letting it in initially and then blocking afterwards - that's kinda the whole job of a firewall after all ha ha

  • Awesome that makes a lot of sense, cheers. So I'll install the Crowdsec agent on the Nginx Proxy Manager, and potentially also on the servers.

  • Thanks those links were helpful to get me on the right path. I like that there is a plugin for Opnsense directly and has that central LAPI, because I'd need something similar if I was to use f2b.

  • CodeBerg is a public instance of Forgejo. You can run your own local instance of Forgejo.

    At some point they'll have federation working so you'll be able to use your home instance of Forgejo to interact with other projects/instances.

  • Permanently Deleted

    Jump
  • ITX is fun to build, but really limits your options and expandability.

    For an ITX build make sure you've got a CPU with integrated graphics, so you're not wasting a slot for a GPU. You can also get an internal SATA/RAID card to expand the amount of drives you can have.

  • I have some alerts like that using Pushover. You can set it to treat high priority alerts like an alarm which bypasses things like do not disturb and silence etc

  • It can be pretty frustrating when dealing with old code bases. However its introducing a lot of really great features, so if you've got the time to either start a new project or rewrite with the more modern features you'll be fine.

  • Maybe, but it definitely helped keep it playable.

  • Kinda, I have this issue with Diablo 4. It might with work other games that use dxvk, but you van try creating a config file in the same directory as the executable:

    "dxvk.conf" with the following lines: dxgi.maxDeviceMemory=8192 dxgi.maxSharedMemory=8192

    Worth a shot.

  • Power up!

  • So, I only just got into their eco system. The main selling point is it didn't have subscriptions needed.

    Where to from here? When they inevitability add required sub's.

  • I got pretty late into the Linux world after having been a Windows admin for years. I got so used to powershell that I still can't really put together a decent bash script without going over previous scripts or going online for help, but I can still smash out a powershell script easily.

    Use what your most comfortable with, but you'll need bash at some point if you manage Linux servers.

  • What's an Airsoft "cheater"?

  • Where ever you need me ha ha. I'm a Java dev, never touched Flutter nor Dart before, so we will see how productive I can be. Hopefully there are some good first issues that aren't too in depth initially just to wrap my head around it all. Learning your code base is one thing, but learning Flutter + Dart is a whole other thing :S

  • Oh, that works? That's some inception level containering right there

  • That could work. Wouldn't help for any Lemmy apps though unfortunately.

  • That might be a better option really. I might check that out. I kind if wish Proxmox had Docker integration instead of lxc but that's a different topic.