1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_ynh.git synced 2024-09-03 18:36:10 +02:00

Add disclaimer

This commit is contained in:
ericgaspar 2021-05-29 12:28:45 +02:00
parent 0bf672e6f3
commit beab61013a
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 11 additions and 2 deletions

View file

@ -5,8 +5,7 @@
admin="john" admin="john"
language="fr" language="fr"
is_public=1 is_public=1
password="pass" password="password"
port="9001"
export="libreoffice" export="libreoffice"
; Checks ; Checks
pkg_linter=1 pkg_linter=1

5
doc/DISCLAIMER.md Normal file
View file

@ -0,0 +1,5 @@
## Configuration
You can access Etherpad's admin panel at `domain.tld/admin`. The configuration file for Etherpad is at the path `/var/www/etherpad/settings.json`.
*Skin Builder* (accessible at this address `domain.tld/pad/p/test#skinvariantsbuilder`) allows you to customize the skin of your pad. It will give you a parameter to copy into your configuration file `/var/www/etherpad/settings.json`.

5
doc/DISCLAIMER_fr.md Normal file
View file

@ -0,0 +1,5 @@
## Configuration
Vous pouvez accéder au panneau d'administration d'Etherpad à l'adresse `domain.tld/admin`. Le fichier de configuration d'Etherpad est `/var/www/etherpad/settings.json`.
*Skin Builder* (accessible à l'adresse `domain.tld/pad/p/test#skinvariantsbuilder`) vous permet de personnaliser l'apparence de votre pad. Il vous donnera un paramètre à copier dans votre fichier de configuration `/var/www/etherpad/settings.json`.