OminousOrange

joined 1 year ago
[–] OminousOrange@lemmy.ca 2 points 2 weeks ago

Many of the chargers around me in Canada (Flo) charge by the minute. They're not often full, but I do think it discourages idle time. I think a system that can detect high demand (all chargers in use) and activate demand pricing, which is significantly higher, for any vehicles over 80% would deter people essentially parking at fast chargers.

[–] OminousOrange@lemmy.ca 2 points 2 weeks ago (2 children)

Bicycles can't or vehicles can't? There's a vast difference in weight and I imagine most wouldn't even notice.

[–] OminousOrange@lemmy.ca 7 points 3 weeks ago (1 children)

Also terrified of the same with my 9 month old, but you're right, my Ioniq also gives a reminder to check the back when the driver door is opened if the rear doors had opened prior to the drive. I hope I won't need it but it is nice to have.

[–] OminousOrange@lemmy.ca 16 points 3 weeks ago (9 children)

It's kind of skewed with some sports having several events (swimming, gymnastics) where one person can earn many medals and many that are just one unique event.

Interesting to see some variations in the mix though, like 3 on 3 basketball.

[–] OminousOrange@lemmy.ca 1 points 3 weeks ago

Unfortunately there isn't really an all-in-one guide. TechnoTim has info on the Pi-hole config side and wildcard certificates, but I think he uses it with traefik.

NPM is pretty straightforward. If you find a site isn't working, try turning on Web Socket support.

I'd say just search for guides on each part individually:

  1. Get all the services installed and up and running
  2. Get SSL certificates from Cloudflare for your domain.
  3. Set up NPM for the services you want to reverse proxy with your Cloudflare SSL certs (they wont work until the next step is done)
  4. Set up pi-hole to be your local DNS (there's also adblock lists to add) and configure it to send all service(.lan).mydomain.com to the ip of NPM.
  5. Set up the Cloudflare tunnel.

I can try to help if you run into any issues.

[–] OminousOrange@lemmy.ca 7 points 3 weeks ago (3 children)

Don't big macs come in boxes?

[–] OminousOrange@lemmy.ca 7 points 3 weeks ago

Sounds to me like more of a reason why we should.

[–] OminousOrange@lemmy.ca 3 points 3 weeks ago (2 children)

On what grounds? Surely no one with a regular job would sign a contract prohibiting them from discussing the details of their employment.

[–] OminousOrange@lemmy.ca 5 points 3 weeks ago (6 children)

Why would we be sued? It's definitely not illegal here in Canada to discuss your employment details.

[–] OminousOrange@lemmy.ca 12 points 3 weeks ago

That's their point, they don't get a corresponding discount for using cash.

[–] OminousOrange@lemmy.ca 12 points 3 weeks ago (2 children)

I'm definitely not a network pro, but it sounds like you're looking to do something similar to what I have.

I've got nginx proxy manager as my reverse proxy with pi-hole for local DNS. All traffic goes through the pi-hole and anything going to mydomain.com has DNS entries pointing to nginx. I've set nginx up so service.lan.mydomain.com is for anything local and just service.mydomain.com for anything external with wildcard SSL certs for both (*.domain doesn't seem to cover *.lan.domain so add certs for both - probably because it's a sub-subdomain).

The Cloudflare tunnel can then just get directed to service.mydomain.com instead of the IP of the service.

view more: ‹ prev next ›