diff --git a/doc/ADMIN.md b/doc/ADMIN.md index b5a7637..9a80ecc 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -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`. diff --git a/doc/ADMIN_fr.md b/doc/ADMIN_fr.md index fa3d812..3e62731 100644 --- a/doc/ADMIN_fr.md +++ b/doc/ADMIN_fr.md @@ -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`. diff --git a/doc/POST_INSTALL.md b/doc/POST_INSTALL.md index dfb933b..11d381d 100644 --- a/doc/POST_INSTALL.md +++ b/doc/POST_INSTALL.md @@ -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 diff --git a/doc/POST_INSTALL_fr.md b/doc/POST_INSTALL_fr.md new file mode 100644 index 0000000..1840905 --- /dev/null +++ b/doc/POST_INSTALL_fr.md @@ -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 diff --git a/manifest.toml b/manifest.toml index 409a840..056af57 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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"