wgs,
@wgs@lemmy.sdf.org avatar

So many things !

  • torrent tracker (to serve what?)
  • IRC server (I’m alone!)
  • Matrix server (ok, I tried this one… But I’m alone)
  • An SSO server (definitely overkill)
  • CI/CD system with vmd(1) (even more overkill!)
  • A package repository for binaries I build
  • A distributed package building system

The list goes on and grows everyday haha

johntash,
  • Irc server - …you can create your own bot net!
  • sso - single set of credentials for all your apps it’s pretty nice, especially if you have even one more user
  • package repository - also useful for caching yum/apt/docker repos for a bunch of vms to use
wgs,
@wgs@lemmy.sdf.org avatar

To be fair I do have an IRC server, but it’s just to goof around with the protocol.

SSO is nice I’m theory, but I’m the only user and I don’t have much authenticated services.

And package repo, I wanted to build one for my own package manager, but I don’t use it much in the end.

minorsecond,

Ha. I host Jenkins (CI/CD) just because. I have some C++ projects that I wanted to run through a build/test pipeline. It’s not too bad to set up. Now it’s dormant 99% of the time though.

DigitalPortkey,

Tailscale completely negated and desire I’ve ever had to run any kind of proxy or VPN. The setup tool all of 30 seconds to make an account, and then like 15-20 seconds per client. I set it up once several months ago and I completely forgot about it…it’s just quietly working in the background, completely transparent to me.

falsem,

Openstack

nexusband,
@nexusband@lemmy.world avatar

Proxy, Authentique (or what’s it called - Authentication on all stuff) and Dashy. In both cases it’s like: I want easy self hosted at home, I’m not at work. Tbh, I don’t even care for Passwords in my home net. If anyone is already inside my net, I either trust them or if not, things have gone wrong very much and that’s probably my last concern. I also don’t expose anything to the outside…Zero Tier ftw.

mohKohn,

my dude thanks for your statement, but you've reposted it like 5 times. could you delete the dupes?

nexusband,
@nexusband@lemmy.world avatar

Proxy, Authentique (or what’s it called - Authentication on all stuff) and Dashy. In both cases it’s like: I want easy self hosted at home, I’m not at work. Tbh, I don’t even care for Passwords in my home net. If anyone is already inside my net, I either trust them or if not, things have gone wrong very much and that’s probably my last concern. I also don’t expose anything to the outside…Zero Tier ftw.

nexusband,
@nexusband@lemmy.world avatar

Proxy, Authentique (or what’s it called - Authentication on all stuff) and Dashy. In both cases it’s like: I want easy self hosted at home, I’m not at work. Tbh, I don’t even care for Passwords in my home net. If anyone is already inside my net, I either trust them or if not, things have gone wrong very much and that’s probably my last concern. I also don’t expose anything to the outside…Zero Tier ftw.

nexusband,
@nexusband@lemmy.world avatar

Proxy, Authentique (or what’s it called - Authentication on all stuff) and Dashy. In both cases it’s like: I want easy self hosted at home, I’m not at work. Tbh, I don’t even care for Passwords in my home net. If anyone is already inside my net, I either trust them or if not, things have gone wrong very much and that’s probably my last concern. I also don’t expose anything to the outside…Zero Tier ftw.

nexusband,
@nexusband@lemmy.world avatar

Proxy, Authentique (or what’s it called - Authentication on all stuff, LDAP, plain and so on) and Dashy. In both cases it’s like: I want easy self hosted at home, I’m not at work. Tbh, I don’t even care for Passwords in my home net. If anyone is already inside my net, I either trust them or if not, things have gone wrong very much and that’s probably my last concern. I also don’t expose anything to the outside…Zero Tier ftw.

DigitalPortkey,

Side note, I really feel for you with the duplicate comments, it happens to me constantly and I know it’s not our fault :(

nexusband,
@nexusband@lemmy.world avatar

Proxy, Authentique (or what’s it called - Authentication on all stuff) and Dashy. In both cases it’s like: I want easy self hosted at home, I’m not at work. Tbh, I don’t even care for Passwords in my home net. If anyone is already inside my net, I either trust them or if not, things have gone wrong very much and that’s probably my last concern. I also don’t expose anything to the outside…Zero Tier ftw.

conrad82,

Email. I want a local email server where I can move old emails off the internet for archiving.

But the number of components going into email servers made me stop… I already have caddy reverse proxy, but finding out how to use it for a email server… I didn’t even get properly started

cnx,

isync can be used for archiving IMAP into maildir format, which is readable by all MUAs.

vegetaaaaaaa,
@vegetaaaaaaa@lemmy.world avatar

local email server where I can move old emails off the internet for archiving

If you need it for this, and only this, the setup is actually very simple, you just need an IMAP server like dovecot github.com/nodiscc/xsrv/tree/…/mail_dovecot

conrad82,

That sounds like what I want! Thanks! 🙏

I was thinking of using it for local email from other self-hosted services, but I am getting too old to set it up

mohKohn,

being extremely lazy, you can use Thunderbird

vegetaaaaaaa,
@vegetaaaaaaa@lemmy.world avatar

I use thunderbird connected to my normal mail account and the dovecot server to transfer mail archives between both.

I used to backup my mail to the “Local folders” account in thunderbird; that also works. It’s more for the convenience of having “everything on the server” and having access to my mail archive from a laptop and a desktop. It’s also easier to backup and restore for me.

zahel,

What does reverse proxies have to do with NASA?

It really ain’t complicated.

redcalcium,

I always want to self host my own search engine, but alas, I’m not a billionaire.

Smoofus,

SearXNG might be worth a look

redcalcium,

Yes, but I want to hoard my own index instead of piggybacking on other search engines. Will 1 billion dollar enough to build your own personal, completely independent search engine? I will never know.

johntash,

YaCy might be what you’re looking for in that case. It’s not super user friendly but I haven’t found a better alternative yet

Smoofus,

I gotcha. Lol! That reminds me, I need to check if we have a datahoarding community over here yet

tj,
scrubbles,
@scrubbles@poptalk.scrubbles.tech avatar

I don’t think there’s anything like that for me. Both of your examples have been extremely helpful to me. Proxy is a simple thing that lets me work with my DNS a bit better, so I can go to plex.<<my domain>> easy enough now, or any of my other services. Then dashboards just so I know top level if anything is off, hard drive almost full, something pulling too much power ,etc

key,

I’m on OP’s side, installing a separate management application on top of nginx or httpd feels like such overkill for a self-hosting setup.

zahel, (edited )

i think you might be overcomplicating things. Nginx already can operate as a proxy manager without anything on top. EDIT: you’re probably just technically incompetent so I forgive you.

scrubbles,
@scrubbles@poptalk.scrubbles.tech avatar

Oh I don’t have anything on top of that, it’s just a simple nginx container that proxies traffic

  • All
  • Subscribed
  • Moderated
  • Favorites
  • selfhosted@lemmy.world
  • ngwrru68w68
  • rosin
  • modclub
  • Youngstown
  • khanakhh
  • Durango
  • slotface
  • mdbf
  • cubers
  • GTA5RPClips
  • kavyap
  • DreamBathrooms
  • InstantRegret
  • magazineikmin
  • JUstTest
  • osvaldo12
  • tester
  • tacticalgear
  • ethstaker
  • Leos
  • thenastyranch
  • everett
  • normalnudes
  • anitta
  • provamag3
  • cisconetworking
  • megavids
  • lostlight
  • All magazines