• 1 Post
  • 31 Comments
Joined 1Y ago
cake
Cake day: Jun 09, 2023

help-circle
rss

Pfsense is built on this, but it has some free software issues.

OpnSense was a pfsense fork from some of them original creators, that is free software.

Both are fantastic.



The treaties the federal government has say they will maintain water infrastructure?

Don’t get me wrong, they should, and we shouldn’t leave people behind. I’m just trying to figure it all out


I want everyone to have access to clean potable water. But in my community, that’s the manicupalities responsibility, not the federal government. Genuine question, why is that different for first Nations?

Another genuine question. Why are so many first Nations without it, if they’re all seperate communities with separately managed water systems?


Doubt. You probably need to set the file owners in your volume to the same user running in the container.



It’s a cli tool, so you can call it within another call using dollar sign syntax

terraform apply --var "myvalue=$(pass path/to/value)"

I’m using pass at home, but I’ve used hashicorp vault at a few jobs with great success.

IBM just forked it to openBao as well to get around the business license, if that’s a concern for your. But honestly I’d trust hashicorp more than IBM at this point.


You can try putting it on pretty 443 or another tls port. It’s not a perfect solution but it could help for your specific setup.


Wireguard is e2e encrypted, no middleman can inspect the packets without the private keys.


https://discord.com/servers/8311-886329492438671420

Get rid of their junk equipment and put something decent in. Discord link is a group dedicated to doing just that. You may find info for your specific ISP.

If you do it right, you won’t even need their gear inline at all.



We have a team of 6 and rotate on call regularly. I’m in the US and receive no benefit for on call specifically, but other regions do. My salary more than covers the inconvenience though.



You could always add them to the allow list so they don’t get blocked.



Moving the port doesn’t reduce attack surface. It’s the same amount of surface.

Tailscale is a bit controversial because it requires a 3rd party to validate connections, a 3rd party that is a large target for threat actors, and is reliant on profitability to stay online.

I would recommend a client VPN like wireguard, or SSH being validated using signed keys against a certificate authority your control, with fail2ban.


Sounds like you were out of resources. That is the goal of a DoS attack, but you’d need connection logs to detect if that was the case.

DDoS attacks are very tricky to defend. (Source: I work in DDoS defence). There’s two sections to defense, detection and mitigation.

Detection is very easy, just look at packets. A very common DDoS attack uses UDP services to amplify your request to a bigger response, but then spoof your src ip to the target. So large amounts of traffic is likely an attack, out of band udp traffic is likely an attack. And large amount of inband traffic could be an attack.

Mitigation is trickier. You need something that can handle a massive amount of packet inspection and black holing. That’s done serious hardware. A script kiddie can buy a 20Gbe/1mpps attack with their moms credit card very easily.

Your defence options are a little limited. If your cloud provider has WAF, use it. You may be able to get rules that block common botnets. Cloudflare is another decent option, they’ll man in the middle your services, and run detection and mitigation on all traffic. They also have a decent WAF.

Best of luck!



Very common.

Don’t feel pressured to approve anything you don’t want to, but still be chill. It’s just work after all. (This duality takes years to figure out, but if you can, you’ll be very valuable)

Get the PM involved. Bring it up in retro and stand up.

Examples.

“I don’t feel this is PR is up to our company standards. Here’s a link to the document. Specifically tests are breaking, coverage is reduced, and your using global variables. If you need help with quality we can code pair next sprint or if I finish my tasks early. Let me know”

“Just a reminder that we have 3 PRs with needs work sitting in the queue. If you’re not able to finish them before the end of the sprint, let the scrum master/PM know in case it’s a high priority”

“We’ve all signed off on a standards guideline, and lots of PRs are falling short. Either we need more training time each sprint to reach it, or were going to have to officially reduce our standards. Let me know which one the CTO prefers”


Your host sets it’s own DNS servers, if the router isn’t on the list, they don’t get pinged. Now they could try to man in the middle you, so you could try DNS over TLS, but it’s probably not your issue.

You’re DNS server settings likely never took hold. Like if you use a DHCP client, then override your DNS settings, that won’t take effect until you request a new DHCP connection.

Some Linux distros will have local DNS servers that you always point to which are a pain to update as well. Not sure about Windows and MAC.

good luck man!


Try changing your DNS server in that case!


I would migrate the domain. Don’t bother with flakey services. Cloudflare free tier can do some amazing things.

In the meantime set it in your host file to the correct IP to get by.


I migrated from Plex to jellyfin.

I tried it out when I couldn’t get HEVC files to steam on Plex, and i liked it!

It doesn’t have the full ecosystem around it that Plex does, but that’s fine by me.


Buddy’s writing is a bit pretentious, I had to stop reading a few paragraphs in.

It’s too bad, too. I likely agree with him.


The only selfhosted github I know about is github enterprise.

If you just want to host git repos, gitea, and gitlab are good. You don’t need that to host git though, git is peer based and doesn’t require a fancy dashboard to work.


The suggestions here are good for production. Over used aws secret manager and hashicorp vault before and both did everything we needed.

I find they’re too much firepower for selfhosted, and prefer pass

https://github.com/peff/pass

Simple commandline tool, backed by a gpg encrypted git repo. Perfect for small use cases!


Sounds like Lemmy is a better place for your posts! If you’re still in r/selfhosted, let them know about us over here!


I believe the meta data of the links are scrapped from the meta tags in the header of the site. The info you see before clicking a link was configured by the host for that purpose.



I’m in Miami, as a network developer engineer, coming from the devops side originally.

The culture shock was a lot. Lol.


  • jellyfin and Plex (in the process of migrating)
  • radarr/sonarr
  • jackett and deluge
  • nextcloud

I’ve had new hardware in the basement now for a while, going to slap it together and build a k8s cluster on top of rancher/harvester