this post was submitted on 08 Nov 2023
5 points (100.0% liked)

Self-Hosted Main

502 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

Hi all,

I've built a personal portfolio website for my photography hobby and as a side project for myself to learn.

I'm using Node JS and Express to run a basic server on my raspberry pi plugged into my home network. I'm using Nginx for proxy and SSL encryption as well as UFW for firewall. This is as far as I know how to do it safely, but I'm curious if there's anything I should be wary about as I plan on having this site up 24/7.

Any advice is welcome, thanks!

top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 10 months ago

There's an NGINX container which has a bunch of security features (i.e. WAF with OWASP, auto ban of strange actors, bot challenges, integrated blocklists of bad actors, request limits etc) built-in, is well documented and even has an optional GUI.

It's called Bunkerweb and they're also at /r/BunkerWeb and on Discord.