Mise à jour de 'services/pad.libre-service.eu.md'
This commit is contained in:
parent
737b4bc742
commit
66187abaa2
1 changed files with 16 additions and 0 deletions
|
@ -259,6 +259,22 @@ Configurer le site web :
|
|||
|
||||
## Personnalisation
|
||||
|
||||
### Nom de l'instance
|
||||
|
||||
Modifier le nom de l'instance dans `/var/www/pad.libre-service.eu/settings.json` :
|
||||
```
|
||||
- "title": "Etherpad",
|
||||
+ "title": "pad.libre-service.eu",
|
||||
```
|
||||
|
||||
### Favicon
|
||||
|
||||
Modifier le nom de l'instance dans `/var/www/pad.libre-service.eu/settings.json` :
|
||||
```
|
||||
- "favicon": null,
|
||||
+ "favicon": "/var/www/pad.libre-service.eu/custom/pad.libre-service.eu-logo.png",
|
||||
```
|
||||
|
||||
### Installation de modules
|
||||
|
||||
Installer des modules élémentaires :
|
||||
|
|
Loading…
Reference in a new issue