1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/overleaf_ynh.git synced 2024-09-03 19:56:27 +02:00

Merge pull request #52 from YunoHost-Apps/testing

Testing
This commit is contained in:
Thomas 2024-06-12 11:14:42 +02:00 committed by GitHub
commit ce30971163
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 11 additions and 33 deletions

View file

@ -19,7 +19,7 @@ It shall NOT be edited by hand.
Overleaf is an open-source online real-time collaborative LaTeX editor.
**Shipped version:** 2024.06.02~ynh1
**Shipped version:** 2024.06.10~ynh1
## Screenshots

View file

@ -19,7 +19,7 @@ No se debe editar a mano.
Overleaf is an open-source online real-time collaborative LaTeX editor.
**Versión actual:** 2024.06.02~ynh1
**Versión actual:** 2024.06.10~ynh1
## Capturas

View file

@ -19,7 +19,7 @@ EZ editatu eskuz.
Overleaf is an open-source online real-time collaborative LaTeX editor.
**Paketatutako bertsioa:** 2024.06.02~ynh1
**Paketatutako bertsioa:** 2024.06.10~ynh1
## Pantaila-argazkiak

View file

@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main.
Overleaf est un éditeur LaTeX collaboratif en ligne et en temps réel open source.
**Version incluse:** 2024.06.02~ynh1
**Version incluse:** 2024.06.10~ynh1
## Captures décran

View file

@ -19,7 +19,7 @@ NON debe editarse manualmente.
Overleaf is an open-source online real-time collaborative LaTeX editor.
**Versión proporcionada:** 2024.06.02~ynh1
**Versión proporcionada:** 2024.06.10~ynh1
## Capturas de pantalla

View file

@ -19,7 +19,7 @@
Overleaf is an open-source online real-time collaborative LaTeX editor.
**分发版本:** 2024.06.02~ynh1
**分发版本:** 2024.06.10~ynh1
## 截图

View file

@ -7,7 +7,7 @@ name = "Overleaf"
description.en = "Online real-time collaborative LaTeX editor"
description.fr = "Éditeur LaTeX collaboratif en ligne et en temps réel"
version = "2024.06.02~ynh1"
version = "2024.06.10~ynh1"
maintainers = []
@ -18,8 +18,8 @@ userdoc = "https://www.overleaf.com/learn"
code = "https://github.com/overleaf/overleaf"
[integration]
yunohost = ">= 11.2.0"
architectures = "all"
yunohost = ">= 11.2.13"
architectures = ["amd64"]
multi_instance = false
ldap = false
@ -51,8 +51,8 @@ ram.runtime = "3G"
[resources]
[resources.sources]
[resources.sources.main]
url = "https://github.com/overleaf/overleaf/archive/9bed2dc73effc4e86410a18586dc48d713752471.tar.gz"
sha256 = "81f1c4cdb3bdba16613eb79f99d38094bcbe7baa8e8a3a5f5dc7b3101d94866c"
url = "https://github.com/overleaf/overleaf/archive/e67a2b92a8fe8573bde5ee2424e26a99100e0027.tar.gz"
sha256 = "51bc4aad0334207b9d7de440c365932361a90e8b5326169896e03d41668c2238"
autoupdate.strategy = "latest_github_commit"
[resources.system_user]

View file

@ -33,9 +33,6 @@ ynh_app_setting_set --app=$app --key=main_domain --value=$main_domain
ynh_install_nodejs --nodejs_version=$nodejs_version
ynh_install_mongo
# Upgrade NPM
ynh_npm install --global npm@latest
#=================================================
# CREATE A MONGODB DATABASE
#=================================================

View file

@ -17,9 +17,6 @@ source /usr/share/yunohost/helpers
ynh_install_nodejs --nodejs_version=$nodejs_version
ynh_install_mongo
# Upgrade NPM
ynh_npm install --global npm@latest
#=================================================
# CREATE A MONGODB DATABASE
#=================================================
@ -77,19 +74,6 @@ chmod 750 "$data_dir"
chmod -R o-rwx "$data_dir"
chown -R $app:www-data "$data_dir"
#=================================================
# SPECIFIC RESTORATION
#=================================================
# REINSTALL DEPENDENCIES
#=================================================
ynh_script_progression --message="Reinstalling dependencies..."
ynh_install_nodejs --nodejs_version=$nodejs_version
ynh_install_mongo
# Upgrade NPM
ynh_npm install --global npm@latest
#=================================================
# RESTORE THE MONGODB DATABASE
#=================================================

View file

@ -110,9 +110,6 @@ ynh_script_progression --message="Upgrading dependencies..."
ynh_install_nodejs --nodejs_version=$nodejs_version
ynh_install_mongo
# Upgrade NPM
ynh_npm install --global npm@latest
#=================================================
# SPECIFIC UPGRADE
#=================================================