Skip to content
Snippets Groups Projects
Select Git revision
1 result Searching

ci-utils

Name Last commit Last update
roac
.gitignore
LICENSE
README.md

RocketChat OAuth Account Creator

dependencies

  • python3
  • python3-flask
  • python3-flask-sqlalchemy

Some of the dependencies changed their API in recent versions, so make sure to install the versions from Debian Bullseye.

development

Clone this repository. Then use flask run to start the application:

FLASK_APP=roac FLASK_ENV=development flask run

python style conventions

PEP 8 without double new lines, tabs instead of spaces and a max line length of 160 characters.

License

GNU Affero General Public License v3.0, see LICENSE.