this post was submitted on 29 Jun 2023
133 points (100.0% liked)

Technology

38114 readers
81 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 3 years ago
MODERATORS
 

Thinking of self-hosting some basic tools; SearxNG, Bitwarden, Lemmy.

What kind of tools are you self-hosting right now? Which ones are easy to manage, which ones are awkward? 👀

you are viewing a single comment's thread
view the rest of the comments
[–] somefool 1 points 2 years ago (3 children)

I get my hosting for free from my workplace, which is cool but doesn't give me much leeway on what I can install. It's a plain PHP/MySQL system. Docker is out, and a lot of stuff with it. I'd run a server from apartment if I could, since I'm sitting on piles of old hardware, but I've yet to figure a way around my ever-changing IP address.

Right now, I have FreshRSS and my own websites, and Rss Bridge

I'd love to run more "Old School Tools", I just need to find them :)

[–] rs5th 3 points 2 years ago (1 children)

I haven't played with it yet, and I know some people don't like Cloudflare, but a Cloudflare tunnel to your apartment infra might just do what you want.

[–] somefool 1 points 2 years ago

Oh neat! I'm looking into it right now!

[–] dirtbiker509@lemm.ee 1 points 2 years ago

Back before I had a static IP and an new awesome ISP, I was able to run a script on my router that would just update IP with my host name service when it changed. I hosted my own apps for years like that it was never an issue.

[–] doostein 1 points 2 years ago (1 children)

I had luck setting up a dynamic DNS provider like no-ip and then setting up cloudflare's DNS to point requests to my domain at the no-ip domain name. It'd only be a problem for the windows that your IP has changed, but your dynamic DNS provider hasn't updated yet.

[–] somefool 1 points 2 years ago

I'd only use it for tools for my own use in any case, 100% uptime wouldn't be important. Your technique seems like a great lead.