This repository has been archived on 2024-08-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2024-06-09 08:52:09 +02:00
2024-06-09 08:52:09 +02:00
2024-02-05 06:11:53 +01:00
2024-02-05 06:11:53 +01:00
2024-02-05 06:26:18 +01:00
2024-02-05 06:11:53 +01:00

Keycloak Notifier

Example .env:

KEYCLOAK_ADMIN_ID=<PH>
KEYCLOAK_PASSWORD=<PH>
KEYCLOAK_REALM=master
KEYCLOAK_URL=https://auth.mydomain.com/
KEYCLOAK_USERNAME=admin
SMTP_HOST=smtp.mydomain.com
SMTP_PASSWORD=<PH>
SMTP_PORT=465
SMTP_RECEIVER=my@email.com
SMTP_SENDER=smtp.mydomain.com
Description
Will notify the admin when certain user events (REGISTER/UPDATE_PROFILE) occur
Readme 32 KiB
Languages
Python 98.1%
Dockerfile 1.9%