redemon

joined 1 year ago
[–] [email protected] 2 points 1 year ago (1 children)

I have a sawstop PCS also, and I still can't man handle a full sheet of 3/4 on it. I find my track saw is better at handling sheet goods. Do you have an outfeed table or something else to help?

[–] [email protected] 1 points 1 year ago (1 children)

Do you have conditional forwarding enabled in pihole settings? I think you need that.

[–] [email protected] 1 points 1 year ago

Yes, I could do a split DNS and achieve the same thing. I didn't really want to change my DNS settings in my router. I also just like the separation by domain name.

[–] [email protected] 1 points 1 year ago (2 children)

To separate my internal and external. Both my domains have wild card certs. I have a VPS that connects to my home lab. External requests hit the VPS first. Internal requests bypass the VPS and go straight to my home lab.

I could use a single domain but then my internal requests would reach out to the VPS just to go back to my home lab. I wanted to avoid that extra hop.

[–] [email protected] 0 points 1 year ago (4 children)

Register a domain if you haven't already. I did two, one for internal and one for external. If you want something easy to setup, use nginx. I'm sure there are guides out there to add Let's Encrypt SSL certs to nginx. I personally use Let's Encrypt with Traefik as my reverse proxy. Traefik has a little bit of a learning curve, but once you have it setup and working, it's pretty easy to update and move around.

Once you have your reverse proxy working with a SSL cert, you can start looking at different options to expose your containers. Probably the easiest method is to point your domain to your home IP address and on your router setup port forwarding. I'm not a fan of that because it's probably the most risky exposing ports to the wide internet.

Another option is tunneling, which I think is the best. Cloudflare tunnels is pretty popular and I believe are still free. I have a cheap VPS that I have a Wireguard tunnel setup. With either tunnel option you don't have to make any changes to your home network or firewall.

[–] [email protected] 1 points 1 year ago (1 children)

I self host a Calibre-Web server that my Kobo syncs to. I had to edit a setting in my Kobo to point to it. In Calibre-web I have a kobo 'shelf' that you add books to and whenever I press sync on the Kobo it syncs to that shelf.

[–] [email protected] 3 points 1 year ago (3 children)

Completely agree. Kobo is way better. No ads and no need to root just to unlock things. Pair it up with Calibre or Calibre Web to sync books wirelessly.

[–] [email protected] 2 points 1 year ago (1 children)

It's probably because Firefox is default as a snap package on Ubuntu. I fixed mine by creating a symlink to the snap geckodriver to a directory in my $PATH. So for example:

ln -s /snap/bin/firefox.geckodriver ~/.local/bin