Ask HN: What are you self hosting in 2024?
5 comments
https://www.earth.org.uk and other sites and email and NTP and DNS run from the off-grid-powered RPi3B in the kitchen cupboard below me.
https://snafuhall.com/ serves from a RasPi on the shelf over my desk
Quite a lot but the main ones are:
- Nextcloud
- Jellyfin
- AdguardHome
- Microbin
- Searxng
- Invidious
- Changedetection
- Redlib
- Nextcloud
- Jellyfin
- AdguardHome
- Microbin
- Searxng
- Invidious
- Changedetection
- Redlib
[deleted]
* Jellyfin
* PhotoPrism
* Romm
* PiHole
* File server
* Web server
The file server is available directly across the network via SMB and also through the web server using a symlink. On the web server are dynamically generated pages containing media players with playlists of all movies, television, and music from the file server.
All of those, except the file server, are served via docker compose scripts.
The web server is currently Apache, but I am writing an original web server application with TypeScript and Node using libraries I have written for other personal projects. This new server will be web sockets first, such that HTTP is managed over WebSockets instead of the other way around. This will make it much easier to write custom software for the household, such as a simple interface via web page to yt-dlp/ffmpeg.