1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dendrite_ynh.git synced 2024-09-03 18:25:58 +02:00

Merge pull request #128 from YunoHost-Apps/testing

Testing
This commit is contained in:
tituspijean 2024-02-03 23:25:20 +01:00 committed by GitHub
commit b212abc7ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 6 deletions

View file

@ -25,7 +25,7 @@ Dendrite is a second-generation Matrix homeserver written in Go. It intends to p
- Scalable: can run on multiple machines and eventually scale to massive homeserver deployments. - Scalable: can run on multiple machines and eventually scale to massive homeserver deployments.
**Shipped version:** 0.13.5~ynh1 **Shipped version:** 0.13.6~ynh1
## :red_circle: Antifeatures ## :red_circle: Antifeatures
- **Alpha software**: Early development stage. May contain changing or unstable features, bugs, and security vulnerability. - **Alpha software**: Early development stage. May contain changing or unstable features, bugs, and security vulnerability.

View file

@ -25,7 +25,7 @@ Dendrite est un serveur domestique Matrix de deuxième génération écrit en Go
- Évolutif : peut fonctionner sur plusieurs machines et éventuellement évoluer vers des déploiements massifs de serveurs domestiques. - Évolutif : peut fonctionner sur plusieurs machines et éventuellement évoluer vers des déploiements massifs de serveurs domestiques.
**Version incluse :** 0.13.5~ynh1 **Version incluse :** 0.13.6~ynh1
## :red_circle: Fonctions indésirables ## :red_circle: Fonctions indésirables
- **Alpha software**: Early development stage. May contain changing or unstable features, bugs, and security vulnerability. - **Alpha software**: Early development stage. May contain changing or unstable features, bugs, and security vulnerability.

View file

@ -5,7 +5,7 @@ name = "Dendrite"
description.en = "Matrix homeserver of second generation" description.en = "Matrix homeserver of second generation"
description.fr = "Serveur Matrix de seconde génération" description.fr = "Serveur Matrix de seconde génération"
version = "0.13.5~ynh1" version = "0.13.6~ynh1"
maintainers = ["tituspijean"] maintainers = ["tituspijean"]
@ -56,8 +56,8 @@ ram.runtime = "50M"
[resources] [resources]
[resources.sources.main] [resources.sources.main]
url = "https://github.com/matrix-org/dendrite/archive/refs/tags/v0.13.5.tar.gz" url = "https://github.com/matrix-org/dendrite/archive/refs/tags/v0.13.6.tar.gz"
sha256 = "e2098d635a83d8ae7834b21177fc056fa3186feaed564e55a590f64eb3c656f0" sha256 = "c3b822181c39b89dcc81de6f404cc8b83b10d8a984a646d4b75163641a40e176"
autoupdate.strategy = "latest_github_tag" autoupdate.strategy = "latest_github_tag"
[resources.ports] [resources.ports]

View file

@ -4,7 +4,7 @@
# COMMON VARIABLES # COMMON VARIABLES
#================================================= #=================================================
GO_VERSION="1.20" GO_VERSION="1.21"
psql_version=$PSQL_VERSION psql_version=$PSQL_VERSION
#================================================= #=================================================