Mise à jour de 'README.md'
This commit is contained in:
parent
355cec8b10
commit
392a0e0b95
26
README.md
26
README.md
@ -8,8 +8,7 @@ Stack de déployement de Gitea avec Drone CI pour héberger son code avec des ru
|
||||
|
||||
## PRE-REQUIS
|
||||
|
||||
- [Docker](https://www.google.com)
|
||||
- [Docker-compose](https://www.google.com)
|
||||
- [Docker](https://git.legaragenumerique.fr/GARAGENUM/docker-install) :whale:
|
||||
|
||||
## USAGE
|
||||
|
||||
@ -45,10 +44,10 @@ docker-compose up -d
|
||||
- deployer drone ci:
|
||||
```bash
|
||||
cd drone/
|
||||
docker-compose up -d
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
## CONFIGURATION
|
||||
## CONFIGURATION :wrench:
|
||||
|
||||
- gitea/conf/app.ini
|
||||
```
|
||||
@ -68,10 +67,23 @@ ENABLE_OPENID_SIGNIN = true
|
||||
|
||||
# THEMES
|
||||
[ui]
|
||||
THEMES = gitea,arc-green,github,matrix,tangerine-dream,earl-grey
|
||||
DEFAULT_THEME = gitea
|
||||
THEMES = gitea-auto,gitea-light,gitea-dark
|
||||
DEFAULT_THEME = gitea-auto
|
||||
```
|
||||
|
||||
- Pour les icones custom:
|
||||
```bash
|
||||
cd gitea/public/assets/img/
|
||||
# mettre logo.png / logo.svg / favicon.png ici
|
||||
```
|
||||
|
||||
- Pour les templates custom:
|
||||
```bash
|
||||
cd gitea/templates/{base,custom}
|
||||
nano home.tmpl
|
||||
```
|
||||
:books: [docu custom templates](https://docs.gitea.com/administration/customizing-gitea)
|
||||
|
||||
> Pour le SSO, aller dans les la partie administration du site sur gitea, onglet source d'authentification et ajouter une source d'authentification (pour keycloak: https://adresse-du-keycloak/auth/realms/gregan/.well-known/openid-configuration)
|
||||
|
||||
## TO DO
|
||||
@ -80,4 +92,4 @@ DEFAULT_THEME = gitea
|
||||
|
||||
## CONTRIBUTION
|
||||
|
||||
this docker-compose file is based on https://github.com/ruanbekker/drone-gitea-traefik-docker-blogpost
|
||||
this docker compose file is based on https://github.com/ruanbekker/drone-gitea-traefik-docker-blogpost
|
||||
Loading…
x
Reference in New Issue
Block a user