Live data from Hacker News

Ask HN: What services/apps are you self-hosting?

news.ycombinator.com

81–90 of 112 posts

Re: Ask HN: What services/apps are you self-hosting?

#81
post #41

Foundry VTT. It is a very nice rpg virtual table.

How have you been enjoying Foundry?

I was using Astral for a while to provide maps and combat tracking for the games I run, and it felt really easy to throw together encounters on the fly. When they shuttered I got a free year of Roll20 and I have not been liking the change - everything, to me, feels overly complicated and being able to quickly integrate things that come out of rollplay into the encounter feel like they take many more steps.

I've been testing Planar Ally (https://www.planarally.io/) and it is interesting but rough around the edges.

Re: Ask HN: What services/apps are you self-hosting?

#82
Mh, my actual desktop, witch is not an web-app but it's definitively self-hosted anyway. I have a home server who host various things, the only web app so far happen to be home assistant for my p.v. and small automation around it. The rest revolve around ssh, imaps etc, like my mail setup where the homeserver downloads my mails from a handful of remote imaps, index locally with notmuch and I sync against it with muchsync over ssh on two desktops and a laptop.

Another is an experimental an obscene (so far) video-surveillance setup a day I'll humanize a bit, that allow just video streaming, no web app so far.

The homeserver manage some of my backups (zfs + ZnapZend) and offer some files over webdav, no WebUI again for them...

Long story short: I feel no need nor no reasons to COPY the Big of IT modern web model where I can get FAR BETTER without a modern WebVM improperly named browser for legacy reasons. The personal/home/user power lie in classic Desktop computing not in trying to recreate a buggy and limited GAFAM-alike infra at home... If/when a day enough people will realize that....

Re: Ask HN: What services/apps are you self-hosting?

#83
Mostly all of this https://github.com/erebe/personal-server

which consist of:

- nextcloud (to easily share files)

- pihole (for home dns)

- minio (for backups and photos)

- postfix + spamassassin + dovecot (for mail server)

- dashy (to have nice dashboard)

- wireguard (to get a vpn)

- some personal apps

All of this run on a public server and a mini pc hosted at home I dont do a lot of torrenting anymore.

Re: Ask HN: What services/apps are you self-hosting?

#84
I host the following services via docker on my pi4:

- Main home PPPoE router

- 5ghz AP

- A pihole + coredns setup providing, LAN DNS adblocking via pihole pointing to a DoT upstream, a remotely accessible DoT server pointing to the pihole, a reverse DNS server for my IPv6 subnet and soon a DNS server for my domains :)

- A bunch of PHP telegram bots and static websites

- gitea

- woodpecker CI connected to the gitea instance

- mirror-to-gitea to mirror the projects I've still got on github

- invidious

- jellyfin

- plex (don't really use it, I prefer jellyfin but most of my friends use it so I set it up to aggregate our libraries)

- librespeed for LAN speed tests

- navidrome (really neat music player)

- nextcloud (mainly use it for the mail app via zoho mail)

- tvheadend

- a wireguard server

- vaultwarden

- a basic transmission instance, still gotta setup a nicer *arr combo :)

Re: Ask HN: What services/apps are you self-hosting?

#85
This is a great thread. I have had a home server for almost 10 years at this point for files & media, and added a second dedicated dev server this year. They both run FreeBSD and I honestly couldn't imagine my life without them. I recommend to people all the time that they get a home server, even if its just a used NUC, but not too many people do for whatever reason.

My file / media server has roughly 20TB online and has movies, games, books, personal files, etc served with NFS & Samba. I don't use anything fancy like Plex or Jellyfin, just XBMC which works fine. It also runs the usenet stack nzbget, nzbhydra, etc and has a virtual machine running transmission through a VPN. I also have a custom ruby script that transcodes files to x265.

Once you get into the home server biz, the most important thing is to have a great case. Mine is the Fractal Node 804, which IMO is truly awesome - a big cube that holds a microatx board and 8 drives, and its actually pretty affordable. For hardware specs, I started dirt cheap and then upgraded too much, building a 12-core / 64GB setup that sat at 10% CPU utilization most of the time. I've since downgraded to a i5-10600 w/32GB RAM which is more than capable.

This is beyond the scope of the question, so I won't get into details, but I would also encourage any developer to have a dedicated dev server as it helps you to better understand performance and deployment.

Re: Ask HN: What services/apps are you self-hosting?

#86
Internet

- Bitwarden

- Nextcloud

- Transmission

- Dokuwiki

- Selfoss (Feed aggregator)

- Postfix/Apache for a few domains (currently forwarding emails but will add self hosting)

- WebDAV

Local network

- Photoprism

- Samba

- eblocker for network-wide tracker/ ad filtering

Re: Ask HN: What services/apps are you self-hosting?

#87
Probably not what you're looking for, but I have a 5€/mo VPS that hosts:

- 2 Minecraft servers

- 2 instances of FoundryVTT for playing D&D with friends

- A Trackmania Nations Forever Server

- 3 License servers for a student project

- A few web experiments

- An XMPP server

On various physical boxes I host a few Instances of Nextcloud and Gitea or Fileservers for some projects.

Re: Ask HN: What services/apps are you self-hosting?

#89
post #3

NextCloud, Home Assistant, Minecraft, Caddy for some Hugo sites/blogs, Unify Controller, Vaultwarden, traefik, Sabnzbd. Used to do WireGuard but now I use Tailscale.

Forgot to add AdGuard home and FoundryVTT, for a friend. Btw, Caddy is very cool, just 2 lines of config per website with https. Oh and the server is Ubuntu desktop, so I use it as a VNC desktop also (via ssh, hidden in the Tailnet), easy to leave stuff open, use for personal things at work etc.
Post reply on HN