Luca Lutz 9b52b63ea6 Merge branch 'main' into 'NewApproach'
# Conflicts:
#   .gitignore
#   README.md
#   docker-compose.yml
#   fab_access/config.py
#   fab_access/main.py
#   requirements.txt
2022-11-04 18:10:55 +00:00
2022-11-01 21:42:53 +01:00
2022-11-03 21:13:35 +01:00
2022-11-04 18:38:44 +01:00
2022-11-03 21:13:35 +01:00
2022-11-01 21:57:16 +00:00
2022-11-03 21:21:23 +01:00
2022-11-04 00:15:23 +01:00

Fab Access

The backend implementation that handles access control for the FabLab. In order to test, a .env file with the following content must be created. A test setup can then be started using docker-compose up --build

KEYCLOAK_URL=auth.sfz-aalen.space
KEYCLOAK_USER_NAME=YOUR_USERNAME
KEYCLOAK_USER_PW=YOUR_PASSWORD
KEYCLOAK_REALM=master

DB_HOSTNAME=db
DB_USERNAME=postgres
DB_PASSWORD=postgres
DB_DATABASE=fab_access

MQTT_PORT=1883
MQTT_USERNAME=user
MQTT_PASSWORD=password
MQTT_BROKER=mqtt
MQTT_CLIENT=FabMan
Description
No description provided
Readme 69 KiB
Languages
Python 98.6%
Dockerfile 1.4%