This project is alpha quality. We don't yet guarantee stability, data integrity or a clean upgrade path. Only use this project if you are interested in experimenting with it.
This project is a monitoring analytics for the monitor fromedwin project.
Docker and Docker-compose are required to run this project.
sudo apt install python3-pip apache2-utils
Clone the project
git clone https://github.com/fromedwin/monitor-analytics.git
Go to the project directory
cd monitor-analytics
Start the server
./run.sh
No variables are required to run locally, but might be needed to configure your production environment
You will need to add the following environment variables to your .env
file
PORT
(default: 8001)
SERVER_PROTOCOL
url used to generate letsencrypt SSL certificate and access the application
SERVER
secret key used by django's session
WEBAUTH_USERNAME
username to protect none public access
WEBAUTH_PASSWORD
password to protect none public access
If you have any feedback, please reach out to us at fromedwin@sebastienbarbier.com