Tinkerer

joined 2 years ago
[–] Tinkerer@lemmy.ca 4 points 4 weeks ago

It was relatively easy once I figured out that netbird doesn't support a wildcard certificate. They just released and update that fixed that and they now support subdomains. I also do still have headscale as a backup if I need it.

[–] Tinkerer@lemmy.ca 1 points 1 month ago (1 children)

Oh yeah I know. I'm mostly only able to use deep servers and that's why I switched because j wanted to be able to use my own deep server and not have to rely on tailscales.

[–] Tinkerer@lemmy.ca 1 points 1 month ago (1 children)

I actually had the opposite and the tailscale app would drain my battery when using one of my exit nodes. I will say the netbird app needs some love. My biggest issue is that it doesn't stay connected or is able to reconnect when I change WiFi networks or go from WiFi to cellular.

[–] Tinkerer@lemmy.ca 8 points 1 month ago* (last edited 1 month ago) (3 children)

I could never get the self hosted stun server to connect so I was always using tailscales derp servers. Netbird is also fully opensource so that was the main reason I wanted to switch. I was also able to easily setup SSO with authentic and netbird which gives me 2FA as well.

 

I know nobody at Netbird will see this but I just finished setting up netbird via podman quadlets with traefik and its absolutely amazing!! I was using headscale before. I'm getting near at home speeds and I'm using the stun server as I can't get a direct connection because of firewalls. The dashboard and documentation is mint and I can't thank the people at netbird enough for the recent huge update that makes setting it up so much easier.

Next to my Home Assistant this is my second favourite and important piece in my homelab.

This is why I love open source!

Thank you!!

[–] Tinkerer@lemmy.ca 5 points 1 month ago

I just setup authentik in podman quadlet and got a lot of my services setup with it. Their documentation is actually very good and thorough. It covers a ton of services with easy to follow instructions.

[–] Tinkerer@lemmy.ca 5 points 1 month ago* (last edited 1 month ago)

Ok looks like I figured it out, turns out Netbird doesn't like wildcard certificates, I spun up a quick NPM reverse proxy in docker and everything is now working fine using a certificate for netbird.mydomain.com instead of a wildcard cert like *.mydomain.com

 

Hey Everyone, I'm currently wanting to switch from Headscale to Netbird. It looks like Netbird is much easier to self host now except I can't get it working with my current Traefik v3.6 config. Here is my config.yaml file for the routers and headers. Any ideas?

Everything loads up fine (from the logs) however I can't go to the domain address. I have a CNAME record in cloudflare not proxied. The documentation says to set an A record of "netbird.mydomain.com" however wouldn't that defeat the purpose of the reverse proxy? I have an A record setup already pointing to my public ip and everything gets sent to my traefik reverse proxy.

` ###http:

routers:

netbird-dashboard:
  rule: Host(`netbird.mydomain.com`)
  entryPoints:
    - https
  tls: {} 
  service: dashboard
  priority: 1

netbird-grpc:
  rule: >
    Host(`netbird.mydomain.com`)
    && (PathPrefix(`/signalexchange.SignalExchange/`)
    || PathPrefix(`/management.ManagementService/`))
  entryPoints:
    - https
  tls: {} 
  service: netbird-server-h2c
  priority: 100

  netbird-backend:
  rule: >
    Host(`netbird.mydomain.com`)
    && (PathPrefix(`/relay`)
    || PathPrefix(`/ws-proxy/`)
    || PathPrefix(`/api`)
    || PathPrefix(`/oauth2`))
  entryPoints:
    - https
  tls: {} 
  service: netbird-server
  priority: 100

services:

 dashboard:
  loadBalancer:
    servers:
      - url: "http://netbird/"

 netbird-server:
  loadBalancer:
    servers:
      - url: "http://netbird/"

netbird-server-h2c:
  loadBalancer:
    servers:
      - url: "h2c://netbird:80"

___`

[–] Tinkerer@lemmy.ca 5 points 1 month ago* (last edited 1 month ago)

I've been looking at this. I'm currently hosting headacale which is super easy and nice. I might give this a try I just need to get over the hurdle of adapting this to work with podman like I have with headscale. Anybody else running this via podman quadlets?

[–] Tinkerer@lemmy.ca 1 points 2 months ago

I'm also looking for something. I just tried netdata but looks like there is a 5 node limit now? I'm green on netdata but seems like a lot of people are mad about it lol. I'll give beszel a try but doesn't look like it does logs? Any thoughts on Foss options for system logs and alerting as well?

[–] Tinkerer@lemmy.ca 4 points 3 months ago

From what i know about netbird(which is not a lot). Buy its a beast to setup. I could never even get their standard docker compose file to work.

That being said I'm rocking headscale and love it, super easy to setup and tons of documentation. I'll need to give netbird a other try when I get time though.

[–] Tinkerer@lemmy.ca 6 points 4 months ago (1 children)

Jenny should do a grammar check for your and you're

[–] Tinkerer@lemmy.ca 1 points 5 months ago (1 children)

Yeah I would say so. You still having issues?

 

I'm using the image to keychain tool from bambu which is awesome, however I've added some text to the model via Bambu studio but when I slice the model it doesn't show the text at all and won't print it. Do I have to assemble/combine the text with the keychain model?

51
submitted 1 year ago* (last edited 1 year ago) by Tinkerer@lemmy.ca to c/3dprinting@lemmy.world
 

I'm just getting into 3d printing and I'm looking for some recommendations. My budget is $400 and I've narrowed it down to the sv06+ or the Ender-3 V3. I like that the print size is bigger on the sv06+ but all reviews point to the Ender, do you guys have any recommendations for me?

Also maybe the bambu a1? Or a1 mini? I don't like that the firmware isn't open source though.

I'm OK tinkering but just want some insight.

Thanks!

 

I just bought a 58" TCL TV with roku built in and could not get it to work with homeassistant. It would go offline after 20 minutes of being powered off. I have my IOT devices in a clan with no internet access but I decided to update the TV and it still didn't work.

What I found out I had to do was update the TV AND create a roku account so that this would finish the update. I then finally had the fast startup option and enabling that it works now! Even with internet access blocked again.

Hopefully this helps someone else.

 

I've recently setup radicale using docker compose(tomsquestrwdicale-docker) and it works great I just can't get it to be accessible over the internet via my nginx proxy manager. Can somebody shed some light on what I need to do to get it working?

I've added the nginx code as stated in the docs to the advanced tab in NPM but still nothing.

view more: next ›