|
|
2 years ago | |
|---|---|---|
| includes | 2 years ago | |
| templates | 2 years ago | |
| .gitignore | 2 years ago | |
| CONTRIBUTING.md | 2 years ago | |
| README.md | 2 years ago | |
| auth.php | 2 years ago | |
| changepasswd.php | 2 years ago | |
| composer.json | 2 years ago | |
| composer.lock | 2 years ago | |
| formpasswd.php | 2 years ago | |
| home.php | 2 years ago | |
| signin.php | 2 years ago | |
| signout.php | 2 years ago |
Bretzel Identity Manager ou BIM Identity Manager
/vendor/ templates and includesincludes/config.ini.example to includes/config.ini and edit the file with your parametershttp://bim.example.org {
@blocked {
path /vendor/* /templates/* /includes/*
}
respond @blocked 403
handle {
root * /srv/bim
php_fastcgi caddy-phpfpm:9000 {
index signin.php
}
}
}
BIM will be accessible using bim.example.org.
Please refer to this page.