Skip to content

J-Ha/gpn17-badge-notification-server

 
 

Repository files navigation

gpn17-badge-notification-server

Setup

  1. Import the postgresql schema schema.sql
  2. Copy the sample settings.py.sample to settings.py
  3. Configure the variables
  4. Run main.py

Virtualenv

You can use python3's virtualenv to deploy the server.

  1. virtualenv .
  2. source bin/activate
  3. ip install -r requirements.txt
  4. Proceed with regular setup

Secutity

To use this server with your GPN17 Badge you need to configure a reverse proxy (for example nginx) with a working TLS setup. Note that you need at least one of the following ciphers:

  • TLS_RSA_AES128_CBC_SHA
  • TLS_RSA_AES256_CBC_SHA

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 79.2%
  • HTML 19.3%
  • Nix 1.5%