Move Caddy to Web Servers (#1325)

### Description of Changes

This PR moves Caddy to newly created "Web Servers" category and makes "Reverse Proxies" category obsolete due to it being primarily a web server.

Reviewed-on: https://codeberg.org/ethical-foss/open-slopware/pulls/1325
Reviewed-by: Ethical FOSS admin <ethical-foss-admin@noreply.codeberg.org>
This commit is contained in:
Jill Fiore 2026-08-27 11:06:04 +02:00 committed by Ethical FOSS admin
commit 8726bfe286

View file

@ -134,7 +134,6 @@ Any other questions? Please check out our [FAQ](./FAQ.md), and if your question
* [Messaging Servers](#messaging-servers)
* [Microcontroller Tools and Libraries](#microcontroller-tools-and-libraries)
* [Networking](#networking)
* [Reverse Proxies](#reverse-proxies)
* [Networking Security Tools](#networking-security-tools)
* [Web Servers](#web-servers)
* [Operating Systems](#operating-systems)
@ -1502,12 +1501,6 @@ A desktop environment usually depends on a specific window manager to work.
> * [ndjbdns](https://github.com/samboy/ndjbdns) - djbdns fork
> * [nss-tls](https://github.com/dimkr/nss-tls) - DNS over HTTPS resolver
### Reverse Proxies
| Name | Last Untainted <br />Version/Commit ID | Evidence |
|---|:---:|---|
| [caddy](https://github.com/caddyserver/caddy) | [`v2.10.0-beta.4`](https://github.com/caddyserver/caddy/releases/tag/v2.10.0-beta.4) <br />[`ea77a9ab`](https://github.com/caddyserver/caddy/commits/ea77a9ab67d8c04f513adaf0a1c648c738e25922) | [![Permissive AI policy](./badges/permissive-ai-policy-orange.svg)](#permissive-ai-policy) ([1](https://github.com/caddyserver/caddy/blob/master/AGENTS.md), [2](https://github.com/caddyserver/caddy/pull/7666), [3](https://github.com/caddyserver/caddy/pull/7492)) <br />[![AI Code Reviews](./badges/ai-code-reviews-purple.svg)](#ai-code-reviews) ([1](https://github.com/caddyserver/caddy/pull/6930)) |
### Networking Security Tools
| Name | Last Untainted <br />Version/Commit ID | Evidence |
|---|:---:|---|
@ -1520,9 +1513,10 @@ A desktop environment usually depends on a specific window manager to work.
### Web Servers
| Name | Last Untainted <br />Version/Commit ID | Evidence |
| Name | Last Untainted <br /> Version/Commit ID | Evidence |
|---|:---:|---|
| [Apache HTTP Server](https://httpd.apache.org) | [![Request for Help](./badges/request-for-help.svg)](#request-for-help) | [![Permissive AI policy](./badges/permissive-ai-policy-orange.svg)](#permissive-ai-policy) ([1](https://github.com/apache/httpd/commit/e340b81301e32c9beaddf3c5da068e31a4bdb2b7), [2](https://github.com/apache/httpd/commit/49d52aa3cfa8098fc54c1a2f396d399a96bc54c3)) |
| [Caddy](https://caddyserver.com/) | [`v2.10.0-beta.4`](https://github.com/caddyserver/caddy/releases/tag/v2.10.0-beta.4) <br />[`ea77a9ab`](https://github.com/caddyserver/caddy/commits/ea77a9ab67d8c04f513adaf0a1c648c738e25922) | [![Permissive AI policy](./badges/permissive-ai-policy-orange.svg)](#permissive-ai-policy) ([1](https://github.com/caddyserver/caddy/blob/master/AGENTS.md), [2](https://github.com/caddyserver/caddy/pull/7666), [3](https://github.com/caddyserver/caddy/pull/7492)) <br /> [![AI Code Reviews](./badges/ai-code-reviews-purple.svg)](#ai-code-reviews) ([1](https://github.com/caddyserver/caddy/pull/6930)) |
| [NGINX](https://nginx.org) | [![Request for Help](./badges/request-for-help.svg)](#request-for-help) | [![Permissive AI policy](./badges/permissive-ai-policy-orange.svg)](#permissive-ai-policy) ([1](https://github.com/nginx/nginx/pull/1210)) |
> [!NOTE]