mirror of
https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git
synced 2024-09-03 18:36:09 +02:00
upgarde packages
This commit is contained in:
parent
7cc28ea31f
commit
5201c05185
3 changed files with 11 additions and 11 deletions
|
@ -80,13 +80,13 @@
|
||||||
* - "colibris": the new experimental skin (since Etherpad 1.8), candidate to
|
* - "colibris": the new experimental skin (since Etherpad 1.8), candidate to
|
||||||
* become the default in Etherpad 2.0
|
* become the default in Etherpad 2.0
|
||||||
*/
|
*/
|
||||||
"skinName": "no-skin",
|
"skinName": "colibris",
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* IP and port which etherpad should bind at
|
* IP and port which etherpad should bind at
|
||||||
*/
|
*/
|
||||||
"ip": "127.0.0.1",
|
"ip": "127.0.0.1",
|
||||||
"port" : __PORT__,
|
"port" : "__PORT__",
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Option to hide/show the settings.json in admin page.
|
* Option to hide/show the settings.json in admin page.
|
||||||
|
|
|
@ -7,24 +7,24 @@ abiword_app_depencencies="abiword"
|
||||||
libreoffice_app_dependencies="unoconv libreoffice-writer"
|
libreoffice_app_dependencies="unoconv libreoffice-writer"
|
||||||
|
|
||||||
# NodeJS version
|
# NodeJS version
|
||||||
nodejs_version=10
|
nodejs_version=12
|
||||||
|
|
||||||
# Mypads version
|
# Mypads version
|
||||||
# This variable is mostly used to force an upgrade of the package in case of new versions of mypads.
|
# This variable is mostly used to force an upgrade of the package in case of new versions of mypads.
|
||||||
mypads_version=1.7.17
|
mypads_version=1.7.17
|
||||||
|
|
||||||
# Plugin versions
|
# Plugin versions
|
||||||
ep_align_version=0.2.0
|
ep_align_version=0.2.5
|
||||||
ep_author_hover_version=0.2.1
|
ep_author_hover_version=0.3.0
|
||||||
ep_automatic_logut_version=1.0.8
|
ep_automatic_logut_version=1.0.8
|
||||||
ep_comments_page_version=0.1.4
|
ep_comments_page_version=0.1.5
|
||||||
ep_countable_version=0.0.7
|
ep_countable_version=0.0.7
|
||||||
ep_delete_empty_pads_version=0.0.6
|
ep_delete_empty_pads_version=0.0.6
|
||||||
ep_font_color_version=0.0.11
|
ep_font_color_version=0.0.15
|
||||||
ep_headings2_version=0.1.3
|
ep_headings2_version=0.1.3
|
||||||
ep_markdown_version=0.1.7
|
ep_markdown_version=0.1.7
|
||||||
ep_page_view_version=0.5.24
|
ep_page_view_version=0.5.24
|
||||||
ep_spellcheck_version=0.0.7
|
ep_spellcheck_version=0.0.7
|
||||||
ep_subscript_and_superscript_version=0.1.2
|
ep_subscript_and_superscript_version=0.1.0
|
||||||
ep_table_of_contents_version=0.2.0
|
ep_table_of_contents_version=0.2.3
|
||||||
ep_user_font_size_version=0.0.1
|
ep_font_size_version=0.3.8
|
||||||
|
|
|
@ -272,7 +272,7 @@ npm install ep_subscript_and_superscript@${ep_subscript_and_superscript_version}
|
||||||
# Framapad - View a table of contents for your pad
|
# Framapad - View a table of contents for your pad
|
||||||
npm install ep_table_of_contents@${ep_table_of_contents_version} >> $install_log 2>&1
|
npm install ep_table_of_contents@${ep_table_of_contents_version} >> $install_log 2>&1
|
||||||
# Framapad - User Pad Contents font size can be set in settings, this does not effect other peoples views
|
# Framapad - User Pad Contents font size can be set in settings, this does not effect other peoples views
|
||||||
npm install ep_user_font_size@${ep_user_font_size_version} >> $install_log 2>&1
|
npm install ep_font_size@${ep_font_size_version} >> $install_log 2>&1
|
||||||
popd
|
popd
|
||||||
chown -R $app: $final_path/node_modules
|
chown -R $app: $final_path/node_modules
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue