Releases: chatgpt-web-dev/chatgpt-web
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
v2.14.0
Get docker image from DockerHub
https://hub.docker.com/r/chatgptweb/chatgpt-web/tags?name=v2.14.0
docker pull chatgptweb/chatgpt-web:v2.14.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: user usage count limit


Thanks for the contribution from @ccjaread
What's Changed
- chore: lint fix & types fix by @BobDu in #406
- chore: improve exit log when no set MONGODB_URL env by @BobDu in #409
- fix: ios pwa dark theme set status bar color by @BobDu in #412
- fix: attempting to fix the req /session 500 error by @BobDu in #419
- feat: show current app version in page by @BobDu in #421
- chore: improve debug start script by @BobDu in #422
- chore: default theme use auto mode by @BobDu in #423
- docs: Create CODE_OF_CONDUCT.md by @BobDu in #425
- chore: improve some button tooltip and translate text by @BobDu in #428
- feat: add usage limit by @ccjaread in #430
- fix: 5xx error when open index page before login by @ccjaread in #440
- chore: fixed docker base version 20-alpine by @BobDu in #449
- docs: update docker build args by @BobDu in #450
- fix: 显示异常(Closes #437) by @Kerwin1202 in #451
- fix: github action build error by @Kerwin1202 in #452
- chore: migrate to dockerhub organization chatgptweb by @BobDu in #453
- chore: add actions to sync dockerhub description by @BobDu in #454
- chore: update readme by @BobDu in #455
- chore(deps): bump ip from 2.0.0 to 2.0.1 in /service by @dependabot in #459
- chore(deps): bump nodemailer from 6.9.1 to 6.9.9 in /service by @dependabot in #460
- feat: add global config option enable user usage count limit function by @BobDu in #458
- fix: no effect modify site title in site config by @BobDu in #461
New Contributors
Full Changelog: v2.13.10...v2.14.0
v2.13.10
v2.13.9
v2.13.8
v2.13.7
v2.13.6
feat: support change password & enable 2FA (f46eab2)
feat: allow edit user remark (Close #343)
bugfix: jumps over deleted messages in history when calling api
fix: allow close login modal
chore: show user role (Close #302)
fix: sync userinfo on multiple open browser (Close #296)
feat: support accesstoken token statistic (Close #275)
chore: allow add new user (Close #286)
v2.13.5
v2.13.4
v2.13.3
feat: support real stop response (Close #157)
fix: the specified model is invalid
fix: access token, after the first chat, refreshing the page makes it impossible to continue talking
fix: api 同时间支持多人 (Close #169)
style: 底部滚动条 (Close #186)
chore: 增加用户组 (Close #180)
fix: 无法保存基本设置(Close #190)
chore: 敏感词提示
chore: remark (Close #171)
chore: allow delete user