From 7b910ff083ac3e9e2ec2af59624e1d61812c54a0 Mon Sep 17 00:00:00 2001 From: Whitney <89550399+whitney-server@users.noreply.github.com> Date: Fri, 22 May 2026 01:07:12 -0700 Subject: [PATCH] Create README.md for infrastructure overview Added infrastructure documentation for various tools. --- software-development/infrastructure/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 software-development/infrastructure/README.md diff --git a/software-development/infrastructure/README.md b/software-development/infrastructure/README.md new file mode 100644 index 0000000..24adca4 --- /dev/null +++ b/software-development/infrastructure/README.md @@ -0,0 +1,19 @@ +# Infrastructure + +## Gitea +A self hosted Github alternative. + +## Grafana +Data visualizer for your time series. + +## Jenkins +Playbook orchestration tool. + +## Mailserver +A custom mail server. + +## Portainer +A docker container visualization tool. + +## Traefik +A reverse proxy that routes docker container traffic really well.