mirror of
https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git
synced 2024-09-03 18:36:09 +02:00
Merge branch 'testing' of https://github.com/YunoHost-Apps/etherpad_mypads_ynh into testing
This commit is contained in:
commit
91d85fea24
8 changed files with 35 additions and 32 deletions
|
@ -35,7 +35,7 @@ This version of Etherpad is preconfigured with a collection of plugins:
|
|||
- [ep_subscript_and_superscript](https://www.npmjs.com/package/ep_subscript_and_superscript) - *Support for subscript and superscript*
|
||||
|
||||
|
||||
**Shipped version:** 1.8.18~ynh3
|
||||
**Shipped version:** 1.9.0~ynh1
|
||||
|
||||
**Demo:** https://video.etherpad.com
|
||||
|
||||
|
@ -46,7 +46,7 @@ This version of Etherpad is preconfigured with a collection of plugins:
|
|||
## Documentation and resources
|
||||
|
||||
* Official app website: <http://etherpad.org>
|
||||
* Official admin documentation: <http://etherpad.org/doc/v1.8.18>
|
||||
* Official admin documentation: <http://etherpad.org/doc/v1.9.0>
|
||||
* Upstream app code repository: <https://github.com/ether/etherpad-lite>
|
||||
* YunoHost documentation for this app: <https://yunohost.org/app_etherpad_mypads>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/etherpad_mypads_ynh/issues>
|
||||
|
|
|
@ -35,7 +35,7 @@ Cette version d'Etherpad est préconfigurée avec une collection de plugins:
|
|||
- [ep_subscript_and_superscript](https://www.npmjs.com/package/ep_subscript_and_superscript) - *Support des exposants et indices*
|
||||
|
||||
|
||||
**Version incluse :** 1.8.18~ynh3
|
||||
**Version incluse :** 1.9.0~ynh1
|
||||
|
||||
**Démo :** https://video.etherpad.com
|
||||
|
||||
|
@ -46,7 +46,7 @@ Cette version d'Etherpad est préconfigurée avec une collection de plugins:
|
|||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l’app : <http://etherpad.org>
|
||||
* Documentation officielle de l’admin : <http://etherpad.org/doc/v1.8.18>
|
||||
* Documentation officielle de l’admin : <http://etherpad.org/doc/v1.9.0>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/ether/etherpad-lite>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_etherpad_mypads>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/etherpad_mypads_ynh/issues>
|
||||
|
|
|
@ -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
|
|
@ -5,7 +5,7 @@ name = "Etherpad MyPads"
|
|||
description.en = "Online editor providing collaborative editing in real-time"
|
||||
description.fr = "Éditeur en ligne fournissant l'édition collaborative en temps réel"
|
||||
|
||||
version = "1.8.18~ynh3"
|
||||
version = "1.9.0~ynh1"
|
||||
|
||||
maintainers = []
|
||||
|
||||
|
@ -13,12 +13,12 @@ maintainers = []
|
|||
license = "Apache-2.0"
|
||||
website = "http://etherpad.org"
|
||||
demo = "https://video.etherpad.com"
|
||||
admindoc = "http://etherpad.org/doc/v1.8.18"
|
||||
admindoc = "http://etherpad.org/doc/v1.9.0"
|
||||
code = "https://github.com/ether/etherpad-lite"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.1.20"
|
||||
architectures = "all"
|
||||
yunohost = ">= 11.1.21"
|
||||
architectures = ["arm64", "amd64"]
|
||||
multi_instance = true
|
||||
ldap = false
|
||||
sso = false
|
||||
|
@ -45,7 +45,7 @@ ram.runtime = "50M"
|
|||
ask.fr = "Choisissez la langue"
|
||||
type = "string"
|
||||
choices = ["ca", "de", "en", "es", "fr", "gl", "hu", "it", "nl", "pt"]
|
||||
default = "en"
|
||||
default = "fr"
|
||||
|
||||
[install.admin]
|
||||
type = "user"
|
||||
|
@ -80,8 +80,8 @@ ram.runtime = "50M"
|
|||
[resources.sources]
|
||||
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/ether/etherpad-lite/archive/1.8.18.tar.gz"
|
||||
sha256 = "67ccc0bac94e146b26fbddcf8330e0f543a4ff82213c420a376644614a7ff2c4"
|
||||
url = "https://github.com/ether/etherpad-lite/archive/1.9.0.tar.gz"
|
||||
sha256 = "552ada23d880a875238ba5f411ac873913d059ef6c82a087f9c021b849dcaa6b"
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
|
||||
[resources.system_user]
|
||||
|
@ -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"
|
||||
|
|
30
tests.toml
30
tests.toml
|
@ -18,20 +18,20 @@ test_format = 1.0
|
|||
|
||||
|
||||
# This is an additional test suite
|
||||
[without_mypads]
|
||||
args.export = "libreoffice"
|
||||
args.mypads = 0
|
||||
args.useldap = 0
|
||||
only = ["install.root"]
|
||||
#[without_mypads]
|
||||
# args.export = "libreoffice"
|
||||
# args.mypads = 0
|
||||
# args.useldap = 0
|
||||
# only = ["install.root"]
|
||||
|
||||
[with_abiword]
|
||||
args.export = "abiword"
|
||||
args.mypads = 1
|
||||
args.useldap = 1
|
||||
only = ["install.root"]
|
||||
#[with_abiword]
|
||||
# args.export = "abiword"
|
||||
# args.mypads = 1
|
||||
# args.useldap = 1
|
||||
# only = ["install.root"]
|
||||
|
||||
[without_export]
|
||||
args.export = "none"
|
||||
args.mypads = 1
|
||||
args.useldap = 0
|
||||
only = ["install.root"]
|
||||
#[without_export]
|
||||
# args.export = "none"
|
||||
# args.mypads = 1
|
||||
# args.useldap = 0
|
||||
# only = ["install.root"]
|
||||
|
|
Loading…
Add table
Reference in a new issue