Operations grimoire/Login: Difference between revisions

From Nasqueron Agora
(Created page with "Login is handled by Auth Grove == Application information == * Repository: [https://devcentral.nasqueron.org/diffusion/GROVE/ rGROVE] * Maintainer: Dereckson * Written in PHP...")
(No difference)

Revision as of 00:26, 23 July 2016

Login is handled by Auth Grove

Application information

  • Repository: rGROVE
  • Maintainer: Dereckson
  • Written in PHP, use Laravel, Laravel Socialite and Keruald libraries

Deployment information

  • Deployed on Docker
  • Docker image: rDGROVE
  • Needs MySQL, both for prod and on CI

Troubleshooting

URL issue

If URL are in http://localhost, ensure the web server passes proxy forwarding information (include proxy_params in nginx), as the application guess links.

Configuration as code.

This service should be properly defined in rOPS repository as a Salt state.