mirror of
https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git
synced 2024-09-03 18:36:09 +02:00
Cleaning
This commit is contained in:
parent
cb3c63914a
commit
13554ce686
5 changed files with 9 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
You can access two different admin panels, for Etherpad by accessing `__DOMAIN____PATH__/admin` and for MyPads by `__DOMAIN____PATH__/mypads/?/admin`.
|
||||
You can access two different admin panels, for Etherpad by accessing `__DOMAIN____PATH__admin` and for MyPads by `__DOMAIN____PATH__/mypads/?/admin`.
|
||||
You can also find a configuration file for Etherpad at this path `__INSTALL_DIR__/settings.json`.
|
||||
|
||||
*Skin Builder* (accessible at this address `https://__DOMAIN____PATH__/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 `__INSTALL_DIR__/settings.json`.
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Vous pouvez accéder à deux panneaux d'administration différents, pour Etherpad en accédant à `__DOMAIN____PATH__/admin` et pour MyPads par `domain.tld/mypads/?/admin`. Vous pouvez également trouver le fichier de configuration pour Etherpad à `__INSTALL_DIR__/settings.json`.
|
||||
Vous pouvez accéder à deux panneaux d'administration différents, pour Etherpad en accédant à `__DOMAIN____PATH__admin` et pour MyPads par `__DOMAIN____PATH__/mypads/?/admin`. Vous pouvez également trouver le fichier de configuration pour Etherpad à `__INSTALL_DIR__/settings.json`.
|
||||
|
||||
*Skin Builder* (accessible à cette adresse `https://__DOMAIN____PATH__/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 `__INSTALL_DIR__/settings.json`.
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
You can access two different admin panels:
|
||||
- for Etherpad by accessing https://__DOMAIN____PATH__/admin
|
||||
- for MyPads (if installed) by accessing https://__DOMAIN____PATH__/mypads/?/admin
|
||||
- for Etherpad by accessing https://__DOMAIN____PATH__admin
|
||||
- for MyPads (if installed) by accessing https://__DOMAIN____PATH__mypads/?/admin
|
||||
|
|
3
doc/POST_INSTALL_fr.md
Normal file
3
doc/POST_INSTALL_fr.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
Vous pouvez accéder à deux panneaux d'administration différents :
|
||||
- pour Etherpad en accédant à https://__DOMAIN____PATH__admin
|
||||
- pour MyPads (si installé) en accédant à https://__DOMAIN____PATH__mypads/?/admin
|
|
@ -92,11 +92,11 @@ ram.runtime = "50M"
|
|||
|
||||
[resources.permissions]
|
||||
main.url = "/"
|
||||
|
||||
api.show_tile = false
|
||||
admin.url = "/admin"
|
||||
admin.auth_header = false
|
||||
api.show_tile = false
|
||||
admin.allowed = ["admins"]
|
||||
admin.show_tile = false
|
||||
|
||||
[resources.apt]
|
||||
packages = "mariadb-server"
|
||||
|
|
Loading…
Add table
Reference in a new issue