You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Kaffeepause-Notify
SETUP
- Compile the docker containers (
docker-compose build
)
- Configure the containers with env variables:
- Initiate the registration
VARIABLES
Variable |
Expected values |
Format |
Example |
KFP_PROD_GROUP_ID |
The base64 string identifying the group |
String |
Gb8CiG0aRVI0tr8bbNVgcQ== |
KFP_TESTING_GROUP_ID |
see above |
String |
Gb8CiG0aRVI0tr8bbNVgcQ== |
KFP_ADMIN_SIGNAL_NUMBER |
The number to be notified when new accounts are registered via this interface |
FQTN (International phone number) |
61491573770 |
KFP_NOTIFY_CORS_ORIGINS |
The websites to allow requests from when embedding this interface |
Hostnames, comma-separated |
kaffeepause.example.com |
KFP_SENDING_SIGNAL_NUMBER |
The number to send notifications from |
FQTN (International phone number) |
61491573770 |
KFP_ROOT_URL |
A URL to point to in the notification message |
URI |
https://kaffeepause.example.com/kfp/ |
KFP_ADMIN_UNAME |
The username to accept on authenticated endpoints |
String |
user |
KFP_ADMIN_PWORD |
The password to accept on authenticated endpoints |
String |
qbttXcJpYYu9KrpsqqjdOWGRq8Ou |