Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/th-nuernberg/secure-questionnaire

SKT Light, Schlafambulanz, QR-Codes und Verschlüsselung
https://github.com/th-nuernberg/secure-questionnaire

Last synced: 12 days ago
JSON representation

SKT Light, Schlafambulanz, QR-Codes und Verschlüsselung

Awesome Lists containing this project

README

        

# Secure Questionaire

For self deployment please do the following

- Create self signed certificates using openssl:
run
```openssl req -nodes -new -x509 -keyout self-signed.key -out self-signed.cert```

in ./flaskapp/nginx/auth.

Or place pair created by CA into the directory to make the connection trusted.

- Set JWT secret in ./flaskapp/.env

- Set admin password in ./flaskapp/.env
- username: admin
- name: $ADMIN_PASSWORD