I don't trust the cloud, so I self host everything. Internet facing: 1. Custom SMTP Mail Server. Does specific filtering and anti-spam (using SpamAssassin) 2. Various Websites, both personal and professional: - http://www.Jaruzel.com (personal bits and bobs) - http://www.MattOwen.com (.net, .org, .co.uk) - https://www.weegeeks.com (rss reader app) - http://www.fuzzybuttons.com (small webshop, self written e-commerce…
Ask HN: What are you currently self hosting?
31–40 of 61 posts
Re: Ask HN: What are you currently self hosting?
#32I don't trust the cloud, so I self host everything. Internet facing: 1. Custom SMTP Mail Server. Does specific filtering and anti-spam (using SpamAssassin) 2. Various Websites, both personal and professional: - http://www.Jaruzel.com (personal bits and bobs) - http://www.MattOwen.com (.net, .org, .co.uk) - https://www.weegeeks.com (rss reader app) - http://www.fuzzybuttons.com (small webshop, self written e-commerce…
You're not the first to mention Gopher. I'm curious what you use it for?
if you want to know more, then https://gopher.floodgap.com/gopher/ is the place to start.
Re: Ask HN: What are you currently self hosting?
#33In a similar thread 8 months ago I broke down my self-hosting infrastructure : https://news.ycombinator.com/item?id=15106197 Since then I have added a few things, partly from that thread. The big things were hosting Sandstorm.io, which is a complete self-hosted google-apps/office365 type setup that is very easy to use and has great functionality. My entire family uses it for a variety of things that we used to use in…
Re: Ask HN: What are you currently self hosting?
#34Earlier quoted context omitted.
You're not the first to mention Gopher. I'm curious what you use it for?
Hosting old forgotten files mainly. Some people actually blog with it (phlogs). if you want to know more, then https://gopher.floodgap.com/gopher/ is the place to start.
Re: Ask HN: What are you currently self hosting?
#35I would like to self host a few things, but my ISP uses CGNAT. And to get static IP I have to get SME plan and separate static ip addon pack. SME plans are costly and have lower speeds.
Re: Ask HN: What are you currently self hosting?
#36- Dovecot, MDA (https://www.dovecot.org)
- Nginx, HTTP(2) Server (https://nginx.org)
- Gogs, Git service (https://gogs.io)
- Coldsweat, RSS aggregator (https://github.com/passiomatic/coldsweat)
Re: Ask HN: What are you currently self hosting?
#37On the cloud instance:
- Tinc VPN
- FTP and a postgres server
- NextCloud - For storing files
- ZNC - IRC Bouncer
- Lounge - IRC client
- Prometheus - TSDB for aggregating emtrics
- Grafana - For displaying the above metrics
- Cloudtorrent - A nifty app when I don't want to download torrents on my machine.
- Monica - An app for managing personal relationships, as I'm really bad with remembering people.
- Cloud9 for a web-IDE.
- Gitea - for mirroring some git repositories.
- FreshRSS - RSS Reader
- Some personal projects
- Traefik - the webserver I use for all these services.
- HAProxy - To proxy traffic from a virtual IP to the raspberry PI at my home.
The rPi is connected to the cloud-server over over tinc VPN. It hosts things which are related to my media:
- Traefik - webserver
- Prometheus - for monitoring purposes.
- Sonarr, Radarr, Jackett - for downloading some TV shows and movies
- Transmission - torrent client
- Ubooquity - for hosting comic books
- Kodi - for browsing/playing media.
Re: Ask HN: What are you currently self hosting?
#38Re: Ask HN: What are you currently self hosting?
#39- Rocket.Chat
- Some snaps to play around with
Re: Ask HN: What are you currently self hosting?
#40- linuxserver/transmission
- traefik
- odarriba/timemachine
- gitea/gitea
- tt-rss (tiny-tiny-RSS)
- ubooquity
- speedtest-exporter (+prometheus/grafana)
- radicale (caldav/carddav)
- lychee
- Resilio
- Emby
- AirSonic
- wiki.js
- Jackett/Sonarr/Radarr/Lidarr
Orchestration is via a single host docker managed with Terraform over OpenVPN.
Have all the code (and 5 blog posts) at https://git.captnemo.in/nemo/nebula (self hosted as well!)