BornHack Media Archive
The BornHack Media Archive is a site for sharing pictures and video from BornHack events. It uses the BornHack website oauth2 provider for login.
- Copy
bma/environment_settings.py.disttobma/environment_settings.pyand either edit it directly, or use .env file or environment variables to configure. - Set
OAUTH_SERVER_BASEURLto point to a local instance of the BornHack website, or leave it pointing at the prod bornhack.dk server. - Create an oauth app on the BornHack website specified in
OAUTH_SERVER_BASEURL, client typeconfidentialand grant typeauthorization code - Add a social app on the BMA website using the client id and secret generated in the above step.
It should now be possible to login to BMA using a BornHack account.