mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-24 01:38:50 +02:00
docs(README): update README files to include container runtime and ForwardAuth support
This commit is contained in:
@@ -63,6 +63,9 @@ Have questions? Ask [ChatGPT](https://chatgpt.com/g/g-6825390374b481919ad482f2e4
|
|||||||
- Automatic SSL certificate management with Let's Encrypt ([using DNS-01 Challenge](https://docs.godoxy.dev/DNS-01-Providers))
|
- Automatic SSL certificate management with Let's Encrypt ([using DNS-01 Challenge](https://docs.godoxy.dev/DNS-01-Providers))
|
||||||
- Auto-configuration for Docker containers
|
- Auto-configuration for Docker containers
|
||||||
- Hot-reloading of configurations and container state changes
|
- Hot-reloading of configurations and container state changes
|
||||||
|
- **Container Runtime Support**
|
||||||
|
- Docker
|
||||||
|
- Podman
|
||||||
- **Idle-sleep**: stop and wake containers based on traffic _(see [screenshots](#idlesleeper))_
|
- **Idle-sleep**: stop and wake containers based on traffic _(see [screenshots](#idlesleeper))_
|
||||||
- Docker containers
|
- Docker containers
|
||||||
- Proxmox LXCs
|
- Proxmox LXCs
|
||||||
@@ -70,6 +73,7 @@ Have questions? Ask [ChatGPT](https://chatgpt.com/g/g-6825390374b481919ad482f2e4
|
|||||||
- HTTP reserve proxy
|
- HTTP reserve proxy
|
||||||
- TCP/UDP port forwarding
|
- TCP/UDP port forwarding
|
||||||
- **OpenID Connect support**: SSO and secure your apps easily
|
- **OpenID Connect support**: SSO and secure your apps easily
|
||||||
|
- **ForwardAuth support**: integrate with any auth provider (e.g. TinyAuth)
|
||||||
- **Customization**
|
- **Customization**
|
||||||
- [HTTP middlewares](https://docs.godoxy.dev/Middlewares)
|
- [HTTP middlewares](https://docs.godoxy.dev/Middlewares)
|
||||||
- [Custom error pages support](https://docs.godoxy.dev/Custom-Error-Pages)
|
- [Custom error pages support](https://docs.godoxy.dev/Custom-Error-Pages)
|
||||||
|
|||||||
@@ -60,6 +60,9 @@
|
|||||||
- 使用 Let's Encrypt 自動管理 SSL 憑證 ([使用 DNS-01 驗證](https://docs.godoxy.dev/DNS-01-Providers))
|
- 使用 Let's Encrypt 自動管理 SSL 憑證 ([使用 DNS-01 驗證](https://docs.godoxy.dev/DNS-01-Providers))
|
||||||
- Docker 容器自動配置
|
- Docker 容器自動配置
|
||||||
- 設定檔與容器狀態變更時自動熱重載
|
- 設定檔與容器狀態變更時自動熱重載
|
||||||
|
- **容器運行時支援**
|
||||||
|
- Docker
|
||||||
|
- Podman
|
||||||
- **閒置休眠**:根據流量停止和喚醒容器 _(參見[截圖](#閒置休眠))_
|
- **閒置休眠**:根據流量停止和喚醒容器 _(參見[截圖](#閒置休眠))_
|
||||||
- Docker 容器
|
- Docker 容器
|
||||||
- Proxmox LXC 容器
|
- Proxmox LXC 容器
|
||||||
@@ -67,6 +70,7 @@
|
|||||||
- HTTP 反向代理
|
- HTTP 反向代理
|
||||||
- TCP/UDP 連接埠轉送
|
- TCP/UDP 連接埠轉送
|
||||||
- **OpenID Connect 支援**:輕鬆實現單點登入 (SSO) 並保護您的應用程式
|
- **OpenID Connect 支援**:輕鬆實現單點登入 (SSO) 並保護您的應用程式
|
||||||
|
- **ForwardAuth 支援**:整合任何 auth provider (例如 TinyAuth)
|
||||||
- **客製化**
|
- **客製化**
|
||||||
- [HTTP 中介軟體](https://docs.godoxy.dev/Middlewares)
|
- [HTTP 中介軟體](https://docs.godoxy.dev/Middlewares)
|
||||||
- [支援自訂錯誤頁面](https://docs.godoxy.dev/Custom-Error-Pages)
|
- [支援自訂錯誤頁面](https://docs.godoxy.dev/Custom-Error-Pages)
|
||||||
|
|||||||
Reference in New Issue
Block a user