mirror of
https://github.com/YunoHost-Apps/etherpad_ynh.git
synced 2024-09-03 18:36:10 +02:00
Fix
This commit is contained in:
parent
84df8c4f14
commit
17bab31175
5 changed files with 2 additions and 5 deletions
|
@ -33,7 +33,7 @@ You can access Etherpad's admin panel at `domain.tld/admin`. The configuration f
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
* Official documentation: http://etherpad.org/doc/v1.8.13
|
* Official documentation: http://etherpad.org/doc/v1.8.13
|
||||||
* YunoHost documentation: https://yunohost.org/#/app_etherpad
|
* YunoHost documentation: https://yunohost.org/en/app_etherpad
|
||||||
|
|
||||||
## YunoHost specific features
|
## YunoHost specific features
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,7 @@ Vous pouvez accéder au panneau d'administration d'Etherpad à l'adresse `domain
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
* Documentation officielle : http://etherpad.org/doc/v1.8.13
|
* Documentation officielle : http://etherpad.org/doc/v1.8.13
|
||||||
* Documentation YunoHost : https://yunohost.org/#/app_etherpad
|
* Documentation YunoHost : https://yunohost.org/fr/app_etherpad
|
||||||
|
|
||||||
## Fonctionnalités spécifiques à YunoHost
|
## Fonctionnalités spécifiques à YunoHost
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
upgrade=1 from_commit=96653aee9379d579a655777ac274355f4afca61c
|
upgrade=1 from_commit=96653aee9379d579a655777ac274355f4afca61c
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=1
|
multi_instance=1
|
||||||
port_already_use=0
|
|
||||||
change_url=1
|
change_url=1
|
||||||
;;; Options
|
;;; Options
|
||||||
Email=
|
Email=
|
||||||
|
|
|
@ -127,7 +127,6 @@ popd || ynh_die
|
||||||
ynh_script_progression --message="Configuring Etherpad..." --weight=60
|
ynh_script_progression --message="Configuring Etherpad..." --weight=60
|
||||||
|
|
||||||
ynh_add_config --template="../conf/settings.json" --destination="$final_path/settings.json"
|
ynh_add_config --template="../conf/settings.json" --destination="$final_path/settings.json"
|
||||||
|
|
||||||
ynh_add_config --template="../conf/credentials.json" --destination="$final_path/credentials.json"
|
ynh_add_config --template="../conf/credentials.json" --destination="$final_path/credentials.json"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -127,7 +127,6 @@ ynh_install_nodejs --nodejs_version=$nodejs_version
|
||||||
ynh_script_progression --message="Reconfiguring Etherpad..." --weight=6
|
ynh_script_progression --message="Reconfiguring Etherpad..." --weight=6
|
||||||
|
|
||||||
ynh_add_config --template="../conf/settings.json" --destination="$final_path/settings.json"
|
ynh_add_config --template="../conf/settings.json" --destination="$final_path/settings.json"
|
||||||
|
|
||||||
ynh_add_config --template="../conf/credentials.json" --destination="$final_path/credentials.json"
|
ynh_add_config --template="../conf/credentials.json" --destination="$final_path/credentials.json"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue