Add keycloak
This commit is contained in:
parent
82049648fe
commit
6ae50db5ac
10 changed files with 134 additions and 1 deletions
19
ressources/mailhog/README.MD
Normal file
19
ressources/mailhog/README.MD
Normal file
|
@ -0,0 +1,19 @@
|
|||
#### mailhog
|
||||
|
||||
##### Information
|
||||
Site : https://github.com/mailhog/MailHog
|
||||
|
||||
Source : https://github.com/mailhog/MailHog
|
||||
|
||||
##### Install
|
||||
|
||||
```bash
|
||||
apt install -y wget ca-certificates
|
||||
wget -qO - https://deb.lgy.fr/install.sh | bash
|
||||
apt-get update
|
||||
apt-get install -y mailhog
|
||||
|
||||
#edit /etc/default/mailhog
|
||||
|
||||
systemctl enable --now mailhog
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue