• 0 Posts
  • 34 Comments
Joined 1 year ago
cake
Cake day: July 2nd, 2023

help-circle








  • ATnT should be able to tell you for sure. I remember reading about another person facing a cgnat using ATnT on reddit while i still went there so it very well could be.

    And fairly easy setup yea. I did mine using a windows pc for testing as i was kinda in between places at the time and thats what i ended up using for jellyfin as well. Just lives on my media pc at the moment. The docs are pretty straight forward.

    I recommend that or zero tier which is even more dead simple. Both are good but cloudflare does care about how much bandwidth you’re using so just bear that in mind if you think you’ll use the server for anything else.

    Both are vpn tunnels so either should work just fine.

    https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/

    https://www.zerotier.com/pricing/

    Self hosting can get pretty overwhelming but i find that using docs in addition to youtube videos helps a lot. I also recommend giving Linux a go when you feel up to it. It can be a very nice option if you’re working with older hardware.


  • I’m not super familiar with docker so im sorry im not much help there but i noticed that you mentioned a ATnT router. Are you using them as an Internet provider?

    If so, you might have a carrier grade nat which makes reverse proxy like this not possible even if you do get caddy server working. I had a similar situation with my jellyfin server.

    I had caddy server working but when i moved and started using a mobile internet provider, i had to use a vpn tunnel like cloudflare or zerotier to get around it.

    All this to say, id recommend finding that out so if that is the case you dont spend anymore time on caddy.

    Good luck either way.




  • I started off with pi hole when i started messing around with an old laptop for self hosting. My advice is setup what you think is useful.

    To access the server outside your home, tailscale is a great option. Fairly simple to setup especially if its just you accessing the server.

    Reverse proxy would be best if you intend to let others acess your servers services often or if you dont wanna mess with tunnels. I settled on cloudflare tunnels because i didn’t want another thing to turn on to acess my server outside my house.

    When I didn’t have a carrier grade nat to deal with, i used caddy server for automatically getting ssl certs from lets encrypt and reverse proxy all in one. I really liked that once i got it setup.








  • I did something similar but used grub to be able to choose the OS at startup.

    Both Windows and Linux (I used Ubuntu at the time) had thier own separate drives and grub was on the Windows install. That was the main boot drive that would launch grub so that i could choose to boot into either Windows or Ubuntu at start up.

    I dont remeber the guide i used and this was a couple years ago so there may be something more up to date at this point. I liked the way it worked though.

    That being said, another way would be to use two different pcs and use a kvm to switch between them. Dual boot is cool but having to power off is annoying. Or you can virtualize windows from your linux install or vice versa. Really depends on what you need.

    For me, Windows is likely going to serve as my music making OS so having it bare metal makes more sense for me. I’m going to be using a mini pc for windows and my main rig will be for Linux. At least thats the plan for now.