Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/th-nuernberg/secure-questionnaire
- Owner: th-nuernberg
- License: mit
- Created: 2022-03-02T09:23:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-10T22:08:31.000Z (7 months ago)
- Last Synced: 2024-07-11T01:23:23.752Z (7 months ago)
- Language: Vue
- Size: 10.9 MB
- Stars: 5
- Watchers: 7
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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