https://github.com/redhog/medlog
https://github.com/redhog/medlog
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/redhog/medlog
- Owner: redhog
- License: gpl-3.0
- Created: 2021-07-25T21:38:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-19T15:55:43.000Z (almost 5 years ago)
- Last Synced: 2025-08-21T02:47:05.723Z (11 months ago)
- Language: HTML
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# medlog
MedLOG is a medical logging tool. It provides a web based UI with a set of buttons. Pressing one of them,
logs the button name and the time to a file encrypted using GPG.
## Running
export MEDLOG_KEY=user@example.com
python app.py
You should run this software behind an nginx / apache that terminates SSL / HTTPS. Do not run over plain HTTP or a man-in-the-middle attack
could make all the encryption pointless.