mirror of
https://github.com/YunoHost-Apps/dont-code_ynh.git
synced 2024-09-03 18:26:34 +02:00
Merge pull request #73 from Thovi98/main
update mongo for bookworm compatibilty
This commit is contained in:
commit
a5ab6cb5db
8 changed files with 8 additions and 8 deletions
|
@ -32,7 +32,7 @@ This Yunohost app installs the server part (services + mongo database) needed to
|
||||||
- As well any documents or images uploaded by users will be backed up
|
- As well any documents or images uploaded by users will be backed up
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 0.3.2~ynh3
|
**Shipped version:** 0.3.2~ynh4
|
||||||
|
|
||||||
**Demo:** <https://dont-code.net/apps.html>
|
**Demo:** <https://dont-code.net/apps.html>
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@ This Yunohost app installs the server part (services + mongo database) needed to
|
||||||
- As well any documents or images uploaded by users will be backed up
|
- As well any documents or images uploaded by users will be backed up
|
||||||
|
|
||||||
|
|
||||||
**Versión actual:** 0.3.2~ynh3
|
**Versión actual:** 0.3.2~ynh4
|
||||||
|
|
||||||
**Demo:** <https://dont-code.net/apps.html>
|
**Demo:** <https://dont-code.net/apps.html>
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@ This Yunohost app installs the server part (services + mongo database) needed to
|
||||||
- As well any documents or images uploaded by users will be backed up
|
- As well any documents or images uploaded by users will be backed up
|
||||||
|
|
||||||
|
|
||||||
**Paketatutako bertsioa:** 0.3.2~ynh3
|
**Paketatutako bertsioa:** 0.3.2~ynh4
|
||||||
|
|
||||||
**Demoa:** <https://dont-code.net/apps.html>
|
**Demoa:** <https://dont-code.net/apps.html>
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@ This Yunohost app installs the server part (services + mongo database) needed to
|
||||||
- As well any documents or images uploaded by users will be backed up
|
- As well any documents or images uploaded by users will be backed up
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 0.3.2~ynh3
|
**Version incluse :** 0.3.2~ynh4
|
||||||
|
|
||||||
**Démo :** <https://dont-code.net/apps.html>
|
**Démo :** <https://dont-code.net/apps.html>
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@ This Yunohost app installs the server part (services + mongo database) needed to
|
||||||
- As well any documents or images uploaded by users will be backed up
|
- As well any documents or images uploaded by users will be backed up
|
||||||
|
|
||||||
|
|
||||||
**Versión proporcionada:** 0.3.2~ynh3
|
**Versión proporcionada:** 0.3.2~ynh4
|
||||||
|
|
||||||
**Demo:** <https://dont-code.net/apps.html>
|
**Demo:** <https://dont-code.net/apps.html>
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@ This Yunohost app installs the server part (services + mongo database) needed to
|
||||||
- As well any documents or images uploaded by users will be backed up
|
- As well any documents or images uploaded by users will be backed up
|
||||||
|
|
||||||
|
|
||||||
**分发版本:** 0.3.2~ynh3
|
**分发版本:** 0.3.2~ynh4
|
||||||
|
|
||||||
**演示:** <https://dont-code.net/apps.html>
|
**演示:** <https://dont-code.net/apps.html>
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ name = "Dont-code Services"
|
||||||
description.en = "Install services and databases needed to support Dont-code platform"
|
description.en = "Install services and databases needed to support Dont-code platform"
|
||||||
description.fr = "Installe les services et base de données nécessaires pour utiliser la plateforme Dont-code"
|
description.fr = "Installe les services et base de données nécessaires pour utiliser la plateforme Dont-code"
|
||||||
|
|
||||||
version = "0.3.2~ynh4"
|
version = "0.3.2~ynh5"
|
||||||
|
|
||||||
maintainers = ["Dont-code Team"]
|
maintainers = ["Dont-code Team"]
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# COMMON VARIABLES
|
# COMMON VARIABLES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
mongo_version=6.0
|
mongo_version=7.0
|
||||||
|
|
||||||
# List of services to be installed
|
# List of services to be installed
|
||||||
SERVICES_LIST=(ide preview project data)
|
SERVICES_LIST=(ide preview project data)
|
||||||
|
|
Loading…
Reference in a new issue