v2.15.0
Get docker image from DockerHub
https://hub.docker.com/r/chatgptweb/chatgpt-web/tags?name=v2.15.0
docker pull chatgptweb/chatgpt-web:v2.15.0
Important
📢 📢 📢 Our DockerHub hosted images have been migrated from the personal account kerwin1202 to the Sponsored OSS
organization account chatgptweb , in order to avoid DockerHub's download rate limits.
New Feature: support auth proxy login mode
Warning
This feature is only provided for Operations Engineer with relevant experience to deploy during the integration of the enterprise's internal account management system. Improper configuration may lead to security risks.
Set env AUTH_PROXY_ENABLED=true
can enable auth proxy mode.
After activating this feature, it is necessary to ensure that chatgpt-web can only be accessed through a reverse proxy.
Authentication is carried out by the reverse proxy, which then forwards the request with the X-Email
header to identify the user identity.
Recommended for current IdP to use LDAP protocol, using authelia
Recommended for current IdP to use OIDC protocol, using oauth2-proxy
What's Changed
- chore: add digitalocean sponsor link by @BobDu in #464
- feat: support auth proxy login mode by @BobDu in #466
Full Changelog: v2.14.0...v2.15.0