maj README

This commit is contained in:
Grégory Lebreton 2024-05-10 10:07:19 +02:00
parent d9e844a45c
commit 2b268df40d

View File

@ -4,14 +4,14 @@ Penpot is an open source figma like website modeling
## PRE REQUIS :paperclip:
- Debian 12
- Debian 12 :cyclone:
- Docker :whale:
## CONFIG :wrench:
#### config.env
### config.env
- Base:
#### Base
```
PENPOT_PUBLIC_URI=https://penpot.domaine.fr
@ -19,7 +19,7 @@ PENPOT_PUBLIC_URI=https://penpot.domaine.fr
> Modifier pour l'URL de votre instance Penpot
- Mail:
#### Mail :envelope:
```
PENPOT_SMTP_DEFAULT_FROM=contact@mail.com
@ -33,7 +33,7 @@ PENPOT_SMTP_TLS=true
> Modifier ces infos pour permettre à Penpot d'envoyer des mails
- Openid:
#### Openid :key:
```
PENPOT_OIDC_BASE_URI=https://keycloak.domaine.fr/auth/realms/exemple/
@ -52,7 +52,11 @@ PENPOT_OIDC_USER_URI:"http://keycloak.domaine.fr/login/oauth/userinfo
docker compose up -d
```
## REFERENCES
## REFERENCES :books:
[Penpot source code](https://github.com/penpot/penpot)
[Documentation](https://help.penpot.app/technical-guide/)
## LICENSE :necktie:
[penpot source code](https://github.com/penpot/penpot)
[License](https://github.com/penpot/penpot/blob/develop/LICENSE)