Retro-tech saavy privacy focused Linux r0ckstar

  • 6 Posts
  • 59 Comments
Joined 1 year ago
cake
Cake day: June 4th, 2023

help-circle






  • Alright, I wanted to come back now that my setup is complete… special thanks to those of you who suggested nginx-proxy-manager - its very nicely put together and really makes reverse proxies a breeze…

    Long story short, I just created a brand new VM… started with the proxy manager and built on top of that. Next up was my static Hugo website; it was too easy to point change Apache2’s ports.conf to 8097 instead of 80, and use nginx-proxy-manager for the SSL certs… that one was basically plug and play.

    The Bitwarden bit was a bit more involved, but not too bad… at first I just redirected traffic to the original (other machine) Bitwarden VM - but no one wants an extra VM to backup and support… so I went with a fork Docker of bitwarden_rs/vaultmaster - it comes w/ e-mail setup in the container, so one less thing to worry about… I had to swap around some docker-compose.yml ports and just point nginx-proxy-manager at it… this time, tho, I used the SSL certs from the docker; I didn’t wanna dig in and remove what they already had running.

    In the middle I was still fighting with myself and not taking ya’lls good suggestions - I tried to go the Cloudflared route; which is a cool service… but you can’t tunnel root domains unless you’re a paid user. Cloudflared tunnels would be great for exposing the Plex, TrueNAS, etc’s of the world… but I didn’t NEED/want subnets.

    Thanks to the Beehaw community… TechHeart.life is up and running. :P (Don’t worry, the Bitwarden is on a private domain. Phhhbbbbtttt.)




  • Everyone here is awesome for ALL the replies. :P Thank you!!

    I decided to try a Cloudflared tunnel, but that didn’t work out because I can’t get the main domain1.com domain to go thru the tunnel… only ‘apps’, like blog.domain1.com. :P

    And, I’m still ironing out how to pass nginx to another local IP on my network; I just haven’t gotten it to click yet. All the info needed is right here - I promise to come back when I iron out the setup and post how I managed to do it…

    I can figure out how to pass nginx [or apache2, for that matter] to another PORT on the same local IP - I think I have both domains listening on ports 80/443 - and I’ll have to change that in order to route the data correctly… let alone getting out to another local IP.

    Again appreciate all the info - sometimes I just have to learn a bit more since I have all the documents right here. :P











  • Heck yea, I am a retro enthusiast. I currently have a PiBoy DMG running emulation staion and a customized version of Raspberry Pi OS w/ joycon and buttons mapped to a mouse emulation - its a nice form factor for having a portable Linux-box in the field… I still get looks when I whip out a ‘gameboy’ to do some actual work. :P

    I stick to mostly 8bit and 16bit platforms, so the Pi 4 is more than enough for me…

    I also have a few retro computer setups; of course, a C=128 for all my Commodore needs - an Apple g4 basketball w/ MacOS 9 - an antique Philco Predicta television that runs both some Python script for random vintage videos, and can serve up PONG - I retrofitted an old PONG controller w/ a Pi Pico so it feels right.

    I have a couple other machines that bring me back to the 486 MS-DOS days. :P

    Nice to know theres other folks that are into this hobby - cheers!