Merge pull request #136 from theta42/docs-screenshots

Add screenshots to README and docs site
This commit is contained in:
2026-07-15 15:44:51 -04:00
committed by GitHub
5 changed files with 22 additions and 0 deletions
+11
View File
@@ -18,6 +18,17 @@ proxy serves them over TLS with auto-renewing certs and no downtime on changes.
**Documentation:** [https://theta42.github.io/proxy/](https://theta42.github.io/proxy/)
## Screenshots
| Hosts | Authentication |
| --- | --- |
| ![Host list](docs/images/hosts.png) | ![Per-host SSO auth](docs/images/host-auth-sso.png) |
Basic auth and SSO are mutually exclusive per host, with per-user password
management once basic auth is enabled:
![Per-host basic auth](docs/images/host-auth-basic.png)
## Why this over the alternatives
Nginx Proxy Manager, Traefik, and Caddy are all good reverse proxies with
Binary file not shown.

After

Width:  |  Height:  |  Size: 141 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

+11
View File
@@ -7,6 +7,17 @@ title: Home
A reverse proxy and HTTPS termination service using OpenResty/nginx with a management API and web GUI.
## Screenshots
| Hosts | Authentication |
| --- | --- |
| ![Host list](images/hosts.png) | ![Per-host SSO auth](images/host-auth-sso.png) |
Basic auth and SSO are mutually exclusive per host, with per-user password
management once basic auth is enabled:
![Per-host basic auth](images/host-auth-basic.png)
## Features
- **Automated HTTPS/SSL** - Let's Encrypt integration with HTTP-01 and DNS-01 challenges