Blame docs/apps/forums.md

080350
# CentOS Forums
080350
080350
For legacy reasons, we host two different forums instances but still using the same tech stack/solution :
080350
080350
  * https://forums.centos.org (main one)
080350
  * https://fr.centos.org/forums (dedicated one to french language)
080350
080350
The forum tech stack is just using [phpBB](https://www.phpbb.com/) with a MySQL DB 
080350
Worth knowing that it's almost the default phpBB stack and no real plugin added, and also meaning that (legacy) using the internal users DB, and so no SSO.
080350
080350
The ansible role used to deploy the app is the [ansible-role-phpbb](https://github.com/centos/ansible-role-phpbb)
080350
080350
To update between major release, we have a specific `adhoc-update-phpbb.yml` that can be used to update to a version (test this first on a test instance first)