Incessant tinkerer since the 70’s. Staunch privacy advocate. SelfHoster. Musician of mediocre talent. https://soundcloud.com/hood-poet-608190196

  • 34 Posts
  • 1.76K Comments
Joined 1 year ago
cake
Cake day: March 24th, 2025

help-circle











  • You are asking people to QA a commercial product for you. Are you paying them? This is a job advertisement.

    I beta test things all the time that otherwise are paid commercial products. I do a lot of beta testing for BetaBound. In fact, I was one of the fortunate ones to beta test the roku when it first started. This is not unusual, to ask people that are willing, to beta test a product. Currently I am beta testing a ‘rumba’ type floor sweeper. Can’t go into details because of non-disclosure. Usually, after the beta test is over, you are allowed to keep the product.


  • why would I need something other than what’s there by default?

    Security in depth for me. I tend to be a little heavy on security: https://lemmy.world/post/43533409

    But I’m so much slower on the command line

    I feel that, and it’s understandable. I seriously doubt that even Linus Torvalds knows every command and sequence off the top of his head. However, it would seem to me that at some point, the GUI will not have the options you need to deploy xyz app, and you’re going to have to use the cli. I keep a ‘note pad’ on my dashboard full of commands because my brain is shit and this helps me as much as it may seem rudimentary. LOL The list goes on for quite a ways past what is visible in the screen shot.

    In that vein I always encourage users to take prolific notes. You’ll never remember everything you did 6 months from now. So, write down everything during the deployment, then distill the notes into what actually worked, and include them in your 3,2,1 back up scheme.

    My 2p. Best of luck. Do share your journey.


  • I’m not sure what order to do those steps in: DNS servers, buying a domain, getting certs, configuring reverse proxy.

    You have a lot of avenues and approaches available to you. Caddy has been a mainstay for some users. Setting up Caddy with letsencrypt is fairly straight forward. Traefik, Pangolin, Nginx, HAproxy are good candidates. Pangolin being a self-hosted tunneled reverse proxy. You could also go with the Cloudflare Tunnel/Zero Trust route. You will have to have a domain name that you can change the nameservers on to the ones Cloudflare assigns you. Most people get a cheapo domain name from NameServers or Pork Bun. From there, you install Cloudflare Tunnel/Zero Trust on your server, and connect to your Cloudflare account. The beauty of Cloudflare Tunnel/Zero Trust is that you don’t have to fiddle with opening ports and such, other than port 22 to admin the server. Cloudflare takes care of all of that.

    I’m not sure what OS to put on it.

    I run Ubuntu Jammy server, but there are other options. Is it imperative you have a GUI? I realize that the CLI can be daunting, but it is quite effective. I guess you could have a desktop OS to serve up services tho I’ve never done that. I’ve always just used the minimal server install of Ubuntu, then add whatever I needed later. As far as an OS recommendation, I’m a fan of Ubuntu. Mainly because that’s what I started with so I know how to drive that bus fairly well.