From 4c66cd4b3ac4e52779c41a8cac528824086eada4 Mon Sep 17 00:00:00 2001 From: Pierre Vandermeersch Date: Thu, 10 Sep 2026 22:15:47 +0200 Subject: [PATCH] Add notes about networking and research to be done --- networking/notes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 networking/notes.md diff --git a/networking/notes.md b/networking/notes.md new file mode 100644 index 0000000..c460b82 --- /dev/null +++ b/networking/notes.md @@ -0,0 +1,18 @@ +# Notes +> 9/9/2026 + +Ok so I started doing some research about hosting Gitea but went down quite the rabbit hole about network security. +Before setting up Gitea and all that, I want to make sure I have a secure network that I really understand well. +Some notions to check out: +[x] port forwarding + [] security risks +[] VPN (tailscale) +[] network-level firewall (opnsense/pfSense/UDM ??) +[x] external/internal reverse proxies (cloudflare/traefik/nginx) +[] IDS & IPS (Intrusion Detection/Prevention System) +[] VLANs +[] auth proxy? +[] managed switch +[] pfSense router +[] SSL certs? (certbot) +[] SSH \ No newline at end of file